- Preparing for the Certified OpenStack Administrator Exam
- Matt Dorn
- 75字
- 2021-07-02 19:30:27
Service-based clients - traditional clients
Every core OpenStack service has an associated command-line client. Like the OpenStack services, the command-line clients are written in the Python programming language (available at http://github.com/openstack). The clients also contain the service API bindings for developing Python code that can talk directly to a specific service without requiring long-winded API requests. For years, the most popular clients used by OpenStack administrators were the following:
- python-keystoneclient
- python-glanceclient
- python-neutronclient
- python-novaclient
- python-cinderclient
- python-swiftclint
- python-heatclient
推薦閱讀
- Java加密與解密的藝術
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Oracle Exadata專家手冊
- Unity Game Development Scripting
- 智能搜索和推薦系統:原理、算法與應用
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- 深入淺出Go語言編程
- Nagios Core Administration Cookbook(Second Edition)
- Web程序設計:ASP.NET(第2版)
- Python Linux系統管理與自動化運維
- UI動效設計從入門到精通
- 征服C指針(第2版)
- Spark技術內幕:深入解析Spark內核架構設計與實現原理
- 每個人的Python:數學、算法和游戲編程訓練營
- 零基礎入門學習C語言:帶你學C帶你飛