Files
puppet-nova/lib/puppet/provider
Denis Egorenko 21a7a682e9 Rewrite nova_network provider with using only nova client
Currently nova_network provider uses admin tool nova-manage for
managing nova-networks, but this tool doesn't have any authentication
and doesn't provide all features of nova client. This patch avoids
problem with authentication by using nova client for managing networks.

Another goal of this patch, with using nova client, is that all
providers should use one way for authentication, based on
openstack client and openstacklib [1] But the problem is that
openstack client doesn't provide possibility to manage nova-networks.
So, this provider will be used with nova client, until nova-network
exists.

Also added new tests.

[1] blueprint use-openstackclient-in-module-resources

Change-Id: I34c88ab9601b8b0bbf77588005422620eb575d6a
2015-12-10 17:25:48 +00:00
..
2015-03-20 21:54:59 +01:00
2015-11-18 08:44:39 -07:00