From 9095b364bd8fb1e4f282d7aca44825eca1243b53 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 18 Aug 2015 22:26:36 -0400 Subject: Expose keystoneclient's session and auth plugin loading parameters In change id (I7b3b825737dde333c8d88019d814304cbefdbfc7) support was added to be able to specify and use the standard session and auth plugin helpers from keystoneclient to standardize the options available for talking to neutron. However, these config options do not show up when we generate the sample configuration file. Jamie Lennox has details in his blog as well: http://www.jamielennox.net/blog/2015/02/17/loading-authentication-plugins/ Since there are many auth plugins, we generate config params for a few common ones. DocImpact Closes-Bug: #1486590 Change-Id: Id6b3ff845c2388fa01b1d3b28093f5bdf27136ff --- etc/nova/nova-config-generator.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf index 8c49bad807..7c820ad483 100644 --- a/etc/nova/nova-config-generator.conf +++ b/etc/nova/nova-config-generator.conf @@ -6,6 +6,7 @@ namespace = nova.api namespace = nova.cells namespace = nova.compute namespace = nova.network +namespace = nova.network.neutronv2 namespace = nova.scheduler namespace = nova.virt namespace = nova.openstack.common.memorycache -- cgit v1.2.1