Skip to content

Commit

Permalink
Remove neutron customization from local.conf
Browse files Browse the repository at this point in the history
We have an issue in CI, where devstack can't install successfully
because of neutron plugin failing to copy some files.

This is an attempt to fix the CI by moving the local.conf
a little closer to what worked for me when deploying
devstack localy recently.
  • Loading branch information
vyzigold committed Mar 27, 2024
1 parent 35d6fbe commit d467235
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ci/integration/metrics/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification

disable_service horizon

Q_AGENT=ovn
Q_ML2_PLUGIN_MECHANISM_DRIVERS=ovn,logger
Q_ML2_PLUGIN_TYPE_DRIVERS=local,flat,vlan,geneve
Q_ML2_TENANT_NETWORK_TYPE="geneve"
enable_service ovn-northd
enable_service ovn-controller
disable_service q-ovn-metadata-agent
enable_service q-svc
disable_service q-agt
disable_service q-l3
disable_service q-dhcp
disable_service q-meta

SWIFT_HASH=6663d6b56c1f479c8b4e70ab5c2666f5
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data

0 comments on commit d467235

Please sign in to comment.