diff options
author | Monty Taylor <mordred@inaugust.com> | 2017-02-08 08:25:21 -0600 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2017-02-08 08:25:21 -0600 |
commit | 50efb434d874ca74e6c89424c43389408ab9b584 (patch) | |
tree | 86d62590193beac95d2e538ca27d4158bff8a75d /doc/source | |
parent | a9deb602fac5f10fba598410edf1b3b5e053a730 (diff) | |
download | os-client-config-50efb434d874ca74e6c89424c43389408ab9b584.tar.gz |
Add support for indicating required floating IPs
Some clouds require that users add a floating IP to a server if the user
wants that server to be able to talk to things that are not on the
cloud. Some clouds do not require this and instead give servers a
directly attached IP. The only way a user can know is to boot a server,
then ask neutron for the port associated with that server, then find the
network the port came from and then try to infer whether or not that
network has the ability to route packets northbound. Of course, networks
don't actually communicate that quality directly, (router:external
doesn't mean a network routes externally, it means the network can have
a router attached to it to provide floating ips) so it's still hit and
miss.
Where we can, save the user the stress and strain of not knowing how
their cloud wants them to get an externally routable IP.
Change-Id: I1baf804ce28bc1997b2347c4648c5cc56c750ead
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/vendor-support.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/vendor-support.rst b/doc/source/vendor-support.rst index ff06691..577093c 100644 --- a/doc/source/vendor-support.rst +++ b/doc/source/vendor-support.rst @@ -21,6 +21,7 @@ These are the default behaviors unless a cloud is configured differently. * Images are uploaded using PUT interface * Public IPv4 is directly routable via DHCP from Neutron * IPv6 is not provided +* Floating IPs are not required * Floating IPs are provided by Neutron * Security groups are provided by Neutron * Vendor specific agents are not used |