- 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.
推薦閱讀
- Getting Started with React
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例
- 樂(lè)高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- Java面向?qū)ο蟪绦蜷_發(fā)及實(shí)戰(zhàn)
- Python金融數(shù)據(jù)分析
- Visual Basic程序設(shè)計(jì)與應(yīng)用實(shí)踐教程
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Nginx實(shí)戰(zhàn):基于Lua語(yǔ)言的配置、開發(fā)與架構(gòu)詳解
- Android系統(tǒng)級(jí)深入開發(fā)
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- Lighttpd源碼分析
- Unity 2018 Shaders and Effects Cookbook
- Programming with CodeIgniterMVC
- Raspberry Pi Robotic Projects(Third Edition)