summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-05-04 12:04:18 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-05-04 12:04:18 -0400
commit2543403c21071b4a1b2647062c2720beb2f406ef (patch)
tree68ba6259866b2f5c86e9757bbdbe71fb1697f56d
parent8259f449de71fd716dc0f7b6e69e54146b686991 (diff)
downloadansible-2543403c21071b4a1b2647062c2720beb2f406ef.tar.gz
deprecated nova_compute and added new os_server for openstack to changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9485fd2198..92354cd852 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,9 @@ Major Changes:
* template code now retains types for bools and Numbers instead of turning them into strings
If you need the old behaviour, quote the value and it will get passed around as a string
-Deprecated Modules:
- * ec2_ami_search, in favor of the new ec2_ami_find
+Deprecated Modules (new ones in parens):
+ * ec2_ami_search (ec2_ami_find)
+ * nova_compute (os_server)
New Modules:
* find
@@ -28,6 +29,7 @@ New Modules:
* cloudstack: cs_securitygroup_rule
* cloudstack: cs_vmsnapshot
* maven_artifact
+ * openstack: os_server
* openstack: os_server_facts
* openstack: os_server_volume
* openstack: os_subnet