-
Recent Posts
- Openstack installation : Create Provider / Self service Networks
- Openstack installation : Block storage – Cinder (on Compute Node)
- Openstack installation : Block Storage – Cinder (On Controller Node)
- Openstack installation : Dashboard – Horizon
- Openstack installation : Networking service – Neutron (On Compute Node)
- Openstack installation : Networking service – Neutron (On Controller Node)
- Openstack installation : Compute Service – Nova (On Compute Node)
- Openstack installation : Compute Service – Nova (On Controller Node)
- Openstack installation : Image Services – Glance.
- Openstack installation : Keystone (Authentication Services)
- Openstack installation : Minimal services and Controller – Pre-requisites
- Openstack installation : Installing OS, configure pre-requisites and install openstack client
- Openstack Installation : My Requirements
- Debian – Qualcom 6174 Wifi not working
- Spring 5 REST / GraphDB : Installing ArangoDB
Archives
-
Recent Posts
- Openstack installation : Create Provider / Self service Networks
- Openstack installation : Block storage – Cinder (on Compute Node)
- Openstack installation : Block Storage – Cinder (On Controller Node)
- Openstack installation : Dashboard – Horizon
- Openstack installation : Networking service – Neutron (On Compute Node)
Tag Archives: image services
Openstack installation : Image Services – Glance.
Content from “openstack.org”, listed here with minor/no changes – just noting down what I did – online notes. Create the database MariaDB [(none)]> CREATE DATABASE glance;MariaDB [(none)]> GRANT ALL PRIVILEGES ON glance.* TO ‘glance’@’localhost’ IDENTIFIED BY ‘{password}’;MariaDB [(none)]> GRANT ALL … Continue reading
Posted in Installation / How To, Notes
Tagged 18.04, bionic, glance, image services, install, openstack, Rocky, ubuntu
Comments Off on Openstack installation : Image Services – Glance.