- 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.
推薦閱讀
- Learning Python Web Penetration Testing
- 程序員面試算法寶典
- Machine Learning with R Cookbook(Second Edition)
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Banana Pi Cookbook
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Scala Data Analysis Cookbook
- Kivy Cookbook
- SpringBoot從零開始學(視頻教學版)
- Scala編程實戰
- MyBatis 3源碼深度解析
- Drupal 8 Development:Beginner's Guide(Second Edition)
- HTML5游戲開發實戰
- Swift 2 Blueprints
- SQL Server 2014數據庫設計與開發教程(微課版)