我能如何使用OpenStack云?

我能如何使用OpenStack云?

作为一个云终端用户,你可以提供你自己的资源,只要符合云管理员设置的限制

这个指南中的例子演示了如何通过使用下面的方法执行任务

  • OpenStack仪表盘:使用此基于Web的图形界面,代码名为`horizon <https://git.openstack.org/cgit/openstack/horizon>`__,以查看,创建和管理资源。
  • OpenStack命令行客户端:每个核心OpenStack项目都有一个命令行客户端,可以使用它运行简单的命令来查看,创建和管理云中的资源,并通过使用脚本自动执行任务。

可以根据特定用例修改这些示例。

In addition to these ways of interacting with a cloud, you can access the OpenStack APIs directly or indirectly through cURL commands or open SDKs. You can automate access or build tools to manage resources and services by using the OpenStack APIs.

要使用OpenStack API,它有助于熟悉HTTP / 1.1,RESTful Web服务,OpenStack服务和JSON或XML数据序列化格式。

谁应该读本书?

本书是为任何使用虚拟机或云资源来开发软件或相关研究的人们,读者最好有多年的使用Linux工具集的经验且可熟练使用GUI和CLI工具。尽管本书包含了一些使用Python来创建和管理云资源的信息,但是读本书是不要对Python有要求的。

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.