PHP와 함께 시작하는 오픈스택
오픈스택은 외부에서 api를 호출할수 있는 종단지점을 ENDPOINT라 한다.
여러 ENDPOINT중 인증서비스인 키스 통해 로그인해서 얻은 인증토큰으로 각종 API를 호출할 수 있다.
QuickGuide
- API SPEC http://developer.openstack.org/api-guide/quick-start/
- API PHP Rackspace https://developer.rackspace.com/sdks/php/
- Telemetry API http://www.cloudcraft.cn/openstack-ceilometer-install-and-api-guide/
Guide
- API SPEC http://developer.openstack.org/api-ref.html
- Telemetry API SPEC http://developer.openstack.org/api-ref-telemetry-v2.html
- Measurements http://docs.openstack.org/admin-guide-cloud/telemetry-measurements.html
측정된 리소스(cpu/memory/disk/network…)와 함께 단위를 정의해둔 문서이다.
SDK Guide
- API Python http://docs.openstack.org/user-guide/sdk.html
- API PHP https://wiki.openstack.org/wiki/SDKs#PHP
– Rackspace http://docs.php-opencloud.com/en/latest/index.html
– ZendService https://github.com/zendframework/ZendService_OpenStack
– Stackforge https://git.openstack.org/cgit/stackforge/openstack-sdk-php/