Change password updated for 6.0
Meg fixed some formatting/build issues and made a couple small wordsmithing edits. Change-Id: I5bb87ed4b96e4d0720200cd23261953ebedc3e8e
This commit is contained in:
committed by
Meg McRoberts
parent
cc537c7bce
commit
9c309b1ebd
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 18 KiB |
@@ -4,6 +4,21 @@
|
||||
OpenStack Deployment Issues
|
||||
===========================
|
||||
|
||||
|
||||
New Features and Resolved Issues in Mirantis OpenStack 6.0
|
||||
----------------------------------------------------------
|
||||
|
||||
* Instances with file injection can now be safely launched
|
||||
after the OpenStack environment is launched.
|
||||
See `LP1335697 <https://bugs.launchpad.net/bugs/1335697>`_.
|
||||
|
||||
* Rsyslogd restart no longer causes services to hang.
|
||||
See `LP1363102 <https://bugs.launchpad.net/bugs/1363102>`_.
|
||||
|
||||
* Applying iptables rules during large scale deployments
|
||||
is now faster.
|
||||
See `LP1399168 <https://bugs.launchpad.net/bugs/1399168>`_.
|
||||
|
||||
Known Issues in 6.0
|
||||
-------------------
|
||||
|
||||
@@ -16,12 +31,27 @@ nova-api is unavailable for a few minutes,
|
||||
which causes services to be unavailable.
|
||||
See `LP1370067 <https://bugs.launchpad.net/fuel/+bug/1370067>`_.
|
||||
|
||||
File injection fails when an instance launches
|
||||
++++++++++++++++++++++++++++++++++++++++++++++
|
||||
Enabling Murano may prevent the controller from redeploying
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
When Murano is deployed on CentOS, redeployment of the controller might fail.
|
||||
|
||||
To work around this issue around, follow these steps:
|
||||
|
||||
#. Deploy the Fuel Master node.
|
||||
#. Log into the Fuel Master node as `root`.
|
||||
#. Install the patch package:
|
||||
|
||||
::
|
||||
|
||||
yum install patch -y
|
||||
|
||||
#. Download the patch from
|
||||
`LP1401503 <https://bugs.launchpad.net/bugs/1401503>`_.
|
||||
and apply it:
|
||||
|
||||
::
|
||||
|
||||
patch --verbose -p0 < apps-upload-check.patch
|
||||
|
||||
|
||||
Instances with file injection cannot be launched
|
||||
after the OpenStack environment is launched.
|
||||
Instances that do not require file injection can be launched.
|
||||
As a workaround, execute the **update-guestfs-appliance** command
|
||||
on each Compute node.
|
||||
See `LP1335697 <https://bugs.launchpad.net/bugs/1335697>`_.
|
||||
|
||||
@@ -10,7 +10,7 @@ The following screen is displayed:
|
||||
.. image:: /_images/authx/change_pass_not_vis.png
|
||||
:width: 60%
|
||||
|
||||
- Type in the old password and then the new password;
|
||||
- Type in the old password and then the new password, confirm the new password;
|
||||
click on the eye icon on the right of each line
|
||||
to display the string you typed.
|
||||
- Click "Apply" to register the new password
|
||||
|
||||
Reference in New Issue
Block a user