Install networking-hyperv when deploying from source.

Change-Id: I9d68d7e37be04dd04ce9c9ca37d21d23246c4359
This commit is contained in:
Corey Bryant 2016-07-20 15:50:38 +00:00 committed by Corey Bryant
parent b259a002f2
commit ebc7da4d31

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}