Browse code

updated adding os_router and deprecating quantum modules

Brian Coca authored on 2015/10/02 23:14:17
Showing 1 changed files
... ...
@@ -37,7 +37,7 @@ escaping once works. Here's an example of how playbooks need to be modified:
37 37
     # Syntax in 2.0.x
38 38
     - debug:
39 39
         msg: "{{ 'test1_junk 1\\3' | regex_replace('(.*)_junk (.*)', '\\1 \\2') }}"
40
-    
40
+
41 41
     # Output:
42 42
     "msg": "test1 1\\3"
43 43
     ```
... ...
@@ -57,7 +57,7 @@ newline being stripped you can change your playbook like this:
57 57
     tasks:
58 58
     - debug:
59 59
         msg: "{{ message }}"
60
-    
60
+
61 61
     # Syntax in 2.0.x
62 62
     vars:
63 63
       old_message: >
... ...
@@ -77,6 +77,9 @@ Deprecated Modules (new ones in parens):
77 77
 * glance_image
78 78
 * nova_compute   (os_server)
79 79
 * quantum_floating_ip (os_floating_ip)
80
+* quantum_router (os_router)
81
+* quantum_router_gateway (os_router)
82
+* quantum_router_interface (os_router)
80 83
 
81 84
 New Modules:
82 85
 
... ...
@@ -150,6 +153,7 @@ New Modules:
150 150
 * openstack: os_network
151 151
 * openstack: os_nova_flavor
152 152
 * openstack: os_object
153
+* openstack: os_router
153 154
 * openstack: os_security_group
154 155
 * openstack: os_security_group_rule
155 156
 * openstack: os_server
... ...
@@ -375,8 +379,10 @@ Other Notable Changes:
375 375
 * New lookup plugins:
376 376
   * dig: does dns resolution and returns IPs.
377 377
   * url: allows pulling data from a url.
378
+
378 379
 * New callback plugins:
379 380
   * syslog_json: allows logging play output to a syslog network server using json format
381
+
380 382
 * Many new enhancements to the amazon web service modules:
381 383
   * ec2 now applies all specified security groups when creating a new instance.  Previously it was only applying one
382 384
   * ec2_vol gained the ability to specify the EBS volume type