forked from juju/charm-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openstack: identity-service forwards compat (juju#730)
* openstack: identity-service forwards compat The new Keystone K8S operator exclusively uses the Application data bag to provide endpoint information and credentials to consuming services. Check for the presence of data in the App data bag and use this in preference to per-unit data as presented by the Keystone machine charm. This also requires some remapping and manipulation to massage the new application data bag keys into the existing ctxt dict used in templates. * Test with app and unit data to ensure app data is preferred
- Loading branch information
Showing
2 changed files
with
171 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters