Merge "Searchlight: activate Ironic resources"
This commit is contained in:
commit
d6d0e7d44b
@ -103,6 +103,18 @@ enabled = {{ enable_neutron | bool }}
|
||||
[resource_plugin:os_neutron_security_group]
|
||||
enabled = {{ enable_neutron | bool }}
|
||||
|
||||
[resource_plugin:os_ironic_chassis]
|
||||
enabled = {{ enable_ironic | bool }}
|
||||
notifications_topics_exchanges = ironic_versioned_notifications,ironic
|
||||
|
||||
[resource_plugin:os_ironic_node]
|
||||
enabled = {{ enable_ironic | bool }}
|
||||
notifications_topics_exchanges = ironic_versioned_notifications,ironic
|
||||
|
||||
[resource_plugin:os_ironic_port]
|
||||
enabled = {{ enable_ironic | bool }}
|
||||
notifications_topics_exchanges = ironic_versioned_notifications,ironic
|
||||
|
||||
{# TODO(blallau): enabling osprofiler when fixed in searchlight #}
|
||||
|
||||
{# {% if enable_osprofiler | bool %} #}
|
||||
|
Loading…
x
Reference in New Issue
Block a user