First time here? Check out the FAQ!
2016-05-26 23:16:08 -0600 | received badge | ● Popular Question (source) |
2016-05-26 23:16:08 -0600 | received badge | ● Notable Question (source) |
2015-08-29 19:07:26 -0600 | answered a question | failed when try to create a volume from a image using command cinder create --image-id 123 --display-name boot_vol1 3 exact error: I ended up not only creating the directory unmesh suggests, but giving it full ownership and permissions. |
2015-08-29 18:46:10 -0600 | answered a question | ovs-vsctl show displays incorrect vxlan remote_ip ok, found that the vxlan remote_ip endpoints can be deleted from the neutron db. I had something like this: 11.0.103.23 should be mapped to 11.0.103.x...instead of the 11.0.104.x On the controller, open mariadb, use the neutron db, then delete the offending endpoints from the ml2_vxlan_endpoints table. like so: I wanted to remove the x.x.104.x IPs...and now they are gone. |
2015-08-29 18:46:10 -0600 | asked a question | ovs-vsctl show displays incorrect vxlan remote_ip I've changed ml2_conf.ini local_ip, but don't see where to add/change remote_ip. |