[TrivialFix] Fix typo error
Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
This commit is contained in:
parent
112afb752b
commit
74360e00f5
@ -666,7 +666,7 @@ class UnsetPort(command.Command):
|
|||||||
def take_action(self, parsed_args):
|
def take_action(self, parsed_args):
|
||||||
client = self.app.client_manager.network
|
client = self.app.client_manager.network
|
||||||
obj = client.find_port(parsed_args.port, ignore_missing=False)
|
obj = client.find_port(parsed_args.port, ignore_missing=False)
|
||||||
# SDK ignores update() if it recieves a modified obj and attrs
|
# SDK ignores update() if it receives a modified obj and attrs
|
||||||
# To handle the same tmp_obj is created in all take_action of
|
# To handle the same tmp_obj is created in all take_action of
|
||||||
# Unset* classes
|
# Unset* classes
|
||||||
tmp_fixed_ips = copy.deepcopy(obj.fixed_ips)
|
tmp_fixed_ips = copy.deepcopy(obj.fixed_ips)
|
||||||
|
@ -422,7 +422,7 @@ class TestShellArgV(TestShell):
|
|||||||
|
|
||||||
Use the argv supplied by the test runner so we get actual Python
|
Use the argv supplied by the test runner so we get actual Python
|
||||||
runtime behaviour; we only need to check the type of argv[0]
|
runtime behaviour; we only need to check the type of argv[0]
|
||||||
which will alwyas be present.
|
which will always be present.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
with mock.patch(
|
with mock.patch(
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Add ``--all-projects`` option to the ``volume backup list`` command
|
- Add ``--all-projects`` option to the ``volume backup list`` command
|
||||||
to list volume backups accross all projects.
|
to list volume backups across all projects.
|
||||||
|
Loading…
Reference in New Issue
Block a user