Rally deployment create failed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Medium
|
Michal Nasiadka | ||
Ussuri |
Fix Released
|
Medium
|
Bartosz Bezak | ||
Victoria |
Fix Released
|
Medium
|
Michal Nasiadka |
Bug Description
After successfully enabling Rally service, I've encountered an issue on creating a new deploment. Kindly see below command and error
rally deployment create --fromenv --name <test>
Env manager got invalid spec:
"There is no Platform plugin with name: 'existing@
Logs:
2018-11-19 00:43:21.257 473 ERROR rally File "/var/lib/
2018-11-19 00:43:21.257 473 ERROR rally return f(*args, **kwargs)
2018-11-19 00:43:21.257 473 ERROR rally File "/var/lib/
2018-11-19 00:43:21.257 473 ERROR rally creds = deployment[
2018-11-19 00:43:21.257 473 ERROR rally KeyError: 'openstack'
In order to fix the issue we need to install rally-openstack instead of rally package
affects: | kolla-ansible → kolla |
Also openstacksdk is required.