You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the optional flags of the workflow are changes. Some commands cannot work.
There are some changes in the upload build print command, launch deployment command, and scaling command.
It seems that the optional flags of the workflow are changes. Some commands cannot work.
There are some changes in the upload build print command, launch deployment command, and scaling command.
$ cfy blueprints upload -b clearwater -p openstack-blueprint.yaml (not work)
$ cfy blueprints upload -b clearwater openstack-blueprint.yaml (work)
$ cfy deployments create -b clearwater -d clearwater-test --inputs inputs/inputs.yaml (not work)
$ cfy deployments create -b clearwater clearwater-test --inputs inputs/inputs.yaml (work)
$ cfy executions start -w install -d clearwater-test (not work)
$ cfy executions start install -d clearwater-test (work)
Besides, the workflow parameter of the scaling group in the scale workflow is changed to 'scalable_entity_name'.
Thanks.
The text was updated successfully, but these errors were encountered: