Skip to content

Commit 6f1f44d

Browse files
author
Dean Troyer
committed
Batch up minor cleanups for release
Change-Id: Id45788e17c5388cee54e79cab1c120cfcc8f9f62 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
1 parent 6c481c2 commit 6f1f44d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

openstackclient/tests/functional/network/v2/test_floating_ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def setUpClass(cls):
8383
raise
8484
pass
8585
else:
86-
# break and no longer retry if create sucessfully
86+
# break and no longer retry if create successfully
8787
break
8888

8989
@classmethod

openstackclient/tests/functional/network/v2/test_subnet_pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def test_subnet_pool_set_show(self):
266266
# pool. The error appears to be in a lower layer,
267267
# once that is fixed add a test for subnet pool unset
268268
# --default-quota.
269-
# The unset command of --pool-prefixes also doesnt work
269+
# The unset command of --pool-prefixes also doesn't work
270270
# right now. It would be fixed in a separate patch once
271271
# the lower layer is fixed.
272272
# cmd_output = self.openstack(
@@ -319,7 +319,7 @@ def _subnet_pool_create(self, cmd, name, is_type_ipv4=True):
319319
raise
320320
pass
321321
else:
322-
# Break and no longer retry if create is sucessful
322+
# Break and no longer retry if create is successful
323323
break
324324

325325
return cmd_output, pool_prefix

releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
deprecations:
33
- |
44
``volume transfer request accept`` has been changed to move the ``auth-key``
5-
positional argument to a requried option ``--auth-key``. This leaves
6-
the transfer request ID as the only positional arguemnt, as per the
5+
positional argument to a required option ``--auth-key``. This leaves
6+
the transfer request ID as the only positional argument, as per the
77
OpenStackClient command format. The old format is still functional, but is
88
deprecated and will be removed in the next major release.
99
fixes:

releasenotes/notes/bug-27882-402ced7ffe930058.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
fixes:
33
- |
44
The ``--limit`` option of the ``image list`` command was previously ignored.
5-
[Bug `https://storyboard.openstack.org/#!/story/2004314`]
5+
[Bug `2004314 <https://storyboard.openstack.org/#!/story/2004314>`_]

releasenotes/source/pre_20_releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Pre-2.0 Releases
347347
``--proto ICMP`` is selected.
348348
Bug `1443963 <https://bugs.launchpad.net/bugs/1443963>`_
349349

350-
* Correctly pass ``--location`` arguemnt in ``image create`` command.
350+
* Correctly pass ``--location`` argument in ``image create`` command.
351351
Bug `1445460 <https://bugs.launchpad.net/bugs/1445460>`_
352352

353353
* Correctly handle use of ``role`` commands for project admins. Using IDs will

0 commit comments

Comments
 (0)