基于openstack stable queens版本阅读解析 基于 centos7.5 的linux系统 架构 如下所示,为cinder的官方架构说明: 这里写图片描述 各个组件介绍如下: - DB: sql database for data storage. Used by all components. - Web Dashboard: potential external component that talks to the api. - api: component that re
最近一直在用Juno版本,因为项目需要,今天在虚拟机里安装了Icehouse版,其中glance组件在执行安装的过程后,出现启动失败的现象,幸好以前排查过此类错误,遂记录如下: 在官方文档(Icehouse)中 “Configure the Image Service”一章中,第4步:create the database tables for the Image Service里 # su -s /bin/sh -c "glance-manage db_sync" glance 执行