diff options
author | dfilppi <dewayne@cloudify.co> | 2017-08-31 00:15:51 +0000 |
---|---|---|
committer | DeWayne Filppi <dewayne@cloudify.co> | 2017-09-07 16:37:00 +0000 |
commit | df40f6f09f11aa823c1fd07e85887885f20d356b (patch) | |
tree | c5d186d21602ad4464e0b7ec6cc8618d9a7a8f54 /aria/multivim-plugin/docs/index.rst | |
parent | dcb890a6fa153900a0562872ccc31a5df2dffd24 (diff) |
reorg and add pom build for wheel
Change-Id: Iab761e263f1e2380471dd38c2b7ce9b77f0aab0e
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
Issue-id: SO-106
Diffstat (limited to 'aria/multivim-plugin/docs/index.rst')
-rw-r--r-- | aria/multivim-plugin/docs/index.rst | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/aria/multivim-plugin/docs/index.rst b/aria/multivim-plugin/docs/index.rst deleted file mode 100644 index dc229f790b..0000000000 --- a/aria/multivim-plugin/docs/index.rst +++ /dev/null @@ -1,68 +0,0 @@ -.. cloudify-cli documentation master file, created by - sphinx-quickstart on Thu Jun 12 15:30:03 2014. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Cloudify Openstack Plugin -========================= - -The OpenStack plugin allows users to use an OpenStack based cloud infrastructure for deploying services and applications. -For more information about OpenStack, please refer to: https://www.openstack.org/. - - -Contents: - -.. toctree:: - :maxdepth: 2 - - configuration - types - nova-net - examples - misc - changelog - - -Plugin Requirements -------------------- - -* Python versions: - - * 2.7.x -* If the plugin is installed from source, - then the following system dependencies are required: - - * ``gcc`` - * ``gcc-c++`` - * ``python-devel`` - - -Compatibility -------------- - -* *Mitaka* official support -* *Liberty* official support -* *Kilo* official support -* *Juno*, *Icehouse* previously supported, not currently tested. - -.. attention:: New in 2.0 - - The full Keystone URL in :ref:`config` is now required in the ``openstack_config`` ``auth_url`` property: eg ``http://192.0.2.200:5000/v2.0`` or ``http://192.0.2.200:5000/v3``. - -The Openstack plugin uses various Openstack clients packages. The versions used in Openstack Plugin are as follows: - -* `keystoneauth1 <https://github.com/openstack/keystoneauth>`_ - 2.12.1 -* `Keystone client <https://github.com/openstack/python-keystoneclient>`_ - 3.5.0 -* `Nova client <https://github.com/openstack/python-novaclient>`_ - 7.0.0 -* `Neutron client <https://github.com/openstack/python-neutronclient>`_ - 6.0.0 -* `Cinder client <https://github.com/openstack/python-cinderclient>`_ - 1.9.0 -* `Glance client <https://github.com/openstack/python-glanceclient>`_ - 2.5.0 - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - |