RETIRED, Fuel plugin for NSX-V integration
Go to file
Artem Savinov f31058b86a Fix components.yaml
Delete incompatible section, NSXv is already mutually excluded from
other network types.

Change-Id: Ic991ef1823474ffa69a5a006e5ebab5b3c483d97
2016-01-26 13:41:41 +03:00
deployment_scripts/puppet NSXv component registry 2015-12-25 00:28:10 +03:00
doc Merge "Describe parameters that were added in Neutron NSX plugin (Kilo)" 2016-01-13 09:30:02 +00:00
plugin_test Change plugin settings upload 2016-01-18 15:08:33 +03:00
repositories/ubuntu Merge "Change TinyCoreLinux vmdk image" 2016-01-13 08:06:41 +00:00
specs Add plugin v2.0.0 specification 2015-11-12 12:04:53 +03:00
.gitignore Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
.gitmodules Smoke tests 2015-12-22 12:33:24 +00:00
.gitreview Change stackforge to openstack 2015-11-09 13:20:52 +08:00
components.yaml Fix components.yaml 2016-01-26 13:41:41 +03:00
deployment_tasks.yaml Adapt plugin deployment tasks to changed Neutron deployment 2015-12-03 22:09:26 +03:00
environment_config.yaml Merge "Describe parameters that were added in Neutron NSX plugin (Kilo)" 2016-01-13 09:30:02 +00:00
LICENSE Fuel NSXv plugin 2015-09-28 17:01:02 +03:00
metadata.yaml Fixes for new fuel iso 2016-01-18 13:44:00 +03:00
pre_build_hook Remove customized .deb package python-nova out of plugin and remove manifest that installs it 2015-10-28 14:35:59 +03:00
README.md Separate user and testing documentation 2015-11-29 21:27:45 +03:00

Fuel NSXv plugin

Fuel NSXv plugin enables OpenStack deployment which utilizes vCenter with installed and configured VMware NSXv network virtualization software.

See doc/ directory for documentation.

To build HTML variant of documentation you need to install sphinx document generator, easiest way to do this is to use doc/requirements.txt.

$ pip install -r doc/requirements.txt

$ cd doc/user

$ make html

After that you can start exploring documentation in doc/user/source/_build/html/ directory.