- OpenStack Administration with Ansible
- Walter Bentley
- 131字
- 2021-07-23 14:37:17
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This action is accomplished by first sourcing your OpenRC file and then by executing the service-list
command."
A block of code is set as follows:
{ "endpoints": [ { "adminurl": "http://172.29.236.7:8774/v2/%(tenant_id)s", "enabled": true, "id": "90603842a5a54958a7768dd909d43237", "internalurl": "http://172.29.236.7:8774/v2/%(tenant_id)s", "publicurl": "http://172.29.236.7:8774/v2/%(tenant_id)s", "region": "RegionOne", "service_id": "020cc772b9c942eb979fc587877a9239" }, ...
Any command-line input or output is written as follows:
$ keystone endpoint-list
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
推薦閱讀
- Advanced Quantitative Finance with C++
- Java面向對象思想與程序設計
- Visual FoxPro程序設計教程
- Learning ASP.NET Core 2.0
- 面向STEM的Scratch創新課程
- AngularJS深度剖析與最佳實踐
- Data Analysis with IBM SPSS Statistics
- Hands-On Enterprise Automation with Python.
- 批調度與網絡問題的組合算法
- 區塊鏈技術與應用
- Visual Basic程序設計上機實驗教程
- SQL Server實用教程(SQL Server 2008版)
- Frank Kane's Taming Big Data with Apache Spark and Python
- iPhone應用開發從入門到精通
- Python期貨量化交易實戰