dfilppi | 9981f55 | 2017-08-07 20:10:53 +0000 | [diff] [blame^] | 1 | .. 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 | |
| 6 | Cloudify Openstack Plugin |
| 7 | ========================= |
| 8 | |
| 9 | The OpenStack plugin allows users to use an OpenStack based cloud infrastructure for deploying services and applications. |
| 10 | For more information about OpenStack, please refer to: https://www.openstack.org/. |
| 11 | |
| 12 | |
| 13 | Contents: |
| 14 | |
| 15 | .. toctree:: |
| 16 | :maxdepth: 2 |
| 17 | |
| 18 | configuration |
| 19 | types |
| 20 | nova-net |
| 21 | examples |
| 22 | misc |
| 23 | changelog |
| 24 | |
| 25 | |
| 26 | Plugin 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 | |
| 40 | Compatibility |
| 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 | |
| 52 | The 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 | |
| 62 | Indices and tables |
| 63 | ================== |
| 64 | |
| 65 | * :ref:`genindex` |
| 66 | * :ref:`modindex` |
| 67 | * :ref:`search` |
| 68 | |