dd5cb7885c
While using --os-image option in overcloud image upload command from python-tripleoclient, it was getting translated somehow into the OS_IMAGE env variable which was causing conflict. Changed os-image to os-image-name to avoid the conflict. Change-Id: Id55c838714263c0f886a7402ab72dfb1820cee7c Closes-Bug: 1693344
7 lines
191 B
YAML
7 lines
191 B
YAML
---
|
|
features:
|
|
- Added new os-image-name parameter, that replaces
|
|
os-image one, because it was conflicting with
|
|
glance parameter naming, causing os-image to
|
|
don't work properly.
|