lp://staging/~gandelman-a/charms/precise/keystone/config-changed
- Get this branch:
- bzr branch lp://staging/~gandelman-a/charms/precise/keystone/config-changed
Branch merges
- Mark Mims (community): Approve
-
Diff: 65 lines (+21/-2)3 files modifiedhooks/keystone-hooks (+5/-1)
hooks/utils.py (+15/-0)
revision (+1/-1)
Branch information
- Owner:
- Adam Gandelman
- Status:
- Development
Recent revisions
- 32. By Adam Gandelman
-
Allow reconfiguration of admin user credentials via 'juju set'
This adds the ability to update a users' password via keystoneclient. This is
called for every run of ensure_initial_ admin() . A basic config-changed hook is added to call ensure_
initial_ admin() , allowing: - Changing the current admin user's password via
'juju set admin-password=foo'
- Defining a new admin user in the system via
'juju set admin-user=newadmin admin-password=foo'. Note, when creating a new admin user, the previous admin user is not deleted from the system.
The new admin user can manage existing users thru the dashboard or keystoneclient. - 27. By Adam Gandelman
-
Add nova-volume service, add noop hook work around for services that need a relation but nothing published in catalog
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)