Fixed --uuid network command in nova-manage to desc to "uuid" instead of "net_uuid"
This commit is contained in:
parent
b90503021b
commit
5a9c4ef378
@ -738,7 +738,7 @@ class NetworkCommands(object):
|
||||
help='Multi host')
|
||||
@args('--dns1', dest="dns1", metavar="<DNS Address>", help='First DNS')
|
||||
@args('--dns2', dest="dns2", metavar="<DNS Address>", help='Second DNS')
|
||||
@args('--uuid', dest="net_uuid", metavar="<network uuid>",
|
||||
@args('--uuid', dest="uuid", metavar="<network uuid>",
|
||||
help='Network UUID')
|
||||
@args('--project_id', dest="project_id", metavar="<project id>",
|
||||
help='Project id')
|
||||
|
Loading…
Reference in New Issue
Block a user