We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7eab7 commit 3de89f0Copy full SHA for 3de89f0
CHANGELOG.txt
@@ -1,3 +1,4 @@
1
+2.9.3: Improve Host Aggregate members handling.
2
2.9.2:
3
- Handle servers that are in a powering off state during stop operation.
4
2.9.1:
plugin.yaml
@@ -7,7 +7,7 @@ plugins:
7
executor: central_deployment_agent
8
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.9.2.zip
9
package_name: cloudify-openstack-plugin
10
- package_version: '2.9.2'
+ package_version: '2.9.3'
11
12
data_types:
13
cloudify.openstack.types.custom_configuration:
setup.py
@@ -19,7 +19,7 @@
19
setup(
20
zip_safe=True,
21
name='cloudify-openstack-plugin',
22
- version='2.9.2',
+ version='2.9.3',
23
author='Cloudify',
24
author_email='[email protected]',
25
packages=[
0 commit comments