Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

6.3. keystone-manage bootstrap

usage: keystone-manage [bootstrap|credential_migrate|credential_rotate|credential_setup|db_sync|db_version|doctor|domain_config_upload|fernet_rotate|fernet_setup|mapping_populate|mapping_purge|mapping_engine|pki_setup|saml_idp_metadata|token_flush] bootstrap
       [-h] [--bootstrap-username OS_BOOTSTRAP_USERNAME]
       [--bootstrap-password OS_BOOTSTRAP_PASSWORD]
       [--bootstrap-project-name OS_BOOTSTRAP_PROJECT_NAME]
       [--bootstrap-role-name OS_BOOTSTRAP_ROLE_NAME]
       [--bootstrap-service-name OS_BOOTSTRAP_SERVICE_NAME]
       [--bootstrap-admin-url OS_BOOTSTRAP_ADMIN_URL]
       [--bootstrap-public-url OS_BOOTSTRAP_PUBLIC_URL]
       [--bootstrap-internal-url OS_BOOTSTRAP_INTERNAL_URL]
       [--bootstrap-region-id OS_BOOTSTRAP_REGION_ID]

Optional arguments

-h, --help


        show this help message and exit

--bootstrap-username OS_BOOTSTRAP_USERNAME


      The username of the initial keystone user during
      bootstrap process.

--bootstrap-password OS_BOOTSTRAP_PASSWORD


      The bootstrap user password

--bootstrap-project-name OS_BOOTSTRAP_PROJECT_NAME


      The initial project created during the keystone
      bootstrap process.

--bootstrap-role-name OS_BOOTSTRAP_ROLE_NAME


      The initial role-name created during the keystone
      bootstrap process.

--bootstrap-service-name OS_BOOTSTRAP_SERVICE_NAME


      The initial name for the initial identity service
      created during the keystone bootstrap process.

--bootstrap-admin-url OS_BOOTSTRAP_ADMIN_URL


      The initial identity admin url created during the
      keystone bootstrap process. e.g.
      http://127.0.0.1:35357/v2.0

--bootstrap-public-url OS_BOOTSTRAP_PUBLIC_URL


      The initial identity public url created during the
      keystone bootstrap process. e.g.
      http://127.0.0.1:5000/v2.0

--bootstrap-internal-url OS_BOOTSTRAP_INTERNAL_URL


      The initial identity internal url created during the
      keystone bootstrap process. e.g.
      http://127.0.0.1:5000/v2.0

--bootstrap-region-id OS_BOOTSTRAP_REGION_ID


      The initial region_id endpoints will be placed in
      during the keystone bootstrap process.