Add missed spaces

Change-Id: I68bfd4aeeb7591cd81a88adc2d14af540806b542
This commit is contained in:
Vasily Gorin 2016-07-06 11:49:49 +00:00
parent c49deb2cf7
commit be30d33824
1 changed files with 13 additions and 13 deletions

View File

@ -620,19 +620,19 @@ Steps
12. In tenant 'test_2' attach interface of net2, subnet2 to router_2 12. In tenant 'test_2' attach interface of net2, subnet2 to router_2
13. In tenant "test_2" create security group "SG_2" and add rule that allows ingress icmp traffic. 13. In tenant "test_2" create security group "SG_2" and add rule that allows ingress icmp traffic.
14. In tenant "test_2" launch instance: 14. In tenant "test_2" launch instance:
* name: VM_3 * name: VM_3
* AZ: nova * AZ: nova
* image: TestVM * image: TestVM
* flavor: m1.micro * flavor: m1.micro
* network: net2 with ip 10.0.0.4 * network: net2 with ip 10.0.0.4
* SG: SG_2 * SG: SG_2
15. In tenant "test_2" launch instance: 15. In tenant "test_2" launch instance:
* name: VM_4 * name: VM_4
* AZ: vcenter * AZ: vcenter
* image: TestVM-VMDK * image: TestVM-VMDK
* flavor: m1.micro * flavor: m1.micro
* network: net2 with ip 10.0.0.5 * network: net2 with ip 10.0.0.5
* SG: SG_2 * SG: SG_2
16. Assign floating ips for each instance 16. Assign floating ips for each instance
17. Check instances in tenant_1 communicate between each other by internal ip 17. Check instances in tenant_1 communicate between each other by internal ip
18. Check instances in tenant_2 communicate between each other by internal ip 18. Check instances in tenant_2 communicate between each other by internal ip
@ -1305,4 +1305,4 @@ Steps
Expected result Expected result
############### ###############
Cluster is deployed successfully and all OSTF tests are passed. Cluster is deployed successfully and all OSTF tests are passed.