- Learning OpenStack Networking
- James Denton
- 40字
- 2025-02-24 14:51:46
Bootstrap the Identity service
Using the keystone-manage command, bootstrap the service catalog with Identity endpoints. In this environment, the password for the admin user will be openstack:
# keystone-manage bootstrap --bootstrap-password openstack
--bootstrap-admin-url http://controller01:35357/v3/
--bootstrap-internal-url http://controller01:5000/v3/
--bootstrap-public-url http://controller01:5000/v3/
--bootstrap-region-id RegionOne