Edgar,
Thank you for your reply. It can be this problem , as you noticed.
I'm trying to find the files that contain the phrase '127 .0.0.1 ' , and can be conneted with quantum problems. well...
there are many files containing 127.0.0.1 (grep 127.0.0.1 -r /) , but which one could be this, where I have to do exnage 127.0.0.1 on controller addres?
I tryided to find this in quantum catalog: grep 127.0.0.1 -r /etc/quantum/ ,
but there are not '127.0.0.1' phrase there.
I find for example that in patch: /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py is 127.0.0.1 in function
def metadata_filter_rules(self):
rules = []
rules.append(('INPUT', '-s 0.0.0.0/0 -d 127.0.0.1 '
'-p tcp -m tcp --dport %s '
'-j ACCEPT' % self.conf.metadata_port))
return rules
But I do not know if I change the code in this place or elsewhere, and how to restart it later. I could ask for help from a file where I find the files where you need to replace the phrase 127.0.0.1 to another address, the address of the Controller?