Skip to content

cloudify-cosmo/cloudify-openstack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f929921 · May 9, 2024
Feb 9, 2020
Oct 1, 2023
Mar 6, 2023
May 9, 2024
Mar 6, 2023
Nov 30, 2023
May 20, 2020
May 9, 2024
Nov 30, 2023
Mar 9, 2020
Jun 2, 2019
May 9, 2024
May 9, 2024
May 9, 2024
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
May 9, 2024

Repository files navigation

Build Status

cloudify-openstack-plugin

Plugin Versions

Version 2.14.X

Cloudify Openstack Plugin version 2 is the original Cloudify Openstack plugin. It is based on the old Openstack Python Client packages:

  • keystoneauth1
  • python-novaclient
  • python-keystoneclient
  • python-neutronclient
  • python-cinderclient
  • python-glanceclient

These Python API bindings are still maintained.

Cloudify is commited to maintanance-level support for Cloudify Openstack Plugin versions 2.14.X.

Cloudify Openstack Plugin Version 2 is supported from Cloudify 3.4.2+.

Version 3

Cloudify Openstack Plugin version 3 is the new Cloudify Openstack Plugin. It is based on the Unified Openstack Python SDK in Python.

This is the version of the plugin that will include new features in additional to maintenance changes.

Cloudify Openstack Plugin Version 3 is supported from Cloudify 4.5.5+.

Version 2 and Version 3 Compatibility

In principle, Openstack Plugin versions 2 and 3 are not compatible. However, there is a compat.yaml importable yaml file that can translate some version 2 functionality into version 3. For more information, see notes on Openstack Plugin v2 and v3 compatibility.

Examples

For official blueprint examples using this Cloudify plugin, please see Cloudify Community Blueprints Examples.