Unable to set "insecure" option in nova, cinder and neutron config groups
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Medium
|
Goutham Pacha Ravi | ||
Bug Description
Setup manila with config options:
[nova]/insecure = True
[neutron]/insecure = True
[cinder]/insecure = True
You'll notice that none of these clients are created with "insecure" set to True. Instead, because of the override in the code [1][2], these options are ignored in favor of the option "api_insecure". Since manila uses keystone session based authentication for all three clients (nova, neutron and cinder), it should allow setting the keystone session parameters [3] and fall back on older parameter names if they are not provided.
[1] https:/
[2] https:/
[3] https:/
| Changed in manila: | |
| assignee: | nobody → Goutham Pacha Ravi (gouthamr) |
| importance: | Undecided → Medium |
| Changed in manila: | |
| status: | New → In Progress |

Change proposed to openstack/manila (master): /review. openstack. org/#/c/ 626506/
https:/