aio fails with glance invalid db connection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cisco Openstack |
New
|
Medium
|
Unassigned |
Bug Description
when running install.sh doing an aio, the first setup (setup.pp) completes but the second step fails with:
Debug: Automatically imported glance::params from glance/params into production
Debug: Resource package[glance-api] was not determined to be defined
Warning: Scope(Class[
Error: Invalid db connection mysql:/
Error: Invalid db connection mysql:/
variable or mapping missing since the URIs are missing the host
Changed in openstack-cisco: | |
assignee: | nobody → Chris Ricker (chris-ricker) |
Changed in openstack-cisco: | |
milestone: | i.1 → none |
This is caused by lack of error catching in the install script coupled with unusual interface layouts breaking the logic of the install script
fixes are to make the install script more flexible and have better error handling
detargeting from i.0 as exporting appropriate overrides allows to proceed