Fixed pack names
Change-Id: I60625e7e8341c3944bb6a5283dea88b0a4641353
This commit is contained in:
parent
36d42c10f8
commit
e9011e8d9b
@ -6,7 +6,7 @@ SURVEIL_OS_AUTH_URL=http://localhost/v2.0
|
||||
SURVEIL_OS_USERNAME=admin
|
||||
SURVEIL_OS_PASSWORD=password
|
||||
SURVEIL_OS_TENANT_NAME=admin
|
||||
SURVEIL_DEFAULT_TAGS=linux-openstackceilometer
|
||||
SURVEIL_DEFAULT_TAGS=openstack-host
|
||||
SURVEIL_NETWORK_LABEL=surveil
|
||||
RABBIT_HOST=192.168.49.239
|
||||
RABBIT_PORT=5672
|
||||
|
@ -142,7 +142,7 @@ def main():
|
||||
# Linux-keystone template
|
||||
cli_surveil.config.hosts.create(
|
||||
host_name='test_keystone',
|
||||
use='linux-keystone',
|
||||
use='openstack-keystone-http',
|
||||
address='127.0.0.1',
|
||||
custom_fields={
|
||||
"_OS_AUTH_URL": "bla",
|
||||
@ -154,10 +154,10 @@ def main():
|
||||
}
|
||||
)
|
||||
|
||||
# Linux-openstackceilometer template
|
||||
# openstack-host template
|
||||
cli_surveil.config.hosts.create(
|
||||
host_name='openstackceilometer-host',
|
||||
use='linux-openstackceilometer',
|
||||
use='openstack-host',
|
||||
address='127.0.0.1',
|
||||
custom_fields={
|
||||
"_OS_AUTH_URL": "bla",
|
||||
|
Loading…
x
Reference in New Issue
Block a user