The charm exposes no-op options to operators
Bug #2032869 reported by
Nobuto Murata
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Manila-Ganesha Charm |
In Progress
|
Undecided
|
Unassigned |
Bug Description
The manila-ganesha inherits layer:openstack-api on purpose even though it doesn't offer any sort of OpenStack API service.
src/layer.yaml already has the following section not to expose OpenStack API related config options to operators:
config:
deletes:
- region
- ssl_ca
- ssl_cert
- ssl_key
However, there are more no-op options exposed namely:
- haproxy-
- haproxy-
- haproxy-
- haproxy-
- dns-ha
- os-admin-hostname
- os-admin-network
- os-internal-
- os-internal-network
- os-public-hostname
- os-public-network
We can avoid confusions by hiding those no-op options.
description: | updated |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /charm- manila- ganesha/ +/892634
Review: https:/