diff options
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 8ffe81fd..94d7c496 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -172,9 +172,7 @@ class OpenStackShell(App): username=self.options.os_username, password=self.options.os_password, region_name=self.options.os_region_name, - identity_api_version=self.options.os_identity_api_version, - compute_api_version=self.options.os_compute_api_version, - image_api_version=self.options.os_image_api_version, + api_version=self.api_version, ) return |
