diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-07-27 17:24:39 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-07-27 17:24:39 -0500 |
| commit | f4c8c97cdd1ec9a9b6c7f271dcc92b1e716c3285 (patch) | |
| tree | 62ba5a43b4ef1fe88e2ec6d120672d5fc4c056cb | |
| parent | 7c9dc248af2e19abd04b342f53b1f93fe1547bba (diff) | |
typo
| -rwxr-xr-x | bin/nova-manage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nova-manage b/bin/nova-manage index ef0ae0fbb..75d74903c 100755 --- a/bin/nova-manage +++ b/bin/nova-manage @@ -673,10 +673,10 @@ class NetworkCommands(object): # TODO(tr3buchet) - swap print statement and following line for # raise statement in diablo 4 print _('--bridge parameter required or FLAG ' - 'flat_network_bridge must be set to create networks' + 'flat_network_bridge must be set to create networks\n' 'WARNING! ACHTUNG! Setting the bridge to br100 ' 'automatically is deprecated and will be removed in ' - 'Diablo milestone 4') + 'Diablo milestone 4. Prepare yourself accordingly.') time.sleep(10) bridge = 'br100' #raise exception.NetworkNotCreated(req='--bridge') |
