aboutsummaryrefslogtreecommitdiffstats
path: root/aria/multivim-plugin/docs/index.rst
blob: dc229f790bc47dd21e42fc9a596ee5aa9612a1c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.. 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`