Add version keyword argument to RAX glanceclient
To match the signature of the OS glanceclient _create method. Change-Id: I19ab0b19acf3f472e249c2211f08935116548de6changes/54/343054/1
parent
b69704a324
commit
891298e506
|
@ -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