Mistake in documentation for MAGNUM_AVAILABLE_ADDONS configuration

Bug #1876828 reported by Simon Merrick
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Magnum UI
New
Undecided
Unassigned

Bug Description

The examples values given for MAGNUM_AVAILABLE_ADD_ONS include a 'labels_unselected' data structure.

'labels_unselected' is not implemented. Including in the configuration will have no affect or consequences it will be completely ignored.

It should be removed from the documentation.

https://docs.openstack.org/magnum-ui/latest/configuration/index.html#magnum-available-addons
```
MAGNUM_AVAILABLE_ADDONS = [
    {
        "name": "Kubernetes Dashboard",
        "selected": True,
        "labels": {
            "kube_dashboard_enabled": True
        },
        "labels_unselected": {
            "kube_dashboard_enabled": False
        }
    },

Revision history for this message
Simon Merrick (iokiwi) wrote :

I will submit a patch amending the documentation, however have reported the issue here for tracking.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.