Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
3.3.3 Bump openstacksdk to 0.53.0 to to fix server_groups attribute error
3.3.2: Re-releasing 3.3.1 for adding to bundle.
3.3.1: Re-releasing 3.3.0 for adding to bundle.
3.3.0: Support Openstack Manila.
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins:
openstack:
executor: central_deployment_agent
package_name: cloudify-openstack-plugin
package_version: '3.3.2'
package_version: '3.3.3'

dsl_definitions:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_version(rel_file='plugin.yaml'):
packages=find_packages(exclude=['tests*']),
install_requires=[
'cloudify-common>=4.5.5',
'openstacksdk==0.42.0',
'openstacksdk==0.53.0',
'IPy==0.81',
'pycryptodome>=3.9.8,<3.10',
'python-manilaclient==2.0.0'
Expand Down