Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ kolla_enable_letsencrypt: true
kolla_enable_magnum: true
kolla_enable_manila: true
kolla_enable_mariabackup: true
kolla_enable_neutron_sriov: true
kolla_enable_neutron_bgp_dragent: true
kolla_enable_neutron_mlnx: true
kolla_enable_neutron_sriov: true
kolla_enable_octavia: true
kolla_enable_opensearch: true
kolla_enable_prometheus: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Enable building of the ``Neutron BGP Dragent`` container image.
Loading