Merge "Fixed Typo from modfied to modified"
This commit is contained in:
commit
cbb933743c
@ -288,10 +288,10 @@ class VolumeCommands(object):
|
||||
@args('--currenthost', required=True, help='Existing volume host name')
|
||||
@args('--newhost', required=True, help='New volume host name')
|
||||
def update_host(self, currenthost, newhost):
|
||||
"""Modify the host name associated with
|
||||
a volume. Particularly to recover from
|
||||
cases where one has moved their Cinder Volume
|
||||
node, or modfied their backend_name in a
|
||||
"""Modify the host name associated with a volume.
|
||||
|
||||
Particularly to recover from cases where one has moved
|
||||
their Cinder Volume node, or modified their backend_name in a
|
||||
multi-backend config.
|
||||
"""
|
||||
ctxt = context.get_admin_context()
|
||||
|
Loading…
Reference in New Issue
Block a user