Created
January 16, 2013 19:53
-
-
Save anteaya/4550256 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for index, key in enumerate(keys): | |
'keyring_key' is not defined | |
keys == ['http://50.56.25.223:5000/v2.0', 'admin', 'admin', '?', 'publicURL', 'compute', '?', '?'] | |
keyring_key = "/".join(keys) | |
keyring_key == http://50.56.25.223:5000/v2.0/admin/admin/?/publicURL/compute/?/? | |
self.os_cache == False | |
self.used_keyring == False | |
if self.os_cache and not self.used_keyring: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment