mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-5223: Fix hosttags.
Signed-off-by: Girish Shilamkar <girish@clogeny.com>
This commit is contained in:
parent
7a6751aa77
commit
58fd6f0603
@ -57,7 +57,7 @@ class Services:
|
||||
"cpunumber": 1,
|
||||
"cpuspeed": 100,
|
||||
"memory": 128,
|
||||
"hosttags": "host1"
|
||||
"tags": "host1"
|
||||
},
|
||||
"service_offering_2": {
|
||||
"name": "Tiny Instance- tagged host 2",
|
||||
@ -65,7 +65,7 @@ class Services:
|
||||
"cpunumber": 1,
|
||||
"cpuspeed": 100,
|
||||
"memory": 128,
|
||||
"hosttags": "host2"
|
||||
"tags": "host2"
|
||||
},
|
||||
"network_offering": {
|
||||
"name": 'VPC Network offering',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user