mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-05 21:31:30 +00:00
Change for password-prompt in openstack image.
This commit is contained in:
@@ -63,10 +63,11 @@ create a database, service credentials, and API endpoints.
|
||||
$ source admin-openrc.sh
|
||||
#. To create the service credentials, complete these steps:
|
||||
|
||||
* Create the ``glance`` user. Replace ``GLANCE_PASS`` with a suitable
|
||||
password::
|
||||
* Create the ``glance`` user::
|
||||
|
||||
$ openstack user create --domain default --password GLANCE_PASS glance
|
||||
$ openstack user create --domain default --password-prompt glance
|
||||
User Password:
|
||||
Repeat User Password:
|
||||
+-----------+----------------------------------+
|
||||
| Field | Value |
|
||||
+-----------+----------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user