I need to add a network and trying to follow the following direction which uses the cli for part of the steps but it doesn't explain how to setup a cli connection to vmware openstack.
VMware Integrated OpenStack – Adding Networks - YouTube
I did setup a new ubuntu VM and downloaded admin-openrc.sh config file from dashboard and when try to run "nova list" I get the following error
raza@osc:~$ nova list
No handlers could be found for logger "keystoneauth.identity.generic.base"
ERROR (SSLError): SSL exception connecting to https://vmopenstack:5000/v3/auth/tokens: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
Please let me know what I am doing wrong.
Thank you