diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index 9c8fb00acd..11da51c361 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -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 diff --git a/scripts/sources-branch-updater.sh b/scripts/sources-branch-updater.sh index 15b2a481ef..e911ee9d03 100755 --- a/scripts/sources-branch-updater.sh +++ b/scripts/sources-branch-updater.sh @@ -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