Comment 1 for bug 1911816

Revision history for this message
George Kraft (cynerva) wrote : Re: required credentials were not imported at inital deployment

It looks like it's the project-name, specifically, that's missing from your credential-get output. The charm checks for either project-name or tenant-name[1] but neither is present.

The missing auth-url should be fine. The charm also checks for endpoint[2] and should use that if present.

[1]: https://github.com/juju-solutions/charm-openstack-integrator/blob/106fe0fa69bc75467e5c86f875c6568c7bac96cb/lib/charms/layer/openstack.py#L245
[2]: https://github.com/juju-solutions/charm-openstack-integrator/blob/106fe0fa69bc75467e5c86f875c6568c7bac96cb/lib/charms/layer/openstack.py#L201