Enable BGP extension

In a stable branch of devstack, BGP isn't included in api extension list
since [1].

[1] Iac8f858793d5ab514d6ba69b68d5420acd0fe903
    I1a4d1ea8c8d34b8cd1020e76597db6c67f85f6ec

Partial-Bug: #1683580

Change-Id: I15275e82b03f87a4c4e13d3790db01973c3843cb
This commit is contained in:
fumihiko kakuma 2017-04-18 11:55:53 +09:00
parent 6e86f36296
commit 29cb04c5e1
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
# q-dr-agent - Add this config flag indicate that dynamic routing agent
# will be running
# This enables BGP extension
NETWORK_API_EXTENSIONS=all
# This can be overridden in the localrc file
DR_MODE=${DR_MODE:-allinone}