We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa7e68 commit 07d82b5Copy full SHA for 07d82b5
osism/tasks/openstack.py
@@ -250,7 +250,6 @@ def image_manager(
250
publish=True,
251
locking=False,
252
auto_release_time=3600,
253
- ignore_env=False,
254
cloud=None,
255
):
256
command = "/usr/local/bin/openstack-image-manager"
@@ -320,7 +319,7 @@ def image_manager(
320
319
publish=publish,
321
locking=locking,
322
auto_release_time=auto_release_time,
323
- ignore_env=ignore_env,
+ ignore_env=True,
324
)
325
return rc
326
else:
@@ -332,7 +331,7 @@ def image_manager(
332
331
333
334
335
336
337
338
0 commit comments