Merge "Add version keyword argument to RAX glanceclient"
This commit is contained in:
commit
b67d76d68b
@ -222,7 +222,7 @@ class RackspaceSwiftClient(swift.SwiftClientPlugin):
|
||||
|
||||
class RackspaceGlanceClient(glance.GlanceClientPlugin):
|
||||
|
||||
def _create(self):
|
||||
def _create(self, version=None):
|
||||
con = self.context
|
||||
endpoint_type = self._get_client_option('glance', 'endpoint_type')
|
||||
endpoint = self.url_for(
|
||||
|
Loading…
Reference in New Issue
Block a user