Merge "Fix a typo in documents"

This commit is contained in:
Jenkins 2017-01-06 10:52:25 +00:00 committed by Gerrit Code Review
commit ef9cbc3bc1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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')