Skip to Content
Learning OpenStack Networking - Third Edition
book

Learning OpenStack Networking - Third Edition

by James Denton
August 2018
Beginner
462 pages
12h 36m
English
Packt Publishing
Content preview from Learning OpenStack Networking - Third Edition

Defining the Glance user, service, and endpoints

Using the openstack client, create the Glance user:

    # openstack user create glance --domain default --password=glance

Add the admin role to the glance user in the service project:

    # openstack role add --project service --user glance admin

Next, create the glance service entity:

    # openstack service create --name glance \    --description "OpenStack Image" image

Lastly, create the Glance endpoints:

    # openstack endpoint create --region RegionOne \    image public http://controller01:9292    # openstack endpoint create --region RegionOne \    image internal http://controller01:9292    # openstack endpoint create --region RegionOne \    image admin http://controller01:9292
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

You might also like

OpenStack Certification, 2/e

OpenStack Certification, 2/e

Sander van Vugt
Mastering OpenStack - Second Edition

Mastering OpenStack - Second Edition

Omar Khedher, Chandan Dutta

Publisher Resources

ISBN: 9781788392495