Merge "Modify help for update host command"
This commit is contained in:
commit
f43cec6a4a
@ -465,8 +465,10 @@ class VolumeCommands(object):
|
||||
rpcapi = volume_rpcapi.VolumeAPI()
|
||||
rpcapi.delete_volume(ctxt, volume)
|
||||
|
||||
@args('--currenthost', required=True, help='Existing volume host name')
|
||||
@args('--newhost', required=True, help='New volume host name')
|
||||
@args('--currenthost', required=True, help='Existing volume host name in '
|
||||
'the format host@backend#pool')
|
||||
@args('--newhost', required=True, help='New volume host name in the '
|
||||
'format host@backend#pool')
|
||||
def update_host(self, currenthost, newhost):
|
||||
"""Modify the host name associated with a volume.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user