Browse code

deprecated nova_compute and added new os_server for openstack to changelog

Brian Coca authored on 2015/05/05 01:04:18
Showing 1 changed files
... ...
@@ -8,8 +8,9 @@ Major Changes:
8 8
  * template code now retains types for bools and Numbers instead of turning them into strings
9 9
    If you need the old behaviour, quote the value and it will get passed around as a string
10 10
 
11
-Deprecated Modules:
12
-  * ec2_ami_search, in favor of the new ec2_ami_find
11
+Deprecated Modules (new ones in parens):
12
+  * ec2_ami_search (ec2_ami_find)
13
+  * nova_compute   (os_server)
13 14
 
14 15
 New Modules:
15 16
   * find
... ...
@@ -28,6 +29,7 @@ New Modules:
28 28
   * cloudstack: cs_securitygroup_rule
29 29
   * cloudstack: cs_vmsnapshot
30 30
   * maven_artifact
31
+  * openstack: os_server
31 32
   * openstack: os_server_facts
32 33
   * openstack: os_server_volume
33 34
   * openstack: os_subnet