diff --git a/doc/source/install/containers_deployment/standalone.rst b/doc/source/install/containers_deployment/standalone.rst index ef661146..9cc932d2 100644 --- a/doc/source/install/containers_deployment/standalone.rst +++ b/doc/source/install/containers_deployment/standalone.rst @@ -167,50 +167,13 @@ Deploying a Standalone Keystone node --output-dir $HOME \ --standalone -#. Validate Keystone services +#. Check the deployed OpenStack Services - You can validate the Keystone is running by fetching a token:: + At the end of the deployment, a clouds.yaml configuration file is placed in + the /root/.config/openstack folder. This can be used with the openstack + client to query the OpenStack services. - # validate keystone - export ADMIN_PASS=$(egrep "^[[:space:]]+AdminPassword:" $HOME/tripleo-undercloud-passwords.yaml | awk '{print $2}') + .. code-block:: bash - KEYSTONE_PAYLOAD=$(cat <~/.config/openstack/clouds.yaml - clouds: - standalone: - auth: - auth_url: http://$IP:5000/ - project_name: admin - username: admin - password: $ADMIN_PASS - region_name: regionOne - identity_api_version: 3 - EOF - export OS_CLOUD=standalone - - openstack endpoint list + export OS_CLOUD=standalone + openstack endpoint list