Bug 1034476
Summary: | Quickstart documentation updates for Neutron with a single network interface | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Matt Kassawara <mkassawara> |
Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ami Jeain <ajeain> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | abradshaw, aortega, derekh, lars, markmc, mmagr, pasik, pbrady, yeylon |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-18 17:45:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1202961 | ||
Bug Blocks: |
Description
Matt Kassawara
2013-11-25 22:45:33 UTC
For an all-in-one setup, external network connectivity can also be achieved via NAT from br-ex to the external interface (which may be more palatable than actually making the external interface a member of br-ex). In any case, I agree that the documentation does need updates to address external connectivity. I would also argue that packstack should have an option for automating this part of the process. I thought we had added this feature to packstack at some point, but a couple of test runs just now on F21 and CentOS 7 confirms that packstack still leaves the system without external network connectivity. Is this something we plan to fix, or is this *just* a documentation issue? With an install on F21 using openstack-packstack-2014.2-0.18.dev1462.gbb05296.fc22.noarch, this (using the NAT solution) actually did the right thing: -P POSTROUTING ACCEPT -A POSTROUTING -j neutron-openvswi-POSTROUTING -A POSTROUTING -j neutron-postrouting-bottom -A POSTROUTING -s 172.24.4.224/28 -o eth0 -m comment --comment "000 nat" -j MASQUERADE -A POSTROUTING -j nova-api-POSTROUTING -A POSTROUTING -j nova-postrouting-bottom So I'm going to call this resolved. |