CLI Console New to 3.0 is a command line utility aptly named Nova located in the root. It currently supports creating controllers and models from the ...
分类:
其他好文 时间:
2016-07-05 12:13:13
阅读次数:
159
Support Facades Introduction Facades provide a "static" interface to classes that are available in the application's service container. Nova ships wit ...
分类:
其他好文 时间:
2016-07-05 12:09:12
阅读次数:
135
Overview & Change Log Nova Framework is a PHP 5.5+ MVC Framework. It's designed to be lightweight and modular, allowing developers to build better and ...
分类:
其他好文 时间:
2016-07-05 12:06:16
阅读次数:
180
Encryption Configuration Basic Usage Encrypting a value Decrypting a value Configuration Before using Nova's encrypter, you should set the ENCRYPT_KEY ...
分类:
其他好文 时间:
2016-07-05 12:05:14
阅读次数:
163
上一节我们成功地通过attach操作为instance添加了volume,而与之相对的操作是detach,就是将volume从instance上卸载下来。下图是Detach操作的流程图向cinder-api发送detach请求cinder-api发送消息nova-computedetachvolumecinder-volume删除target下面我们详细讨论每一个步骤。..
分类:
其他好文 时间:
2016-07-04 07:43:00
阅读次数:
272
这是创建云主机实例快照源码分析系列的第二篇,在第一篇文章中分析了从镜像启动云主机,创建在线/离线快照的过程;本篇将分析从启动盘启动的云主机创建快照的过程,下面请看正文:
磁盘启动云主机,离线(在线)快照
函数入口和前述一样,还是
nova/api/openstack/compute/servers.py/ServersController._action_create_image,下面一...
分类:
其他好文 时间:
2016-07-01 10:25:32
阅读次数:
416
上一节我们讨论了attachvolume操作中cinder-api的工作,本节讨论cinder-volume和nova-compute如何将volumeattach到Instance。cinder-volume初始化volume的连接cinder-volume接收到initialize_connection消息后,会通过tgt创建target,并将volume所对应的LV通过targetexport出来..
分类:
其他好文 时间:
2016-07-01 07:52:53
阅读次数:
174
上一节我们讨论了 attach volume 操作中 cinder-api 的工作,本节讨论 cinder-volume 和 nova-compute 如何将 volume attach 到 Instance。 ...
分类:
其他好文 时间:
2016-07-01 06:44:27
阅读次数:
158
目录目录
前文列表
Prerequisites 先决条件
Install and configure a compute node
Install the packages
Edit the etcnovanovaconf file
Finalize installation前文列表Openstack组件部署 — Overview和前期环境准备
Openstack组建部署 — Environme...
分类:
其他好文 时间:
2016-06-30 06:30:20
阅读次数:
621
目录目录
前文列表
Prerequisites 先决条件
To create the databases
To create the service credentials
Create the Compute service API endpoints
Install and configure components
Install the packages
Edit the etcnovanov...
分类:
其他好文 时间:
2016-06-28 13:13:57
阅读次数:
463