nova net list failing
control01 ip = 172.17.2.91 control02 ip = 172.17.2.92 virtual ip = 172.17.2.201
nova --os-username=admin --os-password=password --os-tenant-name=admin --os-auth- url=http://172.17.2.91:35357/v2.0 net-list
+--------------------------------------+----------+------+
| ID | Label | CIDR |
+--------------------------------------+----------+------+
| 641608f0-97d5-4faf-ba61-c45f3cf0a8b2 | internal | None |
+--------------------------------------+----------+------+
for control02 or using virtual_ip
nova --os-username=admin --os-password=password --os-tenant-name=admin --os-auth-url=http://172.17.2.92:35357/v2.0 net-list
ERROR: Unauthorized (HTTP 401)
Any idea why this is happening ?
That was a typo. I edited the question. Apologies for that
192.168.1.127 is virtual ip ?
Still it fails with same results as above.
Register in UNIX(LINUX) does matter OS_USERNAME and etc. This should work as well
Followed line by line. still no success
Here --os-auth-url should be --os_auth_url