Fixed --uuid network command in nova-manage to desc to "uuid" instead of "net_uuid"

This commit is contained in:
Brad McConnell bmcconne@rackspace.com 2011-09-19 21:35:47 -05:00
parent b90503021b
commit 5a9c4ef378

View File

@ -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')