summaryrefslogtreecommitdiff
path: root/openstackclient/image
diff options
context:
space:
mode:
authorMridula Joshi <mrjoshi@redhat.com>2023-04-12 09:42:14 +0000
committerMridula Joshi <mrjoshi@redhat.com>2023-04-12 09:42:43 +0000
commit16c78fef15a5d8294d1ca555930085090616f87a (patch)
treea4f9fb6d860f635e370a4acec71102447ac19ca7 /openstackclient/image
parent864f51f427c01d13c8408782dd03be4b473f7b2e (diff)
downloadpython-openstackclient-16c78fef15a5d8294d1ca555930085090616f87a.tar.gz
Adding ``image import`` command
Change-Id: I7254d30431894879c8bd20e2263d83b12c99d5c8
Diffstat (limited to 'openstackclient/image')
-rw-r--r--openstackclient/image/v2/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/image/v2/image.py b/openstackclient/image/v2/image.py
index 71dcc731..da26e918 100644
--- a/openstackclient/image/v2/image.py
+++ b/openstackclient/image/v2/image.py
@@ -1813,7 +1813,7 @@ class ImportImage(command.ShowOne):
method=parsed_args.import_method,
uri=parsed_args.uri,
remote_region=parsed_args.remote_region,
- remote_image=parsed_args.remote_image,
+ remote_image_id=parsed_args.remote_image,
remote_service_interface=parsed_args.remote_service_interface,
stores=parsed_args.stores,
all_stores=parsed_args.all_stores,