summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-09-01 12:22:32 -0700
committerVishvananda Ishaya <vishvananda@gmail.com>2011-09-01 12:22:32 -0700
commit59be9be68c0fd9b33b72257b8a1eb8c357ce9217 (patch)
treeff1d1f4d9b5e6ad854c33c081553e8799c2c55ea /bin
parentdbd5acd2ba6bc9853f165d457eaf6abe7559a92e (diff)
downloadnova-59be9be68c0fd9b33b72257b8a1eb8c357ce9217.tar.gz
nova-59be9be68c0fd9b33b72257b8a1eb8c357ce9217.tar.xz
nova-59be9be68c0fd9b33b72257b8a1eb8c357ce9217.zip
remove extra references to state_description
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-manage6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/nova-manage b/bin/nova-manage
index c9cf4266d..c3b2c71ce 100755
--- a/bin/nova-manage
+++ b/bin/nova-manage
@@ -166,7 +166,7 @@ class VpnCommands(object):
print address,
print vpn['host'],
print ec2utils.id_to_ec2_id(vpn['id']),
- print vpn['state_description'],
+ print vpn['vm_state'],
print state
else:
print None
@@ -869,7 +869,7 @@ class VmCommands(object):
instance['hostname'],
instance['host'],
instance['instance_type'].name,
- instance['state_description'],
+ instance['vm_state'],
instance['launched_at'],
instance['image_ref'],
instance['kernel_id'],
@@ -1223,7 +1223,7 @@ class VsaCommands(object):
type=vc['instance_type']['name'],
fl_ip=floating_addr,
fx_ip=fixed_addr,
- stat=vc['state_description'],
+ stat=vc['vm_state'],
host=vc['host'],
time=str(vc['created_at']))