admin.novarc missing OS_ on a couple of variables

Bug #1760800 reported by Alvaro Uria
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Prometheus Openstack Exporter Charm
Fix Released
Medium
Alvaro Uria

Bug Description

On templates/admin.novarc,
"""
export PROJECT_ID={{ credentials_project_id }}
export PROJECT_DOMAIN_ID={{ credentials_project_domain_id }}
"""

...should be,
"""
export OS_PROJECT_ID={{ credentials_project_id }}
export OS_PROJECT_DOMAIN_ID={{ credentials_project_domain_id }}
"""

OTOH, API_VERSION is not recognized by OpenStack. Only OS_<component>_API_VERSION, so the following should be removed:
"""
export API_VERSION={{ credentials_api_version }}
"""

Related branches

Alvaro Uria (aluria)
Changed in prometheus-openstack-exporter-charm:
status: New → In Progress
Revision history for this message
Alvaro Uria (aluria) wrote :

Pushed to the charmstore cs:prometheus-openstack-exporter-1

Changed in prometheus-openstack-exporter-charm:
status: In Progress → Fix Released
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.