Remove unused config for devstack job
Remove KURYR_ETCD_PORT because this config has been removed: https://review.openstack.org/#/c/467718/ Change-Id: I7175998042bb06be9f2e5a44c5e12af9395a1146
This commit is contained in:
parent
0e0162ecce
commit
54c42cccf5
@ -78,7 +78,6 @@
|
|||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ZUN_DB_TYPE: etcd
|
ZUN_DB_TYPE: etcd
|
||||||
KURYR_ETCD_PORT: 2379
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
|
@ -15,7 +15,6 @@ enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devs
|
|||||||
# In Kuryr, KURYR_CAPABILITY_SCOPE is `local` by default,
|
# In Kuryr, KURYR_CAPABILITY_SCOPE is `local` by default,
|
||||||
# but we must change it to `global` in the multinode scenario.
|
# but we must change it to `global` in the multinode scenario.
|
||||||
KURYR_CAPABILITY_SCOPE=global
|
KURYR_CAPABILITY_SCOPE=global
|
||||||
KURYR_ETCD_PORT=2379
|
|
||||||
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
||||||
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user