Merge "Fixed nova misspelling"

This commit is contained in:
Zuul 2018-01-02 03:00:46 +00:00 committed by Gerrit Code Review
commit 6409cc91a1
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>',