diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-04-20 18:38:59 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-04-20 18:38:59 +0000 |
| commit | 791bb0a64b0a286e3bd591da4099d835115531be (patch) | |
| tree | 9f5a751493daf5545aaeeb2001fa2ea188b49da6 | |
| parent | e6b4c646b35e9db85272f93c6214bf6a94cb3446 (diff) | |
| parent | 0acc214602ae91776c242bec68efc726e7a190be (diff) | |
Merge "Keep nova-manage commands sorted"
| -rwxr-xr-x | bin/nova-manage | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index b09fddc49..53c4fd6f3 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -1613,6 +1613,7 @@ CATEGORIES = [ ('floating', FloatingIpCommands), ('host', HostCommands), ('instance_type', InstanceTypeCommands), + ('logs', GetLogCommands), ('network', NetworkCommands), ('project', ProjectCommands), ('role', RoleCommands), @@ -1624,7 +1625,7 @@ CATEGORIES = [ ('vm', VmCommands), ('volume', VolumeCommands), ('vpn', VpnCommands), - ('logs', GetLogCommands)] +] def lazy_match(name, key_value_tuples): |
