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 f5b72be commit 228912fCopy full SHA for 228912f
plugin.yaml
@@ -5,9 +5,9 @@
5
plugins:
6
openstack:
7
executor: central_deployment_agent
8
- source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.7.2+1.zip
+ source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.7.2.1.zip
9
package_name: cloudify-openstack-plugin
10
- package_version: '2.7.2+1'
+ package_version: '2.7.2.1'
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.7.2+1',
+ version='2.7.2.1',
23
author='Cloudify',
24
author_email='[email protected]',
25
packages=[
0 commit comments