- OpenStack Orchestration
- Adnan Ahmed Siddiqui
- 157字
- 2021-07-09 21:35:57
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: "All available roles for trustor will be assigned to the trustee if no specific roles are mentioned in the heat.conf
file."
A block of code is set as follows:
heat_template_version: 2013-05-23 description: Template that deploys single compute node. resources: my_compute-01: type: OS::Nova::Server properties: key_name: my_key image: F18-x86_64-cfntools flavor: m1.small
Any command-line input or output is written as follows:
keystone endpoint-create --service-id $(keystone service-list | awk '/ cloudformation / {print $2}' --public http://localhost:8000/v2/%\(tenant_id\)s --region regionOne
New terms and important words are shown in bold.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- Python數據可視化:基于Bokeh的可視化繪圖
- Essential Angular
- Mastering macOS Programming
- The Complete Coding Interview Guide in Java
- Java編程的邏輯
- WordPress 4.0 Site Blueprints(Second Edition)
- 軟件品質之完美管理:實戰經典
- 0 bug:C/C++商用工程之道
- Learning PHP 7
- ServiceNow:Building Powerful Workflows
- 匯編語言編程基礎:基于LoongArch
- Developing SSRS Reports for Dynamics AX
- Clojure for Finance