fuel-plugin-nsxv/README.md
Igor Zinovik 9eef79cd43 Add plugin v2.0.0 specification
- add specification
- rename spec/ directory to specs/ according to Fuel/Plugins wiki page
  https://wiki.openstack.org/wiki/Fuel/Plugins#Documentation_files_structure
- rename v1.0.0 plugin spec to plugin-1.0.0spec.rst
- adjust copyright field in conf.py

Change-Id: I9d5e4ea5f1923af11833b11bdfd952ceba6efdd7
2015-11-12 12:04:53 +03:00

523 B

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/source

$ make html

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