Merge "Add version keyword argument to RAX glanceclient"

This commit is contained in:
Jenkins 2016-08-15 23:55:49 +00:00 committed by Gerrit Code Review
commit b67d76d68b
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(