Fix a typo in documents
Removed redundant 'the' TrivialFix Change-Id: I68f0c1fcd23d3338b9296af6005c935b5fe36352
This commit is contained in:
parent
d3b6d6b590
commit
b8e7a2242f
@ -13,7 +13,7 @@ that instances may need depending on the project goals. Create images
|
||||
first before creating any instances.
|
||||
|
||||
Adding images can be done through the Dashboard, or the command line.
|
||||
Another option available is the the ``python-openstackclient`` tool, which
|
||||
Another option available is the ``python-openstackclient`` tool, which
|
||||
can be installed on the controller node, or on a workstation.
|
||||
|
||||
Adding an image using the Dashboard
|
||||
|
@ -1241,7 +1241,7 @@ class TestConfigMatchesEnvironment(unittest.TestCase):
|
||||
self.assertTrue('bogus_key2' in warn_msgs[1])
|
||||
|
||||
def test_confirm_exclusions(self):
|
||||
"""Ensure the the excluded keys in the function are present."""
|
||||
"""Ensure the excluded keys in the function are present."""
|
||||
config = get_config()
|
||||
excluded_keys = ('global_overrides', 'cidr_networks', 'used_ips')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user