Skip to content

Commit

Permalink
added important box about limiting egress router with openstack
Browse files Browse the repository at this point in the history
  • Loading branch information
brice committed Dec 20, 2016
1 parent fdb78a9 commit b4cfc5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions admin_guide/managing_pods.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ specified remote server, using a private source IP address that is not used for
anything else. The service allow pods to talk to servers that are set up
to only allow access from whitelisted IP addresses.

[IMPORTANT]
====
If you are deploying {product-title} on Red Hat OpenStack Platform, you need to
whitelist the IP and MAC addresses on your Openstack environment, otherwise
communication will fail:
----
neutron port-update $neutron_port_uuid \
--allowed_address_pairs list=true \
type=dict mac_address=1<mac_address>,ip_address=<ip_address>
----
====

[[admin-guide-deploying-an-egress-router-pod]]
==== Deploying an Egress Router Pod

Expand Down

0 comments on commit b4cfc5b

Please sign in to comment.