- Learning OpenStack Networking(Neutron)(Second Edition)
- James Denton
- 234字
- 2021-07-30 10:21:18
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: "The OPENSTACK_KEYSTONE_DEFAULT_ROLE
setting in the /etc/openstack-dashboard/local_settings.py
file must also be modified before the dashboard can be used."
A block of code is set as follows:
[DEFAULT] ... my_ip = 10.254.254.101 vncserver_proxyclient_address = 10.254.254.101 vnc_enabled = True vncserver_listen = 0.0.0.0 novncproxy_base_url = http://controller01:6080/vnc_auto.html
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
nova boot --flavor <FLAVOR_ID> --image <IMAGE_ID> \
--nic net-id=<NETWORK_ID> --security-group <SECURITY_GROUP_ID> \
INSTANCE_NAME
Any command-line input or output is written as follows:
# service nova-api restart # service nova-cert restart # service nova-consoleauth restart # service nova-scheduler restart # service nova-conductor restart # service nova-novncproxy restart
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Looking at the following screenshot, the System Information panel provides the user with information about the environment, including Services and Compute Services."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 大學計算機基礎(第二版)
- SQL Server 從入門到項目實踐(超值版)
- 數據庫系統教程(第2版)
- 算法大爆炸:面試通關步步為營
- Clojure for Domain:specific Languages
- Java深入解析:透析Java本質的36個話題
- GeoServer Beginner's Guide(Second Edition)
- Learning Salesforce Einstein
- Learning Three.js:The JavaScript 3D Library for WebGL
- Python數據結構與算法(視頻教學版)
- Android應用案例開發大全(第二版)
- 圖數據庫實戰
- Python:Deeper Insights into Machine Learning
- C++ Fundamentals
- QGIS 2 Cookbook