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:
Hongbin Lu 2018-11-03 20:42:01 +00:00
parent 0e0162ecce
commit 54c42cccf5
2 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@
vars:
devstack_localrc:
ZUN_DB_TYPE: etcd
KURYR_ETCD_PORT: 2379
- project:
templates:

View File

@ -15,7 +15,6 @@ enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devs
# In Kuryr, KURYR_CAPABILITY_SCOPE is `local` by default,
# but we must change it to `global` in the multinode scenario.
KURYR_CAPABILITY_SCOPE=global
KURYR_ETCD_PORT=2379
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork