Fix some typos and mistakes in the doc string

Change-Id: Id7edee4c7a58fe0b6e758111ca1ea752b468a866
Closes-Bug: #1368477
This commit is contained in:
kong 2014-09-12 08:36:59 +08:00
parent d44eef4028
commit 22248dcd51
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ class NeutronScenario(base.Scenario):
def _generate_subnet_cidr(self, subnets_per_network):
"""Generate next subnet CIDR for network, without IP overlapping.
We should know total number of subnets for proper aloocation
We should know total number of subnets for proper allocation
non-overlapped subnets
:param subnets_per_networks: total number of subnets to be allocated

View File

@ -28,7 +28,7 @@ class ExistingCloud(engine.EngineFactory):
"auth_url": "http://localhost:5000/v2.0/",
"region_name": "RegionOne",
"use_public_urls": true,
"admin_port": 35357
"admin_port": 35357,
"admin": {
"username": "admin",
"password": "password",
@ -43,7 +43,7 @@ class ExistingCloud(engine.EngineFactory):
"auth_url": "http://localhost:5000/v3/",
"region_name": "RegionOne",
"use_public_urls": false,
"admin_port": 35357
"admin_port": 35357,
"admin": {
"username": "admin",
"password": "admin",