Merge lp://staging/~gandelman-a/charms/precise/keystone/ssh_user_fix into lp://staging/~openstack-charmers/charms/precise/keystone/ha-support
Proposed by
Adam Gandelman
Status: | Merged |
---|---|
Merged at revision: | 62 |
Proposed branch: | lp://staging/~gandelman-a/charms/precise/keystone/ssh_user_fix |
Merge into: | lp://staging/~openstack-charmers/charms/precise/keystone/ha-support |
Diff against target: |
52 lines (+7/-4) 3 files modified
hooks/keystone_hooks.py (+4/-1) hooks/lib/unison.py (+2/-2) revision (+1/-1) |
To merge this branch: | bzr merge lp://staging/~gandelman-a/charms/precise/keystone/ssh_user_fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Page | Approve | ||
Review via email: mp+154794@code.staging.launchpad.net |
Description of the change
Ensures SSH user is created during install hook. The CA library will attempt to ensure ownership of the CA directories on every access. Currently SSH_USER is only created during peer hooks. HTTPS enabled /w no peers results in chown failures when creating certs. Make sure user is created early.
To post a comment you must log in.