Merge lp:~xtoddx/nova/disable_creds into lp:~hudson-openstack/nova/trunk
Proposed by
Todd Willey
Status: | Work in progress |
---|---|
Proposed branch: | lp:~xtoddx/nova/disable_creds |
Merge into: | lp:~hudson-openstack/nova/trunk |
Diff against target: |
56 lines (+27/-0) 2 files modified
nova/adminclient.py (+21/-0) nova/api/ec2/admin.py (+6/-0) |
To merge this branch: | bzr merge lp:~xtoddx/nova/disable_creds |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Christopher MacGown (community) | Needs Fixing | ||
termie (community) | Approve | ||
Thierry Carrez (community) | ffe | Needs Information | |
John Dewey (community) | Needs Fixing | ||
Review via email:
|
Description of the change
In the case of compromised vpn credentials, we need to be able to terminate the affected vpn and revoke the credentials. This adds that functionality to the ec2 admin api.
To post a comment you must log in.
Unmerged revisions
- 849. By Todd Willey
-
Revert i18n on server-side.
- 848. By Todd Willey
-
Fix style issues and add i18n.
- 847. By Todd Willey
-
merge trunk
- 846. By Todd Willey
-
Admin api methods for disabling credentials & terminating vpns.
I do not see tests for adminclient.py, but maybe now is a good time to add them?
I have a hard time approving a feature that lacks tests, even if those before us didn't add them.