From a423febf1343adffa8c30a4fe839edc42e2a47fa Mon Sep 17 00:00:00 2001 From: OlgaGusarenko Date: Mon, 27 Jul 2015 14:22:34 +0300 Subject: [PATCH] [RN-5.1.1] Code-blocks edits Edits the code-blicks rst syntax Change-Id: Ida7ee0141a86a46de79e31c538c7380e36e8e19f --- pages/release-notes/v5-1/050-known-issues.rst | 47 ++++++------------- 1 file changed, 15 insertions(+), 32 deletions(-) diff --git a/pages/release-notes/v5-1/050-known-issues.rst b/pages/release-notes/v5-1/050-known-issues.rst index b72cab81d..ada75222d 100644 --- a/pages/release-notes/v5-1/050-known-issues.rst +++ b/pages/release-notes/v5-1/050-known-issues.rst @@ -39,11 +39,9 @@ but it has some known limitations: download `deb `_ and `rpm `_ packages and replace the old packages with downloaded ones on the Fuel master node. - After deployment, run the following command on the controller: + After deployment, run the following command on the controller:: - :: - - glance image-update --property vmware_adaptertype="lsiLogic" UUID-of-TestVM + glance image-update --property vmware_adaptertype="lsiLogic" UUID-of-TestVM See `LP1365468 `_. @@ -76,9 +74,7 @@ with the following known limitations: and the Neutron L3 and DHCP agents do not start. To work around this problem, remove Corosync resource bindings (collocations and orders) - tied up with *clone_p_neutron-openvswitch-agent*: - - :: + tied up with *clone_p_neutron-openvswitch-agent*:: crm configure delete dhcp-after-ovs crm configure delete dhcp-with-ovs @@ -139,9 +135,7 @@ but it has some known limitations: of available virtual functions to decline. To work around this issue, restart the eswitchd - service on the compute node with the following command: - - :: + service on the compute node with the following command:: service eswitchd restart @@ -220,14 +214,10 @@ Networking issues This error causes agents to migrate to another host; instances lose their IP addresses because they can no longer access the DHCP server. - To resolve this problem, issue the following commands: - - :: - - ethtool -K eth1 gso off - ethtool -K eth1 gro off - + To resolve this problem, issue the following commands:: + ethtool -K eth1 gso off + ethtool -K eth1 gro off See `LP1275650 `_. @@ -276,9 +266,7 @@ Networking issues To resolve this issue, edit the */etc/sysctl.conf* file on each Compute node and assign a value of "1" (enabled) - to each of the following settings: - - :: + to each of the following settings:: net.bridge.bridge-nf-call-arptables = 1 net.bridge.bridge-nf-call-iptables = 1 @@ -321,12 +309,10 @@ To resolve the problem: #. On each Controller node where Horizon runs, issue the following command to correct the permissions set - in the *openstack.roles.admin* file: + in the *openstack.roles.admin* file:: - :: - - grep -Irl "openstack.roles.admin" /usr/share/openstack-dashboard/openstack_dashboard/|xargs - sed -i 's/openstack.roles.admin/openstack.roles.customadmin/g' && service apache2 restart + grep -Irl "openstack.roles.admin" /usr/share/openstack-dashboard/openstack_dashboard/|xargs + sed -i 's/openstack.roles.admin/openstack.roles.customadmin/g' && service apache2 restart #. Edit the */usr/share/openstack/openstack-dashboard/openstack_dashboard/api/keystone.py* @@ -409,17 +395,14 @@ To work this problem around, follow these steps: #. Log into the Fuel Master node as root. -#. Install patch package: +#. Install patch package:: - :: - - yum install patch -y + yum install patch -y #. Download the patch from `LP1401503 `_. - and apply it: + and apply it:: - :: - patch --verbose -p0 < apps-upload-check.patch + patch --verbose -p0 < apps-upload-check.patch Other limitations