python-tripleoclient/releasenotes/notes/modify-os-image-parameter-004b1cc81df2b88e.yaml
PranaliD dd5cb7885c Modified --os-image option in overcloud image upload
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
2017-07-05 09:51:44 +02:00

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.