mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5223: Fix hosttags.
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
This commit is contained in:
parent
5b37d38ed0
commit
01a13599a0
|
|
@ -58,7 +58,7 @@ class Services:
|
|||
"cpunumber": 1,
|
||||
"cpuspeed": 100,
|
||||
"memory": 128,
|
||||
"hosttags": "host1"
|
||||
"tags": "host1"
|
||||
},
|
||||
"service_offering_2": {
|
||||
"name": "Tiny Instance- tagged host 2",
|
||||
|
|
@ -66,7 +66,7 @@ class Services:
|
|||
"cpunumber": 1,
|
||||
"cpuspeed": 100,
|
||||
"memory": 128,
|
||||
"hosttags": "host2"
|
||||
"tags": "host2"
|
||||
},
|
||||
"network_offering": {
|
||||
"name": 'VPC Network offering',
|
||||
|
|
|
|||
Loading…
Reference in New Issue