Activity log for bug #1446372

Date Who What changed Old value New value Message
2015-04-20 20:14:56 Andrew Melton bug added bug
2015-04-20 20:16:07 Andrew Melton description When using a devstack build with out plugin, instances spawned for bays don't have external network access. And thus, our example that use public containers won't work. To get external network access, IP masquerading needs to be set up on the external bridge. This can be done manually after setting up devstack by running: sudo /sbin/iptables -t nat -A POSTROUTING -o br-ex -j MASQUERADE But, we may want to consider running this command by default in our devstack plugin. When using a devstack build with out plugin, instances spawned for bays don't have external network access. And thus, our example that use public containers won't work. To get external network access, IP masquerading needs to be set up on the external bridge. This can be done manually after setting up devstack by running: "sudo /sbin/iptables -t nat -A POSTROUTING -o br-ex -j MASQUERADE" But, we may want to consider running this command by default in our devstack plugin.
2015-05-10 22:26:38 OpenStack Infra magnum: status New Fix Committed
2015-11-24 08:23:10 Adrian Otto magnum: status Fix Committed Fix Released
2015-11-24 08:23:10 Adrian Otto magnum: milestone mitaka-1