blob: dc229f790bc47dd21e42fc9a596ee5aa9612a1c9 [file] [log] [blame]
dfilppi9981f552017-08-07 20:10:53 +00001.. cloudify-cli documentation master file, created by
2 sphinx-quickstart on Thu Jun 12 15:30:03 2014.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6Cloudify Openstack Plugin
7=========================
8
9The OpenStack plugin allows users to use an OpenStack based cloud infrastructure for deploying services and applications.
10For more information about OpenStack, please refer to: https://www.openstack.org/.
11
12
13Contents:
14
15.. toctree::
16 :maxdepth: 2
17
18 configuration
19 types
20 nova-net
21 examples
22 misc
23 changelog
24
25
26Plugin Requirements
27-------------------
28
29* Python versions:
30
31 * 2.7.x
32* If the plugin is installed from source,
33 then the following system dependencies are required:
34
35 * ``gcc``
36 * ``gcc-c++``
37 * ``python-devel``
38
39
40Compatibility
41-------------
42
43* *Mitaka* official support
44* *Liberty* official support
45* *Kilo* official support
46* *Juno*, *Icehouse* previously supported, not currently tested.
47
48.. attention:: New in 2.0
49
50 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``.
51
52The Openstack plugin uses various Openstack clients packages. The versions used in Openstack Plugin are as follows:
53
54* `keystoneauth1 <https://github.com/openstack/keystoneauth>`_ - 2.12.1
55* `Keystone client <https://github.com/openstack/python-keystoneclient>`_ - 3.5.0
56* `Nova client <https://github.com/openstack/python-novaclient>`_ - 7.0.0
57* `Neutron client <https://github.com/openstack/python-neutronclient>`_ - 6.0.0
58* `Cinder client <https://github.com/openstack/python-cinderclient>`_ - 1.9.0
59* `Glance client <https://github.com/openstack/python-glanceclient>`_ - 2.5.0
60
61
62Indices and tables
63==================
64
65* :ref:`genindex`
66* :ref:`modindex`
67* :ref:`search`
68