X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=foreman%2Fdocs%2Fsrc%2Frelease-notes.rst;fp=foreman%2Fdocs%2Fsrc%2Frelease-notes.rst;h=1849f847c263e289bd1c4462a927f2a4eab84071;hb=8da97d5433432adc957cabd032a4b5198432fa4e;hp=fbeeccf6d32af5e9fd66c027160c653621ff1073;hpb=971993c743f3bfd34d14bc8a5d57507f56fa709a;p=genesis.git diff --git a/foreman/docs/src/release-notes.rst b/foreman/docs/src/release-notes.rst index fbeeccf..1849f84 100644 --- a/foreman/docs/src/release-notes.rst +++ b/foreman/docs/src/release-notes.rst @@ -39,6 +39,9 @@ Version history | 2015-09-10 | 0.2.0 | Tim Rozet | Updated for SR1 | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2015-09-25 | 0.2.1 | Randy Levensalor | Added Workaround | +| | | | for DHCP issue | ++--------------------+--------------------+--------------------+--------------------+ Important notes @@ -196,7 +199,9 @@ Bug corrections | JIRA: APEX-12 | Fixes horizon IP URL for non-HA | | | deployments | +--------------------------------------+--------------------------------------+ - +| JIRA: BGS-84 | Set default route to public | +| | gateway | ++--------------------------------------+--------------------------------------+ Deliverables ------------ @@ -245,6 +250,20 @@ Known issues Workarounds ----------- **-** +JIRA: APEX-38 - Neutron fails to provide DHCP address to instance + +1. Find the controller that is running the DHCP service. ssh to oscontroller[1-3] and +run the command below until the command returns a namespace that start with with "qdhcp". + + ``ip netns | grep qdhcp`` + +2. Restart the neturon server and the neutron DHCP service. + + ``systemctl restart neutron-server`` + + ``systemctl restart neutron-dhcp-agent`` + +3. Restart the interface on the VM or restart the VM. Test Result