Fix a typo in documents

Removed redundant 'the'

TrivialFix

Change-Id: I68f0c1fcd23d3338b9296af6005c935b5fe36352
This commit is contained in:
melissaml 2017-01-06 02:00:13 +08:00
parent d3b6d6b590
commit b8e7a2242f
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')