Put infracloud cert next to nodepool clouds.yaml

We are installing a cert to trust the infracloud but were trying to put
it in a dir that does not exist. Put it next to the clouds.yaml in
~nodepool/.config/openstack as that will exist because nodepool consumes
clouds.yaml from there.

Change-Id: I27e1a1d340e9864308c89c660ae014d7110fbe9f
This commit is contained in:
Clark Boylan
2016-02-23 13:02:49 -08:00
parent 9288fed03c
commit 2207a1ac2b
2 changed files with 9 additions and 8 deletions

View File

@@ -56,6 +56,6 @@ clouds:
project_domain_name: 'infra'
auth_url: 'https://controller00.hpuswest.ic.openstack.org:35357/v3'
auth_type: 'v3password'
cacert: '/etc/openstack/infracloud_west_cacert.pem'
cacert: '/home/nodepool/.config/openstack/infracloud_west_cacert.pem'
identity_api_version: '3'
floating_ip_source: 'None'