Comment 3 for bug 1949719

Revision history for this message
Tytus Kurek (tkurek) wrote :

@Felipe:

Now I'm getting the "Permission denied" error:

guardian@Guardian-Inspiron:~$ openstack catalog list
Failed to discover available identity versions when contacting https://192.168.1.108:5000/v3/. Attempting to parse version from URL.
SSL exception connecting to https://192.168.1.108:5000/v3/auth/tokens: HTTPSConnectionPool(host='192.168.1.108', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by SSLError(PermissionError(13, 'Permission denied'),))

But I found the following solution working:

guardian@Guardian-Inspiron:~$ sudo cp /var/snap/microstack/common/etc/ssl/certs/cacert.pem /usr/local/share/ca-certificates/microstack.crt
guardian@Guardian-Inspiron:~$ sudo update-ca-certificates
Updating certificates in /etc/ssl/certs...
1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
guardian@Guardian-Inspiron:~$ openstack catalog list
+-----------+-----------+----------------------------------------------------------------------------+
| Name | Type | Endpoints |
+-----------+-----------+----------------------------------------------------------------------------+
| placement | placement | microstack |
| | | public: https://192.168.1.108:8778 |
| | | microstack |
| | | admin: https://192.168.1.108:8778 |
| | | microstack |
| | | internal: https://192.168.1.108:8778 |
| | | |
| cinderv2 | volumev2 | microstack |
| | | public: https://192.168.1.108:8776/v2/ea540524df8445eaa0bba48cd8763b52 |
| | | microstack |
| | | internal: https://192.168.1.108:8776/v2/ea540524df8445eaa0bba48cd8763b52 |
| | | microstack |
| | | admin: https://192.168.1.108:8776/v2/ea540524df8445eaa0bba48cd8763b52 |
| | | |
| nova | compute | microstack |
| | | internal: https://192.168.1.108:8774/v2.1 |
| | | microstack |
| | | admin: https://192.168.1.108:8774/v2.1 |
| | | microstack |
| | | public: https://192.168.1.108:8774/v2.1 |
| | | |
| glance | image | microstack |
| | | public: https://192.168.1.108:9292 |
| | | microstack |
| | | admin: https://192.168.1.108:9292 |
| | | microstack |
| | | internal: https://192.168.1.108:9292 |
| | | |
| neutron | network | microstack |
| | | public: https://192.168.1.108:9696 |
| | | microstack |
| | | admin: https://192.168.1.108:9696 |
| | | microstack |
| | | internal: https://192.168.1.108:9696 |
| | | |
| keystone | identity | microstack |
| | | internal: https://192.168.1.108:5000/v3/ |
| | | microstack |
| | | public: https://192.168.1.108:5000/v3/ |
| | | microstack |
| | | admin: https://192.168.1.108:5000/v3/ |
| | | |
| cinderv3 | volumev3 | microstack |
| | | admin: https://192.168.1.108:8776/v3/ea540524df8445eaa0bba48cd8763b52 |
| | | microstack |
| | | internal: https://192.168.1.108:8776/v3/ea540524df8445eaa0bba48cd8763b52 |
| | | microstack |
| | | public: https://192.168.1.108:8776/v3/ea540524df8445eaa0bba48cd8763b52 |
| | | |
+-----------+-----------+----------------------------------------------------------------------------+

Would it be possible to update the documentation to feature the working solution?