Merge branch 'master' of ssh://git.onelab.eu/git/sfa
[sfa.git] / sfa / client / sfi.py
index 8d9f37e..73d0099 100644 (file)
@@ -821,6 +821,8 @@ or with an slice hrn, shows currently provisioned resources
         api_options = {}
         # always send call_id to v2 servers
         api_options ['call_id'] = unique_call_id()
+        # ask for cached value if available
+        api_options ['cached'] = True
         if args:
             hrn = args[0]
             api_options['geni_slice_urn'] = hrn_to_urn(hrn, 'slice')