On Thu, Nov 9, 2017 at 3:27 PM, David Gabriel wrote:
> My objective is to create a stack using Heat.
> Initially, my code worked properly with http access but when our Openstack
> is updated the access is becoming via https so I got the errors I sent in
> the previous email.
> So I think I need t
My objective is to create a stack using Heat.
Initially, my code worked properly with http access but when our Openstack
is updated the access is becoming via https so I got the errors I sent in
the previous email.
So I think I need to *authenticate *using the .pem certificate.
But, I don't know wh
Alright,
So, first question. What do you actually want to do? Do you need to
authenticate with the heat endpoint with TLS (using client certificates) ?
Or, do you want to merely use TLS to communicate with Heat and you're
getting this verification issue?
On Wed, Nov 8, 2017 at 10:48 PM, David Gab
I forget to send the errors I got:
File "/usr/lib/python2.7/dist-packages/heatclient/v1/stacks.py", line
109, in create
data=kwargs, headers=headers)
File "/usr/lib/python2.7/dist-packages/heatclient/common/http.py", line
223, in json_request
resp = self._http_request(url, method, **kw
Dear Juan,
Thanks so much for your reply.
I fact, the command you suggest leads to the structure of a .pem file like
it is shown in the reference you provide.
Let me please ask another question related to the new pem file.
In fact, I want to use use it in to call python-heatclient API in order to