summaryrefslogtreecommitdiffstats
path: root/foreman/docs/src/release-notes.rst
diff options
context:
space:
mode:
authorrandyl <r.levensalor@cablelabs.com>2015-09-25 15:38:04 -0600
committerRandy Levensalor <r.levensalor@cablelabs.com>2015-09-28 21:03:46 +0000
commit785fb45de44af1a2fe8819e618c15e9222b745a8 (patch)
tree5e9177f0d01c8ffff7ae3bbf1d67d5b9d1e88560 /foreman/docs/src/release-notes.rst
parente686723887f8e41683b317f2254664f52e2ec2fa (diff)
Ading CLI verification / working to documentation
Adding command line only verifciation for OpenStack for environets without a web browswer as an alternatiative method. Minor changes for logging into the foremen VM that reflects the locked down permission of the foreman VM directory. Added BGS-84 as a fix to the release notes. Added steps to workaorund the known neutron DHCP issue. Change-Id: Icfea3415187de33be5aa44befe93c7249622227d Signed-off-by: randyl <r.levensalor@cablelabs.com>
Diffstat (limited to 'foreman/docs/src/release-notes.rst')
-rw-r--r--foreman/docs/src/release-notes.rst21
1 files changed, 20 insertions, 1 deletions
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