File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
etc/kayobe/environments/ci-builder Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,6 @@ jobs:
171
171
if ${{ inputs.push }} == 'true'; then
172
172
args="$args --push"
173
173
fi
174
- if [[ "${{ github.event.inputs.regexes }}" == "" ]]; then
175
- args="$args -e kolla_build_neutron_ovs=true"
176
- fi
177
174
source venvs/kayobe/bin/activate &&
178
175
source src/kayobe-config/kayobe-env --environment ci-builder &&
179
176
kayobe overcloud container image build $args
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ kolla_enable_ovn: true
29
29
kolla_enable_prometheus : true
30
30
kolla_enable_redis : true
31
31
kolla_enable_skydive : true
32
+ kolla_build_neutron_ovs : true
32
33
33
34
# ##############################################################################
34
35
# StackHPC configuration.
You can’t perform that action at this time.
0 commit comments