Openstack conjure-up networking
I succeeded to install an Openstack cluster on 5 servers using MAAS and conjure-up (using this https://www.ubuntu.com/openstack/install#cluster-deployment (tutorial) ).
I also deployed a new ubuntu Instance using the Horizon GUI.
Now I'm stuck to configure the network.
I deployed the instance with one private IP and one floating IP.
I cannot ping the instance from the openstack-controller (I tried to ping both IPs, private and floating).
This is my current network topology: https://www.dropbox.com/s/gp8l07k1gy1bsiw/I3bd0.png?dl=0 (Image)
I created the Public network selecting as "Provider Network Type": "Flat" (I tried also "VLAN") and as "Physical Network": "physnet1" (not sure about this configuration, I used the default conjure-up settings. Do I have to use a different provider?)
This is my default security group: https://www.dropbox.com/s/4ig9mejrqk5cohn/fDPQV.png?dl=0 (Image)
This is my instance: https://www.dropbox.com/s/kwuaoyhxacozbll/P3A2W.png?dl=0 (Image)
Also all physical servers are connected to the same network switch (isolated) as specified in the conjure-up tutorial: "Connect the both NICs of the servers to the same network switch.".
What can I check to find the problem? Are my configuration right?
thank you
Did you have any luck with this?