Skip to content

Commit 30f4fbb

Browse files
author
earthmant
committed
2.7.0+Changelog
1 parent f2d70c9 commit 30f4fbb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.7.0:
2+
- Add support user type, adding users to projects, and providing quotas for users.
3+
- Add support flavor type.
4+
- Add support host aggregate type.
15
2.6.0:
26
- Added ability to configure how log records, emitted by the underlying OpenStack client libraries,
37
are handled. By default, these are now also emitted to Cloudify's context logger (in debug level).

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
plugins:
66
openstack:
77
executor: central_deployment_agent
8-
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.6.0.zip
8+
source: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.7.0.zip
99
package_name: cloudify-openstack-plugin
10-
package_version: '2.6.0'
10+
package_version: '2.7.0'
1111

1212
data_types:
1313
cloudify.openstack.types.custom_configuration:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#########
2-
# Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved
2+
# Copyright (c) 2018 GigaSpaces Technologies Ltd. All rights reserved
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
setup(
2020
zip_safe=True,
2121
name='cloudify-openstack-plugin',
22-
version='2.6.0',
22+
version='2.7.0',
2323
author='Cloudify',
2424
author_email='[email protected]',
2525
packages=[

0 commit comments

Comments
 (0)