Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use php sdk php-opencloud in openstack

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how to use php sdk php-opencloud in openstack, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

Openstack provides rest-style api interfaces. For more information, please see:

Http://developer.openstack.org/api-ref-guides/bk-api-ref.pdf, for ease of understanding and simplification of calls, the open source php sdk--php-opencoud is used here.

1 directory structure

Vendor

-composer

-guzzle

-psr

-rackspace

-php-opencloud

-docs

-lib

-OpenCloud

-samples

-tests

Composer: provides the ability to load automatically

Guzzle: processing http requests

Psr: provides logging function

Rackspace/php-opencloud/lib/OpenCloud:php wrapper library

OpenCloud supports not only openstack's api, but also Rackspace's api.

2 UML model diagram

As you can see in the figure, different service objects can be obtained from the OpenStack client as needed. The computing service is used to manage CVMs. A CVM can be created by using data such as host type, image, key pair and network. It can pause, resume, stop, start, restart and other operations on the CVM. You can also get web vnc-based console links. Object storage service stores data objects in the form of containers, which can set path prefixes to object names to classify objects and organize them into a structure similar to windows folders.

3 sample code 3.1 Computing service

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report