Fixed nova misspelling

Change-Id: Id29f36a3b1ca4a1c97516170bf6550a330846e61
This commit is contained in:
Zuo ZongMing 2017-12-15 10:56:58 +08:00
parent 99771bb378
commit 195645f137
1 changed files with 2 additions and 2 deletions

View File

@ -953,7 +953,7 @@ def do_service_update(gc, args):
@utils.arg('--db-lv-size', metavar='<DB_LV_SIZE>',
help='the size of database disk(M).')
@utils.arg('--nova-lv-size', metavar='<NOVA_LV_SIZE>',
help='the size of logic volume disk for nvoa, and the unit is MB.')
help='the size of logic volume disk for nova, and the unit is MB.')
@utils.arg('--disk-location', metavar='<DISK_LOCATION>',
help='where disks used by backends from, default is "local". \
"local" means disks come from local host, \
@ -1075,7 +1075,7 @@ def do_role_detail(gc, args):
@utils.arg('--db-lv-size', metavar='<DB_LV_SIZE>',
help='the size of database disk(M).')
@utils.arg('--nova-lv-size', metavar='<NOVA_LV_SIZE>',
help='the size of logic volume disk for nvoa, and the unit is MB.')
help='the size of logic volume disk for nova, and the unit is MB.')
@utils.arg('--docker-vg-size', metavar='<DOCKER_VG_SIZE>',
help='the size of docker_vg(M).')
@utils.arg('--disk-location', metavar='<DISK_LOCATION>',