Use two seperate service variables
Use one variable for collected openstack services and another for systemd services. Change-Id: I1946243df319c00638e4ec4a4f1f144fd2131956 Closes-Bug: 1769625
This commit is contained in:
2 changed files with 2 additions and 2 deletions
@@ -51,7 +51,7 @@ cloudkitty_developer_constraints:
cloudkitty_developer_mode:false
cloudkitty_notification_topics:notifications
cloudkitty_services:compute
cloudkitty_collected_services:compute
cloudkitty_collector:ceilometer
cloudkitty_service_project_domain_id:default
cloudkitty_service_project_name:"service"
@@ -13,7 +13,7 @@ transport_url = rabbit://{% for host in cloudkitty_rabbitmq_servers.split(',') %
port = {{ cloudkitty_service_port }}
[collect]
services = {{ cloudkitty_services }}
services = {{ cloudkitty_collected_services }}
collector = {{ cloudkitty_collector }}
[cors]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.