Remove Dragonflow ML2 driver
Dragonflow is no longer maintained as an OpenStack project [1] and has therefore been removed from OpenStack-Ansible as a supported ML2 driver for neutron. [1] https://review.openstack.org/613856 Depends-On: https://review.openstack.org/615576 Change-Id: I3dc43800faf8eac5dcc8767c69f3cdab1eebe021
This commit is contained in:
parent
9787d973ac
commit
aec4b9a88e
@ -77,13 +77,6 @@ designate_dashboard_git_project_group: horizon_all
|
||||
designate_dashboard_git_track_branch: master
|
||||
|
||||
|
||||
## Dragonflow service
|
||||
dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow
|
||||
dragonflow_git_install_branch: 0f05fc13d7bd26097d16c634c5ddeb63f9bfaecd # HEAD of "master" as of 08.08.2018
|
||||
dragonflow_git_project_group: neutron_all
|
||||
dragonflow_git_track_branch: master
|
||||
|
||||
|
||||
## Glance service
|
||||
glance_git_repo: https://git.openstack.org/openstack/glance
|
||||
glance_git_install_branch: bfa25c5e5c05399506404e66d53b0d61eaa06ab7 # HEAD of "master" as of 08.08.2018
|
||||
|
@ -39,7 +39,7 @@ if [[ -z ${OPENSTACK_SERVICE_LIST} ]]; then
|
||||
# Define the repositories to skip in an array.
|
||||
# These items are removed as they are not service projects
|
||||
# and therefore do not have policy/api-paste/etc files.
|
||||
OPENSTACK_REPO_SKIP_LIST=( requirements dragonflow swift3 )
|
||||
OPENSTACK_REPO_SKIP_LIST=( requirements swift3 )
|
||||
|
||||
# Define the skip regex for any additional items to remove.
|
||||
# Items with a '-' are removed as those repositories are
|
||||
|
Loading…
Reference in New Issue
Block a user