良玉

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年2月18日

摘要: 第一步:部署horizon环境: 安装部署memcache 安装软件包 yum install memcached python-memcached yum install memcached python-memcached 启动memcache并且设置开机自启动 systemctl enable 阅读全文
posted @ 2017-02-18 06:18 良玉 阅读(661) 评论(0) 推荐(0)

摘要: 第一步:glance关于数据库的操作 第二部:glance关于keystone的操作 第三步:安装软件包 第四步:配置/etc/glance/glance.conf 先要创建本地存储文件: 然后再开始配置/etc/glance/glance-api.conf 配置/etc/glance/glance 阅读全文
posted @ 2017-02-18 06:14 良玉 阅读(828) 评论(0) 推荐(0)

摘要: Glance项目提供虚拟机镜像的发现,注册,取得服务。 Glance提供restful API可以查询虚拟机镜像的metadata,并且可以获得镜像。 通过Glance,虚拟机镜像可以被存储到多种存储上,比如简单的文件存储或者对象存储(比如OpenStack中swiftx项目)。 Glance,像所 阅读全文
posted @ 2017-02-18 05:53 良玉 阅读(747) 评论(0) 推荐(0)