can't authenticate juju credential with openstack queens
Bug #1764550 reported by
Khairul Aizat Kamarudzzaman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
juju credential output:
https:/
juju bootstrap debug output:
https:/
wget http://
https:/
tags: | added: autoload-credentials openstack-provider reviewed |
To post a comment you must log in.
From the credential output: domain- name: devops_domain domain- name: devops_domain
domain-name: devops_domain
project-
user-
If domain-name entry isn't there, bootstrap succeeds.
Work around:
juju credentials --show-secrets <cloudname> --format yaml > /tmp/creds.yaml
edit /tmp/creds.yaml
remove the line with 'domain-name:'
edit first line to remove 'local-' from 'local-credentials'
juju add-credential -f /tmp/creds.yaml --replace <cloudname>
novarc is from horizon