Fixup tacker repo to point to stable/liberty
Change-Id: I40de7a51bec8c595979fdf6e0843e29093fad479
This commit is contained in:
parent
7ae2388903
commit
1177bd4b5f
@ -2,3 +2,4 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/tacker.git
|
project=openstack/tacker.git
|
||||||
|
defaultbranch=stable/liberty
|
||||||
|
@ -50,7 +50,7 @@ NETWORK_GATEWAY=${NETWORK_GATEWAY:-15.0.0.1}
|
|||||||
FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24}
|
FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24}
|
||||||
|
|
||||||
|
|
||||||
enable_plugin tacker https://git.openstack.org/openstack/tacker master
|
enable_plugin tacker https://git.openstack.org/openstack/tacker stable/liberty
|
||||||
|
|
||||||
enable_service n-novnc
|
enable_service n-novnc
|
||||||
enable_service n-cauth
|
enable_service n-cauth
|
||||||
|
@ -21,6 +21,9 @@ enable_service h-api-cw
|
|||||||
|
|
||||||
enable_service tacker
|
enable_service tacker
|
||||||
|
|
||||||
|
TACKERCLIENT_BRANCH=stable/liberty
|
||||||
|
TACKERHORZION_BRANCH=stable/liberty
|
||||||
|
|
||||||
# python-tackerclient and tacker-horizon isn't installable from pip
|
# python-tackerclient and tacker-horizon isn't installable from pip
|
||||||
LIBS_FROM_GIT=python-tackerclient,tacker-horizon
|
LIBS_FROM_GIT=python-tackerclient,tacker-horizon
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user