About This Document

This document is part of the documentation library for Oracle OpenStack for Oracle Linux Release 3.0, which is available at:

http://www.oracle.com/technetwork/server-storage/openstack/linux/documentation/

The documentation library consists of the following items:

Oracle OpenStack for Oracle Linux Release Notes

The release notes provide a summary of the new features, changes, fixed bugs, and known issues in Oracle OpenStack for Oracle Linux. It contains last-minute information, which may not be included in the main body of documentation, and information on Oracle OpenStack for Oracle Linux support. Read this document before you install your environment.

Oracle OpenStack for Oracle Linux Installation and Deployment Guide

This document guides you through different options for installing and deploying Oracle OpenStack for Oracle Linux. It is intended for system administrators, and assumes that you are familiar with the Oracle Linux operating system, virtualization in general, and web technologies.

Oracle OpenStack for Oracle Linux Licensing Information User Manual

This document provides licensing information for Oracle OpenStack for Oracle Linux.

This document was generated on 04 April 2017 (revision: 922) .

You can get the latest information on Oracle OpenStack for Oracle Linux at:

http://www.oracle.com/us/technologies/linux/openstack/

Conventions

The following text conventions are used in this document:

Convention

Meaning

boldface

Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary.

italic

Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values.

monospace

Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.

Command Syntax

Command syntax appears in monospace font. The dollar character ($) and number sign (#) are command prompts. You do not enter them as part of the command. Commands that any user, including the root user, can run are shown with the $ prompt:

$ command

Commands that must be run as the root user, or by a user with superuser privileges obtained through another utility such as sudo, are shown with the # prompt:

# command

The following command syntax conventions are used in this guide:

Convention

Description

backslash \

A backslash is the Oracle Linux command continuation character. It is used in command examples that are too long to fit on a single line. Enter the command as displayed (with a backslash) or enter it on a single line without a backslash:

dd if=/dev/rdsk/c0t1d0s6 of=/dev/rst0 bs=10b \ 
count=10000

braces { }

Braces indicate required items:

.DEFINE {macro1}

brackets [ ]

Brackets indicate optional items:

cvtcrt termname [outfile]

ellipses ...

Ellipses indicate an arbitrary number of similar items:

CHKVAL fieldname value1 value2 ... valueN

italics

Italic type indicates a variable. Substitute a value for the variable:

library_name

vertical line |

A vertical line indicates a choice within braces or brackets:

FILE filesize [K|M]