OpenStack Services listening only to IPV6
Hello all,
I was following OpenStack installation guide on Centos 7 when I finally got to this part:
https://docs.openstack.org/newton/install-guide-rdo/keystone-users.html (https://docs.openstack.org/newton/ins...)
When I run the first command in the page, I get the following error:
[root@controller ~]# openstack project create --domain default \
> --description "Service Project" service
Missing value auth-url required for auth plugin password
Missing value auth-url required for auth plugin password
So I check if all services were running ok and found out the services related to Apache were on listening to IPV6:
[root@controller ~]# netstat -tulpn | grep LISTEN
tcp 0 0 192.168.0.190:3306 0.0.0.0:* LISTEN 1326/mysqld
tcp 0 0 192.168.0.190:11211 0.0.0.0:* LISTEN 1013/memcached
tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1008/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1453/master
tcp 0 0 0.0.0.0:25672 0.0.0.0:* LISTEN 1012/beam
tcp6 0 0 ::1:11211 :::* LISTEN 1013/memcached
tcp6 0 0 :::80 :::* LISTEN 1015/httpd
tcp6 0 0 :::22 :::* LISTEN 1008/sshd
tcp6 0 0 ::1:25 :::* LISTEN 1453/master
tcp6 0 0 :::35357 :::* LISTEN 1015/httpd
tcp6 0 0 :::5672 :::* LISTEN 1012/beam
tcp6 0 0 :::5000 :::* LISTEN 1015/httpd
So I was wondering if the is anything specif durring the installation that would prevent this, and how would I fix it.
hi @marcelo-salvatori - Have you found an answer to your question or are you still experiencing these issues? If so, I'll see if I can find someone in the community to help you get to the bottom of it.