Updated Install Guide titles for consistency

bug: #1177075

Change-Id: Ie4c2ce5941cd11e8ca90e0824843708db65eea2c
author: Diane Fleming
This commit is contained in:
Diane Fleming 2013-05-08 10:53:35 -05:00
parent 46af063d63
commit b421e44bf4
6 changed files with 223 additions and 176 deletions

View File

@ -0,0 +1,2 @@
*.bak
/target

View File

@ -8,7 +8,7 @@
<artifactId>openstack-basic-install</artifactId> <artifactId>openstack-basic-install</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OpenStack Basic Install Guide</name> <name>OpenStack Installation Guide</name>
<properties> <properties>
<!-- This is set by Jenkins according to the branch. --> <!-- This is set by Jenkins according to the branch. -->
@ -59,7 +59,7 @@
<plugin> <plugin>
<groupId>com.rackspace.cloud.api</groupId> <groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId> <artifactId>clouddocs-maven-plugin</artifactId>
<version>1.7.2</version> <version>1.8.0</version>
<executions> <executions>
<execution> <execution>
<id>goal1</id> <id>goal1</id>

View File

@ -17,11 +17,11 @@
xmlns:svg="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml" version="5.0" xmlns:html="http://www.w3.org/1999/xhtml" version="5.0"
xml:id="openstack-basic-install-grizzly"> xml:id="openstack-basic-install-grizzly">
<title>OpenStack Basic Install Guide - <phrase os="rhel;centos;fedora">Fedora 18</phrase> <title>OpenStack Basic Installation Guide<phrase os="rhel;centos;fedora"> for Fedora 18</phrase>
<phrase os="ubuntu">Ubuntu 12.04</phrase></title> <phrase os="ubuntu"> for Ubuntu 12.04 (LTS) and Debian Wheezy</phrase></title>
<?rax title.font.size="32px"?> <?rax subtitle.font.size="18px" title.font.size="24px"?>
<titleabbrev>Basic Install Guide - <phrase os="rhel;centos;fedora">Fedora 18</phrase> <titleabbrev>OpenStack Install Guide<phrase os="rhel;centos;fedora"> for Fedora 18</phrase>
<phrase os="ubuntu">Ubuntu 12.04</phrase></titleabbrev> <phrase os="ubuntu"> for Ubuntu 12.04 (LTS) and Debian Wheezy</phrase></titleabbrev>
<info> <info>
<author> <author>
<personname> <personname>
@ -41,7 +41,7 @@
<holder>OpenStack Foundation</holder> <holder>OpenStack Foundation</holder>
</copyright> </copyright>
<releaseinfo>Grizzly, 2013.1</releaseinfo> <releaseinfo>Grizzly, 2013.1</releaseinfo>
<productname>OpenStack</productname> <productname>OpenStack Basic Installation Guide</productname>
<pubdate/> <pubdate/>
<legalnotice role="apache2"> <legalnotice role="apache2">
<annotation> <annotation>
@ -56,6 +56,16 @@
(<abbrev>API</abbrev>). </para> (<abbrev>API</abbrev>). </para>
</abstract> </abstract>
<revhistory> <revhistory>
<revision>
<date>2013-05-08</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Updated the title for consistency.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision> <revision>
<date>2009-01-01</date> <date>2009-01-01</date>
<revdescription> <revdescription>

View File

@ -5,10 +5,12 @@
xmlns:svg="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml" version="5.0" xmlns:html="http://www.w3.org/1999/xhtml" version="5.0"
xml:id="openstack-install-manual-grizzly"> xml:id="openstack-install-manual-grizzly">
<?rax subtitle.font.size="20px"?> <title>OpenStack Installation Guide<phrase
<title>OpenStack Install and Deploy Guide - <phrase os="rhel;centos;fedora"> for Red Hat Enterprise Linux, CentOS, and Fedora</phrase>
os="rhel;centos;fedora">Red Hat</phrase> <phrase os="ubuntu"> for Ubuntu 12.04 (LTS)</phrase></title>
<phrase os="ubuntu">Ubuntu</phrase></title> <?rax subtitle.font.size="17px" title.font.size="32px"?>
<titleabbrev>OpenStack Installation Guide<phrase os="rhel;centos;fedora"> for Red Hat Enterprise Linux, CentOS, and Fedora</phrase>
<phrase os="ubuntu"> for Ubuntu 12.04 (LTS)</phrase></titleabbrev>
<info> <info>
<author> <author>
<personname> <personname>
@ -24,9 +26,9 @@
<year>2013</year> <year>2013</year>
<holder>OpenStack Foundation</holder> <holder>OpenStack Foundation</holder>
</copyright> </copyright>
<releaseinfo>Grizzly, 2013.1 (Object Storage <releaseinfo>Grizzly, 2013.1 with Object Storage
1.8.0)</releaseinfo> 1.8.0</releaseinfo>
<productname>OpenStack</productname> <productname>OpenStack Installation Guide</productname>
<pubdate/> <pubdate/>
<legalnotice role="apache2"> <legalnotice role="apache2">
<annotation> <annotation>
@ -53,6 +55,17 @@
as well as sample configuration files. </para> as well as sample configuration files. </para>
</abstract> </abstract>
<revhistory> <revhistory>
<revision>
<date>2013-05-08</date>
<revdescription>
<itemizedlist spacing="compact">
<listitem>
<para>Updated the book title for
consistency.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision> <revision>
<date>2013-05-02</date> <date>2013-05-02</date>
<revdescription> <revdescription>

View File

@ -28,7 +28,7 @@
<plugin> <plugin>
<groupId>com.rackspace.cloud.api</groupId> <groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId> <artifactId>clouddocs-maven-plugin</artifactId>
<version>1.7.2</version> <version>1.8.0</version>
<executions> <executions>
<execution> <execution>

View File

@ -1,29 +1,32 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head> <head>
<meta name="generator" content= <meta name="generator"
"HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" /> content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Type"
<meta name="google-site-verification" content= content="text/html; charset=us-ascii" />
"Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" /> <meta name="google-site-verification"
content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
<title>OpenStack Docs: current</title><!-- Google Fonts --> <title>OpenStack Docs: current</title>
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' <!-- Google Fonts -->
rel='stylesheet' type='text/css' /><!-- Framework CSS --> <link
<link rel="stylesheet" href= href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin"
"http://openstack.org/themes/openstack/css/blueprint/screen.css" type= rel="stylesheet" type="text/css" />
"text/css" media="screen, projection" /> <!-- Framework CSS -->
<link rel="stylesheet" href= <link rel="stylesheet"
"http://openstack.org/themes/openstack/css/blueprint/print.css" type= href="http://openstack.org/themes/openstack/css/blueprint/screen.css"
"text/css" media="print" /> type="text/css" media="screen, projection" />
<link rel="stylesheet"
href="http://openstack.org/themes/openstack/css/blueprint/print.css"
type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> <!--[if lt IE 8]><link rel="stylesheet" href="http://openstack.org/themes/openstack/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS --> <!-- OpenStack Specific CSS -->
<link rel="stylesheet" href= <link rel="stylesheet"
"http://openstack.org/themes/openstack/css/main.css" type="text/css" media= href="http://openstack.org/themes/openstack/css/main.css"
"screen, projection, print" /> type="text/css" media="screen, projection, print" />
<link rel="stylesheet" type="text/css" href="http://docs.openstack.org/common/css/docblitz.css" /> <link rel="stylesheet" type="text/css"
href="http://docs.openstack.org/common/css/docblitz.css" />
<!--<script type="text/javascript"> <!--<script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
@ -39,139 +42,166 @@
</script>--> </script>-->
</head> </head>
<body class="docshome" id="docshome"> <body class="docshome" id="docshome">
<div class="container"> <div class="container">
<div id="header"> <div id="header">
<div class="span-5"> <div class="span-5">
<h1 id="logo"><a href="/">OpenStack</a></h1> <h1 id="logo"><a href="/">OpenStack</a></h1>
</div> </div>
<div class="span-19 last blueLine"> <div class="span-19 last blueLine">
<div id="navigation" class="span-19"> <div id="navigation" class="span-19">
<ul id="Menu1"> <ul id="Menu1">
<li><a href="http://www.openstack.org/"
<li><a href="http://www.openstack.org/" title="Go to the Home page">Home</a></li> title="Go to the Home page"
>Home</a></li>
<li><a href="http://www.openstack.org/software/" title="Go to the Software page" class="link">Software</a></li> <li><a
href="http://www.openstack.org/software/"
<li><a href="http://www.openstack.org/user-stories/" title="Go to the User Stories page" class="link">User Stories</a></li> title="Go to the Software page"
class="link">Software</a></li>
<li><a href="http://www.openstack.org/community/" title="Go to the Community page" class="link">Community</a></li> <li><a
href="http://www.openstack.org/user-stories/"
<li><a href="http://www.openstack.org/profile/" title="Go to the Profile page" class="link">Profile</a></li> title="Go to the User Stories page"
class="link">User Stories</a></li>
<li><a href="http://www.openstack.org/blog/" title="Go to the OpenStack Blog">Blog</a></li> <li><a
href="http://www.openstack.org/community/"
<li><a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li> title="Go to the Community page"
class="link">Community</a></li>
<li><a href="http://docs.openstack.org/" title="Go to OpenStack Documentation" class="current">Documentation</a></li> <li><a
href="http://www.openstack.org/profile/"
title="Go to the Profile page"
class="link">Profile</a></li>
<li><a
href="http://www.openstack.org/blog/"
title="Go to the OpenStack Blog"
>Blog</a></li>
<li><a href="http://wiki.openstack.org/"
title="Go to the OpenStack Wiki"
>Wiki</a></li>
<li><a href="http://docs.openstack.org/"
title="Go to OpenStack Documentation"
class="current"
>Documentation</a></li>
</ul> </ul>
</div>
</div> </div>
</div> </div>
</div> </div>
</div>
<!-- Page Content --> <!-- Page Content -->
<div class="container"> <div class="container">
<div class="span-12"> <div class="span-12">
<h3 class="subhead"><a href="http://docs.openstack.org/">Documentation</a> > Install </h3> <h3 class="subhead"><a
href="http://docs.openstack.org/"
>Documentation</a> > Install and Configure
</h3>
</div> </div>
<div class="searchArea span-10 last"> <div class="searchArea span-10 last">
<div id="cse" style="width: 100%;"> <div id="cse" style="width: 100%;"> Loading </div>
Loading
</div>
<script src="http://www.google.com/jsapi" type="text/javascript"> <script src="http://www.google.com/jsapi" type="text/javascript">
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
//<![CDATA[ //<![CDATA[
google.load('search', '1', {
google.load('search', '1', {language : 'en'}); language: 'en'
var _gaq = _gaq || []; });
_gaq.push(["_setAccount", "UA-17511903-6"]); var _gaq = _gaq ||[];
_gaq.push([ "_setAccount", "UA-17511903-6"]);
function _trackQuery(control, searcher, query) { function _trackQuery(control, searcher, query) {
var gaQueryParamName = "q"; var gaQueryParamName = "q";
var loc = document.location; var loc = document.location;
var url = [ var url =[
loc.pathname, loc.pathname,
loc.search, loc.search,
loc.search ? '&' : '?', loc.search ? '&': '?',
gaQueryParamName == '' ? 'q' : encodeURIComponent(gaQueryParamName), gaQueryParamName == '' ? 'q': encodeURIComponent(gaQueryParamName),
'=', '=',
encodeURIComponent(query) encodeURIComponent(query)].join('');
].join(''); _gaq.push([ "_trackPageview", url]);
_gaq.push(["_trackPageview", url]);
} }
google.setOnLoadCallback(function() { google.setOnLoadCallback(function () {
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o'); var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.setSearchStartingCallback(null, _trackQuery); customSearchControl.setSearchStartingCallback(null, _trackQuery);
customSearchControl.draw('cse'); customSearchControl.draw('cse');
}, true); },
//]]> true);//]]>
</script> </script>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<div class="span-12"> <div class="span-18">
<h2><a href="http://docs.openstack.org/grizzly/basic-install/apt/content">Basic Installation Guide for Ubuntu 12.04 or Debian Wheezy (grizzly) <p>Install and configure OpenStack Grizzly services on
</a> various Linux distributions. </p>
<p>&nbsp;</p>
<h2><a
href="http://docs.openstack.org/grizzly/basic-install/apt/content"
>OpenStack Basic Installation Guide for Ubuntu 12.04
(LTS) and Debian Wheezy</a>
</h2> </h2>
<p>Contains a basic installation set up with production considerations for all OpenStack components with a controller node and compute node. </p> <p>Install and configure OpenStack Grizzly services
<h2><a href="http://docs.openstack.org/grizzly/basic-install/yum/content">Basic Installation Guide for Fedora 18 (grizzly) with Ubuntu 12.04 (LTS) or Debian Wheezy. Includes
</a> the Identity, Image, Compute, Block Storage, and
Networking services. Set up a controller, network,
and compute node.</p>
<h2><a
href="http://docs.openstack.org/grizzly/basic-install/yum/content"
>OpenStack Basic Installation Guide for Fedora
18</a>
</h2> </h2>
<p>Contains a basic installation set up with production considerations for all OpenStack components with a controller node and compute node. </p> <p>Install and configure OpenStack Grizzly services
<h2><a href="http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/">Install and Deploy Guide for Ubuntu 12.04 (grizzly) with Fedora 18. Includes the Identity, Image,
</a> Compute, Block Storage, and Networking services.
Set up a controller, network, and compute node. </p>
<h2><a
href="http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/"
>OpenStack Installation Guide for Red
Hat Enterprise Linux, CentOS, and Fedora</a>
</h2> </h2>
<p>Compute, Image, Volumes, Object Storage and Identity services installation with the OpenStack Dashboard using packages available through the Ubuntu Cloud Archive. <p>Install and configure OpenStack Grizzly services
</p> with Red Hat Enterprise Linux (RHEL),
<h2><a href="http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/">Install and Deploy Guide for Red Hat Enterprise Linux, CentOS, or Fedora (grizzly)</a> CentOS, or Fedora 17. Includes the Identity, Image, Compute,
and Object Storage services. Register virtual
machine (VM) images and run VM instances. View
configuration file examples.</p>
<h2><a
href="http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/"
>OpenStack Installation Guide for
Ubuntu 12.04 (LTS)</a>
</h2> </h2>
<p>Walks through an installation using packages available on RHEL and derivatives through a Fedora repository. <p>Install and configure OpenStack Grizzly services
with Ubuntu 12.04 (LTS). Includes the Identity,
</p> Image, Compute, and Object Storage services.
<h2><a href="http://docs.openstack.org/grizzly/openstack-network/admin/content/ch_install.html">OpenStack Networking (Quantum) Installation</a> Register virtual machine (VM) images and run VM
</h2> instances. View configuration file examples.</p>
<p>Installation instructions for OpenStack Networking from Ubuntu or Fedora packages.
</p>
</div>
<div class="span-12 last">
</div> </div>
<div class="span-12 last"> </div>
</div> </div>
<div class="container"> <div class="container">
<div id="footer"> <div id="footer">
<hr /> <hr />
<p>Documentation treated like code, powered by the community - interested? Here's <a href="http://wiki.openstack.org/Documentation/HowTo">how to contribute</a>. </p> <p>Documentation treated like code, powered by the
<p>The OpenStack project is provided under the Apache 2.0 license. community - interested? Here's <a
Openstack.org is powered by <a href= href="http://wiki.openstack.org/Documentation/HowTo"
"http://www.rackspacecloud.com/">Rackspace Cloud Computing</a>.</p> >how to contribute</a>. </p>
<p>The OpenStack project is provided under the Apache
2.0 license. Openstack.org is powered by <a
href="http://www.rackspacecloud.com/"
>Rackspace Cloud Computing</a>.</p>
</div> </div>
</div> </div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
<script src="http://docs.openstack.org/common/jquery/jquery.hoverIntent.minified.js" type="text/javascript" charset="utf-8"> <script src="http://docs.openstack.org/common/jquery/jquery.hoverIntent.minified.js" type="text/javascript" charset="utf-8">
</script> </script>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
//<![CDATA[ //<![CDATA[
$(document).ready(function() { $(document).ready(function () {
function addMenu(){ function addMenu() {
$(".dropDown").addClass("menuHover"); $(".dropDown").addClass("menuHover");
} }
function removeMenu(){ function removeMenu() {
$(".dropDown").removeClass("menuHover"); $(".dropDown").removeClass("menuHover");
} }
@ -184,15 +214,7 @@
}; };
$(".dropDownTrigger").hoverIntent(menuConfig); $(".dropDownTrigger").hoverIntent(menuConfig);
});//]]>
});
//]]>
</script> </script>
</body>
</body>
</html> </html>