Learning OpenStack Networking
上QQ阅读APP看书,第一时间看更新

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