diff --git a/doc/source/releases/2012_2.rst b/doc/source/releases/2012_2.rst index a96df59182..0ff3e5c88b 100644 --- a/doc/source/releases/2012_2.rst +++ b/doc/source/releases/2012_2.rst @@ -106,6 +106,15 @@ Some of the general areas of improvement include: Known Issues and Limitations ============================ +Floating IPs and Quantum +------------------------ + +Due to the very late addition of floating IP support in Quantum, Nova's +integration there is lacking, so floating IP-related API calls to Nova will +fail when your OpenStack deployment uses Quantum for networking. This means +that Horizon actions such as "allocate" and "associate" floating IPs will +not work either since they rely on the underlying APIs. + Pagination ----------