Change Keystone Admin Pass [closed]
Hi , Hope someone can help.
how do i go about changing the Keystone Admin Pass in Newton.
I observed that in previous releases one would use the keystone CLI command however as this is deprecated in favour of the Openstack CLI command do i just re-bootstrap the admin user ? using the following
keystone-manage bootstrap --bootstrap-password ADMIN_PASS \
--bootstrap-admin-url http://controller:35357/v3/ \
--bootstrap-internal-url http://controller:5000/v3/ \
--bootstrap-public-url http://controller:5000/v3/ \
--bootstrap-region-id RegionOne
Or is there a specific command that is used to change the admin user password ?
Thanks