From bba316db8f45ece13a1d675ff26f8bd49dfb6435 Mon Sep 17 00:00:00 2001 From: evkonstantinov Date: Thu, 9 Jul 2015 12:37:59 +0300 Subject: [PATCH] Add to relnotes 6.1 issue with cloud-init Add to relnotes 6.1 the issue with instances metadata with cloud-init 0.7.5 in Neutron environments. Closes-Bug: #1406286 Change-Id: I91fe19cf8078cab748ba425b9a1926614a2bd6e7 (cherry picked from commit 6171fffb011964778ac4145e11341fabe73ed507) --- pages/release-notes/v6-1/other/3131-neutron.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/release-notes/v6-1/other/3131-neutron.rst b/pages/release-notes/v6-1/other/3131-neutron.rst index 8bdd2e310..f69f245cf 100644 --- a/pages/release-notes/v6-1/other/3131-neutron.rst +++ b/pages/release-notes/v6-1/other/3131-neutron.rst @@ -7,7 +7,7 @@ Resolved Neutron issues +++++++++++++++++++++++ * In rare circumstances, there was no connectivity to instances in HA - neutron environment. Open vSwitch streams that enable network access + Neutron environment. Open vSwitch streams that enable network access to VM instances were dropped. Ports created when ``neutron-openvswitch-agent`` was down got a DOWN status and ``binding:vif_type=binding_failed`` as it should be. When an agent @@ -77,8 +77,16 @@ Other issues slows down the process of VM's creation on the node. See `LP1465081`_. +* Instances metadata on CentOS 6.6 cloud images with cloud-init 0.7.5 + may be unset in Neutron environments. When an environment is deployed + with one of the Neutron topologies and CentOS 6.6 cloud images are + used, instances can be unreachable via SSH due to cloud-init failure + because users' keypairs and the rest of configuration data may not be + set correctly. See `LP1406286`_. + .. _`LP1393771`: https://bugs.launchpad.net/mos/6.1.x/+bug/1393771 .. _`LP1455113`: https://bugs.launchpad.net/mos/6.1.x/+bug/1455113 .. _`LP1436414`: https://bugs.launchpad.net/fuel/+bug/1436414 .. _`LP1452768`: https://bugs.launchpad.net/mos/6.1.x/+bug/1452768 .. _`LP1465081`: https://bugs.launchpad.net/mos/+bug/1465081 +.. _`LP1406286`: https://bugs.launchpad.net/mos/+bug/1406286