puppet-neutron/lib/puppet
Javier Pena deaaa35b63 Fix neutron_subnet provider for neutronclient 6.1.0
python-neutronclient 6.1.0 has changed the output format for some
fields [1], breaking the neutron_subnet provider. This patch adds support
for the new output, while keeping backwards compatibility.

[1]
Old output:
allocation_pools="{\"start\": \"172.24.4.2\", \"end\": \"172.24.4.254\"}"
New output:
allocation_pools="[{u'start': u'172.24.4.2', u'end': u'172.24.4.254'}]"

Change-Id: Iad1bd41541a46b306d01f3343710080e3e93d8df
2017-01-26 17:49:09 +01:00
..
parser/functions Fix logic in validate_vxlan_udp_port 2016-07-04 13:31:03 +00:00
provider Fix neutron_subnet provider for neutronclient 6.1.0 2017-01-26 17:49:09 +01:00
type Xenserver - adding type and provider too manage rootwrap.conf 2017-01-04 08:22:57 +01:00