diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-07 15:08:29 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-07 15:08:29 -0700 |
| commit | 59b460e98c5b8f718a654539c5788e8775126dfd (patch) | |
| tree | b5fd629585e939fb09a4d4e89644ee4f6a3f42c2 | |
| parent | a1572a4f234bdeda1d25250de62b5892d8f47891 (diff) | |
slight typo
| -rwxr-xr-x | bin/nova-manage | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index a999571b2..5369a98b3 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -841,7 +841,6 @@ class InstanceTypeCommands(object): print e sys.exit(1) except exception.ApiError, e: - print e print "Please ensure instance_type name and flavor id are unique" print "Here are the already defined instance_type names and flavorids:" self.list("--all") |
