diff options
Diffstat (limited to 'ci/bundle_tpl/bundle.yaml')
-rw-r--r-- | ci/bundle_tpl/bundle.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/bundle_tpl/bundle.yaml b/ci/bundle_tpl/bundle.yaml index 52dfaf79..8c08c1a2 100644 --- a/ci/bundle_tpl/bundle.yaml +++ b/ci/bundle_tpl/bundle.yaml @@ -34,6 +34,7 @@ openstack-phase1: {% include 'heat.yaml' %} {% include 'neutron-api.yaml' %} {% include 'neutron-gateway.yaml' %} +{% include 'aodh.yaml' %} {% if os.network.controller == 'odl' %} {% include 'odl.yaml' %} {% elif os.network.controller == 'onos' %} |