Image Service 本文介绍在controller节点上安装.配置Image服务 glance,镜像存储在本地文件系统 安装准备 controller 节点 ip:192.168.81.11 1.首先创建数据库.service credentials和API endpoints $ mysql -uroot -p mysql> create database glance; mysql> grant all privileges on glance.* to 'glance'@'loc…
一.创建数据库 CREATE DATABASE glance; GRANT ALL PRIVILEGES ON glance.* TO '; GRANT ALL PRIVILEGES ON glance.* TO '; 创建glance用户凭证 用admin用户凭证创建glance用户凭证 source /etc/profile openstack user create --domain default --password-prompt glance 将admin角色添加到glance用户和…
centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernel Is it too late to contribute to this thread? I found that gcc and kernel-devel was not included with the generic desktop install so also needed to do…