diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-03-12 12:26:20 -0500 |
|---|---|---|
| committer | Dan Prince <dan.prince@rackspace.com> | 2011-03-12 12:26:20 -0500 |
| commit | ae7ab4346d851a8284e004ed8efb44a3d4fc95f2 (patch) | |
| tree | 4f4c837e04e931f064311f06f4c3cc6d911bb69b /bin | |
| parent | a3a3c18609e575ae8e9fb73ec48100e862a3fb35 (diff) | |
| parent | 4407791fd26111ff6c383336a659e3b5ece2eefb (diff) | |
Merge w/ trunk.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-manage | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index e001552d5..a880a9c2f 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -437,6 +437,8 @@ class ProjectCommands(object): "been created.\nPlease create a database by running a " "nova-api server on this host.") +AccountCommands = ProjectCommands + class FixedIpCommands(object): """Class for managing fixed ip.""" @@ -898,6 +900,7 @@ class ImageCommands(object): CATEGORIES = [ ('user', UserCommands), + ('account', AccountCommands), ('project', ProjectCommands), ('role', RoleCommands), ('shell', ShellCommands), |
