Fixes Typos in rally files

This submission fixes typos in the following files :
1. ./tests/unit/plugins/openstack/scenarios/neutron/test_network.py
2. ./tests/unit/task/processing/test_utils.py
3. ./tests/unit/verification/test_config.py
4. ./etc/rally/rally.conf.sample

Change-Id: I195fbdeef9140fd6f30e419692ca812337f74765
This commit is contained in:
nayna-patel
2015-08-04 11:50:30 +00:00
parent 8d1269330d
commit 8ea373e68b
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@
# Its value may be silently ignored in the future.
#https_insecure = false
# Path to CA server cetrificate for SSL (string value)
# Path to CA server certificate for SSL (string value)
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
#https_cacert = <None>

View File

@@ -102,7 +102,7 @@ class NeutronNetworksTestCase(test.ScenarioTestCase):
mock__create_network.reset_mock()
mock__delete_network.reset_mock()
# Explict network name is specified
# Explicit network name is specified
network_create_args = {"name": "given-name"}
neutron_scenario.create_and_delete_networks(
network_create_args=network_create_args)