Merge "Install networking-hyperv when deploying from source."

This commit is contained in:
Jenkins 2016-07-21 21:51:08 +00:00 committed by Gerrit Code Review
commit 9a8088131e
1 changed files with 4 additions and 2 deletions

View File

@ -50,13 +50,15 @@ options:
* mitaka
* master
The YAML must minimally include requirements, neutron-fwaas,
neutron-lbaas, neutron-vpnaas, and neutron repositories, and may
The YAML must minimally include the following repositories, and may
also include repositories for other dependencies:
repositories:
- {name: requirements,
repository: 'git://github.com/openstack/requirements',
branch: master}
- {name: networking-hyperv,
repository: 'git://github.com/openstack/networking-hyperv',
branch: master}
- {name: neutron-fwaas,
repository: 'git://github.com/openstack/neutron-fwaas',
branch: master}