Add version keyword argument to RAX glanceclient

To match the signature of the OS glanceclient _create method.

Change-Id: I19ab0b19acf3f472e249c2211f08935116548de6
This commit is contained in:
Jason Dunsmore 2016-07-15 15:07:10 -05:00
parent b69704a324
commit 891298e506
1 changed files with 1 additions and 1 deletions

View File

@ -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(