Hi, On 6/13/24 4:53 AM, stream_unpicked390@simplelogin.com wrote:
Hi Brian, On 6/12/24 23:04, Brian Haley - haleyb.dev(a)gmail.com wrote:
Hi,
On 6/12/24 12:43 PM, stream_unpicked390@simplelogin.com wrote:
Hi everyone!
this is my first time on a mailing list, so please excuse any "obvious" mistakes and feel free to correct me :)
I'm currently setting up a minimal OpenStack system manually on one server. The setup is nearly complete but I'm running into issues with neutron. After fully completing the neutron setup as mentioned in the docs, the neutron-ovs-service refuses to start, showing the error message
Sorry, but I have to ask which "docs" are you using?
thanks for your quick answer! I followed the OpenStack install guide under https://docs.openstack.org/2024.1/install/. For neutron specifically, I used the document linked under https://docs.openstack.org/neutron/2024.1/install/install-ubuntu.html.
As I mentioned, I'm currently setting up everything on just one server, the documentations scenario describes two servers. This is the only intentional diversion I made from the docs. I've been trying to setup a self-service network.
I don't see ptcp used in any of the examples here for ovsdb_connection:
I couldn't find any example of the ovsdb_connection and I don't remember modifying any value like that either. The problem existed "right out of the box". Can you point me to the part of the linked documentation where the ovsdb_connection config is discussed?
Instead of trying to go through the details of anything that might be wrong, if you are just trying to get a single-node Openstack running have you tried using devstack [0]? It would be much simpler if this is just for testing purposes. -Brian [0] https://github.com/openstack-dev/devstack.git
multiple rows in Manager patch "ptcp:6640:127.0.0.0"
Two things look wrong here, both the IP address and port. Typically this string would be "ptcp:127.0.0.1:6640" or "ptcp:0.0.0.0:6640" in ml2_conf.ini.
Thanks! I will try to take a look at the aforementioned config as soon as possible and report back!
-Brian
I dumped the ovs database which only shows one row in the Manager table. After many days of debugging and googleing I'm out of ideas how this could be solved.. I already posted this issue on serverfault (https://serverfault.com/questions/1160418/openstack-ovs-multiple-rows-in-man...), only after that post finding this mailing list!
Best regards Talooola