]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add nova_api_insecure flag to neutron
authorPaul Ward <wpward@us.ibm.com>
Sat, 12 Apr 2014 15:18:18 +0000 (10:18 -0500)
committerPaul Ward <wpward@us.ibm.com>
Sun, 13 Apr 2014 15:10:35 +0000 (10:10 -0500)
commita3e49885e7b7a69277a338f5d31e565e195b033c
treef3515f80d190d6a4dba978621b94847ebe42cbac
parent284f25455aaa69c7ab2dcda121f57b96db40a40b
Add nova_api_insecure flag to neutron

Neutron did not have any way to allow SSL validation problems in the
novaclient similar to the way nova has the neutron_api_insecure flag.
This change adds the nova_api_insecure flag to the neutron config and
also passes it in the novaclient instantiation.

Change-Id: Ifed581df253c01fab9dc1f22c8187876271b378e
Closes-Bug: #1306822
etc/neutron.conf
neutron/common/config.py
neutron/notifiers/nova.py