Templates now support divs correctly
This commit is contained in:
parent
8a642f899d
commit
55e59feafe
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
_build
|
||||
_build/
|
||||
|
Binary file not shown.
Binary file not shown.
@ -319,9 +319,9 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2><no title></h2>
|
||||
@ -370,12 +370,13 @@ the workflow documented at:</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: None | release: 1.0
|
||||
</div>
|
||||
@ -385,7 +386,7 @@ the workflow documented at:</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -404,9 +405,7 @@ the workflow documented at:</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -416,7 +415,7 @@ the workflow documented at:</p>
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: 1.0<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -468,6 +467,45 @@ the workflow documented at:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -530,6 +568,98 @@ the workflow documented at:</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
@ -319,9 +319,9 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>OpenStack Docs Theme Style Commandments</h2>
|
||||
@ -373,12 +373,13 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: None | release: 1.0
|
||||
</div>
|
||||
@ -388,7 +389,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -407,9 +408,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -419,7 +418,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: 1.0<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -471,6 +470,45 @@ class="sign-in-btn">Sign In</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -533,6 +571,98 @@ class="sign-in-btn">Sign In</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
@ -319,9 +319,9 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>OpenStack Sphinx Extensions</h2>
|
||||
@ -369,12 +369,13 @@ OpenStack project.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: None | release: 1.0
|
||||
</div>
|
||||
@ -384,7 +385,7 @@ OpenStack project.</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -403,9 +404,7 @@ OpenStack project.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -415,7 +414,7 @@ OpenStack project.</p>
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: 1.0<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -467,6 +466,45 @@ OpenStack project.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -529,6 +567,98 @@ OpenStack project.</p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
@ -3,15 +3,34 @@
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to os-doc-demo's documentation!
|
||||
=======================================
|
||||
Demo documentation
|
||||
==================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
||||
The project is an open source cloud computing platform that supports all types
|
||||
of cloud environments.
|
||||
|
||||
The project aims for simple implementation, massive scalability, and a rich set
|
||||
of features. Cloud computing experts from around the world contribute to the project.
|
||||
|
||||
Here's an example configuration::
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
my_ip = 10.0.0.31
|
||||
vnc_enabled = True
|
||||
vncserver_listen = 0.0.0.0
|
||||
vncserver_proxyclient_address = 10.0.0.31
|
||||
novncproxy_base_url = http://controller:6080/vnc_auto.html
|
||||
|
||||
..note::
|
||||
Here's an example note.
|
||||
Developer Guide
|
||||
===============
|
||||
|
||||
In this section you will find information on Nova's lower level programming APIs.
|
||||
Information on Nova's lower level programming APIs.
|
||||
|
@ -320,9 +320,9 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>Index</h2>
|
||||
@ -362,12 +362,13 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: None | release: 1.0
|
||||
</div>
|
||||
@ -377,7 +378,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -396,9 +397,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -408,7 +407,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: 1.0<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -460,6 +459,45 @@ class="sign-in-btn">Sign In</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -522,6 +560,98 @@ class="sign-in-btn">Sign In</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
||||
|
||||
<title>OpenStack Docs: Welcome to os-doc-demo’s documentation!</title>
|
||||
<title>OpenStack Docs: Demo documentation</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
@ -319,12 +319,12 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>Welcome to os-doc-demo’s documentation!</h2>
|
||||
<h2>Demo documentation</h2>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="docs-actions">
|
||||
@ -348,35 +348,54 @@ class="sign-in-btn">Sign In</a>
|
||||
<div class="docs-top-contents">
|
||||
<h5>Contents</h5>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">Welcome to os-doc-demo’s documentation!</a></li>
|
||||
<li><a class="reference internal" href="#">Demo documentation</a></li>
|
||||
<li><a class="reference internal" href="#developer-guide">Developer Guide</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="docs-body">
|
||||
|
||||
<div class="section" id="welcome-to-os-doc-demo-s-documentation">
|
||||
<h1>Welcome to os-doc-demo’s documentation!<a class="headerlink" href="#welcome-to-os-doc-demo-s-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="demo-documentation">
|
||||
<h1>Demo documentation<a class="headerlink" href="#demo-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Contents:</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul class="simple">
|
||||
</ul>
|
||||
</div>
|
||||
<p>The project is an open source cloud computing platform that supports all types
|
||||
of cloud environments.</p>
|
||||
<p>The project aims for simple implementation, massive scalability, and a rich set
|
||||
of features. Cloud computing experts from around the world contribute to the project.</p>
|
||||
<p>Here’s an example configuration:</p>
|
||||
<div class="highlight-python"><div class="highlight"><pre><span class="p">[</span><span class="n">DEFAULT</span><span class="p">]</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>...
|
||||
my_ip = 10.0.0.31
|
||||
vnc_enabled = True
|
||||
vncserver_listen = 0.0.0.0
|
||||
vncserver_proxyclient_address = 10.0.0.31
|
||||
novncproxy_base_url = <a class="reference external" href="http://controller:6080/vnc_auto.html">http://controller:6080/vnc_auto.html</a></p>
|
||||
<dl class="docutils">
|
||||
<dt>..note::</dt>
|
||||
<dd>Here’s an example note.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="section" id="developer-guide">
|
||||
<h1>Developer Guide<a class="headerlink" href="#developer-guide" title="Permalink to this headline">¶</a></h1>
|
||||
<p>In this section you will find information on Nova’s lower level programming APIs.</p>
|
||||
<p>Information on Nova’s lower level programming APIs.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: None | release: 1.0
|
||||
</div>
|
||||
@ -386,7 +405,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -405,9 +424,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -417,7 +434,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: 1.0<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -469,6 +486,45 @@ class="sign-in-btn">Sign In</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -531,6 +587,98 @@ class="sign-in-btn">Sign In</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
@ -319,9 +319,9 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>Search</h2>
|
||||
@ -377,12 +377,13 @@ class="sign-in-btn">Sign In</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
<a href="#" class="docs-tag">Network Time Protocol (NTP)</a>
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: None | release: 1.0
|
||||
</div>
|
||||
@ -392,7 +393,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -411,9 +412,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -423,7 +422,7 @@ class="sign-in-btn">Sign In</a>
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: 1.0<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -475,6 +474,45 @@ class="sign-in-btn">Sign In</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -537,6 +575,98 @@ class="sign-in-btn">Sign In</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
@ -1 +1 @@
|
||||
Search.setIndex({envversion:42,terms:{wiki:2,softwar:1,via:0,file:0,onc:0,modul:[],request:0,tag:0,through:0,submit:0,have:0,hack:2,follow:0,find:3,index:[],git:1,from:1,launchpad:[0,1],would:0,review:0,develop:[],apach:1,been:0,should:0,content:3,html:0,version:1,oslosphinx:1,ignor:0,you:[0,3],document:[],complet:0,project:1,program:3,sourc:1,http:[0,1,2],contribut:0,workflow:0,read:2,openstack:[],tool:0,licens:1,lower:3,free:1,infra:0,step:[0,2],here:[],org:[0,1,2],net:[0,1],those:0,must:0,pull:0,search:[],github:0,convent:2,bug:[0,1],level:3,doc:[],manual:0,gerrit:0,page:0,like:0,inform:3,api:3,text:[],thi:[0,3],section:3,cgit:1,chang:0,refer:2,nova:3,support:1},objtypes:{},objnames:{},filenames:["CONTRIBUTING","README","HACKING","index"],titles:["<no title>","OpenStack Sphinx Extensions","OpenStack Docs Theme Style Commandments","Welcome to os-doc-demo’s documentation!"],objects:{},titleterms:{style:2,guid:3,sphinx:1,welcom:3,specif:2,demo:3,openstack:[1,2],develop:3,indic:[],extens:1,theme:2,doc:[3,2],command:2,tabl:[],our:2,document:3}})
|
||||
Search.setIndex({envversion:42,terms:{all:3,text:[],through:0,hack:2,follow:0,find:[],note:3,vnc_auto:3,launchpad:[0,1],my_ip:3,configur:3,apach:1,should:0,platform:3,program:3,rich:3,sourc:[1,3],around:3,read:2,world:3,like:0,level:3,manual:0,gerrit:0,vncserver_proxyclient_address:3,page:0,wiki:2,set:3,openstack:[],index:[],expert:3,vnc_enabl:3,review:0,content:3,version:1,net:[0,1],refer:2,workflow:0,free:1,infra:0,step:[0,2],here:3,org:[0,1,2],search:[],convent:2,chang:0,licens:1,softwar:1,via:0,onc:0,modul:[],api:3,been:0,massiv:3,open:3,cloud:3,git:1,from:[1,3],would:0,support:[1,3],submit:0,type:3,novncproxy_base_url:3,project:[1,3],tool:0,"true":3,bug:[0,1],those:0,must:0,pull:0,scalabl:3,"default":3,aim:3,cgit:1,control:3,featur:3,comput:3,file:0,oslosphinx:1,tag:0,have:0,contribut:[0,3],nova:3,develop:[],vncserver_listen:3,html:[0,3],environ:3,you:0,document:[],simpl:3,complet:0,http:[0,1,2,3],implement:3,lower:3,github:0,doc:[],request:0,inform:3,exampl:3,ignor:0,thi:0,section:[]},objtypes:{},objnames:{},filenames:["CONTRIBUTING","README","HACKING","index"],titles:["<no title>","OpenStack Sphinx Extensions","OpenStack Docs Theme Style Commandments","Demo documentation"],objects:{},titleterms:{style:2,document:3,sphinx:1,welcom:[],specif:2,our:2,demo:3,develop:3,indic:[],extens:1,theme:2,tabl:[],command:2,doc:2,openstack:[1,2],guid:3}})
|
@ -1,6 +1,4 @@
|
||||
<!-- Docs Sidebar -->
|
||||
<p>This is docs sidebar!</p>
|
||||
|
||||
<!-- Docs Sidebar --><!-- Docs Sidebar -->
|
||||
<div class="col-lg-3 col-md-4 col-sm-4 col-lg-pull-9 col-md-pull-8 col-sm-pull-8 docs-sidebar">
|
||||
<div class="docs-sidebar-search">
|
||||
<form class='docs-main-search-form' method='post'><input type='hidden' name='form-name' value='form 1' />
|
||||
@ -10,7 +8,7 @@
|
||||
</div>
|
||||
<div class="btn-group docs-sidebar-releases">
|
||||
<button onclick="location.href='/docs/'" class="btn docs-sidebar-home" data-toggle="tooltip" data-placement="top" title="Docs Home"><i class="fa fa-arrow-circle-o-left"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: {{ release }}<i class="fa fa-caret-down"></i></button>
|
||||
<button href="#" type="button" data-toggle="dropdown" class="btn docs-sidebar-release-select">Release: Icehouse (May 2014)<i class="fa fa-caret-down"></i></button>
|
||||
<ul class="dropdown-menu docs-sidebar-dropdown" role="menu" aria-labelledby="dLabel">
|
||||
<li role="presentation" class="dropdown-header">Releases</li>
|
||||
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">In progress (master branch)</a></li>
|
||||
@ -62,6 +60,45 @@
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#">Notices</a></li>
|
||||
<li><a href="#">Command prompts</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Document change history</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Basic environment</a>
|
||||
<ul>
|
||||
<li><a href="#">Before you begin</a></li>
|
||||
<li><a href="#">Security</a></li>
|
||||
<li>
|
||||
<a href="#">Networking</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">OpenStack Networking (neutron)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Network node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Legacy Networking (nova-network)</a>
|
||||
<ul>
|
||||
<li><a href="#">Controller node</a></li>
|
||||
<li><a href="#">Compute node</a></li>
|
||||
<li><a href="#">Verify connectivity</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -124,3 +161,89 @@
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="user-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>User Guides</h4></a>
|
||||
<ol> <!-- Add .active to show -->
|
||||
<lh><a href="#" title="API Quick Start">API Quick Start</a></lh>
|
||||
<li> <!-- Add .active to show -->
|
||||
<a href="#">OpenStack APIs</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Authenticate</a></li>
|
||||
<li><a href="#">Send API requests</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">OpenStack command-line clients</a>
|
||||
<ul> <!-- Add .active to show -->
|
||||
<li><a href="#">Install the clients</a></li>
|
||||
<li><a href="#">Launch an instance</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="configuration-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Configuration Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="operations-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Operations Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="api-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>API Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="docs-sidebar-section" id="contributor-guides">
|
||||
<a class="docs-sidebar-section-title"><h4>Contributor Guides</h4></a>
|
||||
<ol>
|
||||
<lh><a href="#" title="Installation Guide for Debian 7.0 and more">Installation Guide for Debian 7.0 and more</a></lh>
|
||||
<li>
|
||||
<a href="#">Architecture</a>
|
||||
<ul>
|
||||
<li><a href="#">Overview</a></li>
|
||||
<li><a href="#">Conceptual architecture</a></li>
|
||||
<li><a href="#">Example architectures</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Basic environment</a></li>
|
||||
<li><a href="#">Configure OpenStack with debconf</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -18,7 +18,30 @@
|
||||
{% include 'header.html' %}
|
||||
<!-- Begin Page Content -->
|
||||
<div class="container docs-book-wrapper">
|
||||
{% include 'titlerow.html' %}
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>{{ title }}</h2>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="docs-actions">
|
||||
<a href="#"><i class="fa fa-rss" data-toggle="tooltip" data-placement="top" title="RSS Feed"></i></a>
|
||||
<a href="#"><i class="fa fa-cloud-download" data-toggle="tooltip" data-placement="top" title="Download PDF"></i></a>
|
||||
<a href="#"><i class="fa fa-info-circle" data-toggle="tooltip" data-placement="top" title="Toggle Definitions" id="toggle-definitions"></i></a>
|
||||
<a href="http://bugs.launchpad.net"><i class="fa fa-bug" data-toggle="tooltip" data-placement="top" title="Report a Bug"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row docs-byline">
|
||||
<div class="docs-updated">
|
||||
updated: {{ last_updated }} | release: {{ release }}
|
||||
</div>
|
||||
<a href="http://git.openstack.org/" class="docs-edit">
|
||||
<i class="fa fa-pencil"></i> suggest edits
|
||||
</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="docs-top-contents">
|
||||
@ -26,8 +49,9 @@
|
||||
{{ toc }}
|
||||
</div>
|
||||
<div class="docs-body">
|
||||
{% block body %}
|
||||
{% endblock %}
|
||||
{% block body %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="docs-tags">
|
||||
@ -35,7 +59,7 @@
|
||||
<a href="#" class="docs-tag">Security</a>
|
||||
<a href="#" class="docs-tag">Conceptual architecture</a>
|
||||
</div>
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="row docs-byline bottom">
|
||||
<div class="docs-updated">
|
||||
updated: {{ last_updated }} | release: {{ release }}
|
||||
</div>
|
||||
@ -45,7 +69,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License">
|
||||
<img src="_static/images/docs/license.jpg" alt="Creative Commons Attribution Share Alike 3.0 License"/>
|
||||
<p>
|
||||
Except where otherwise noted, this document is licensed under Creative Commons Attribution Share Alike 3.0 License
|
||||
<a href="#">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>.
|
||||
@ -64,7 +88,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include 'docsreleases.html' %}
|
||||
{% include 'docsreleases.html' %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Page Content -->
|
||||
|
||||
<!-- Footer -->
|
||||
{% include 'footer.html' %}
|
||||
<!-- Scripts in: static directory-->
|
||||
{% include 'script_footer.html' %}
|
||||
|
@ -1,6 +1,4 @@
|
||||
<!-- Row with title and buttons-->
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-8 col-sm-8 col-lg-push-3 col-md-push-4 col-sm-push-4">
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<h2>{{ title }}</h2>
|
||||
@ -14,11 +12,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row docs-byline">
|
||||
<div class="docs-updated">
|
||||
updated: {{ last_updated }} | release: {{ release }}
|
||||
</div>
|
||||
<a href="http://git.openstack.org/" class="docs-edit">
|
||||
<i class="fa fa-pencil"></i> suggest edits
|
||||
</a>
|
||||
</div>
|
25
index.rst
25
index.rst
@ -3,15 +3,34 @@
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to os-doc-demo's documentation!
|
||||
=======================================
|
||||
Demo documentation
|
||||
==================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
||||
The project is an open source cloud computing platform that supports all types
|
||||
of cloud environments.
|
||||
|
||||
The project aims for simple implementation, massive scalability, and a rich set
|
||||
of features. Cloud computing experts from around the world contribute to the project.
|
||||
|
||||
Here's an example configuration::
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
my_ip = 10.0.0.31
|
||||
vnc_enabled = True
|
||||
vncserver_listen = 0.0.0.0
|
||||
vncserver_proxyclient_address = 10.0.0.31
|
||||
novncproxy_base_url = http://controller:6080/vnc_auto.html
|
||||
|
||||
..note::
|
||||
Here's an example note.
|
||||
Developer Guide
|
||||
===============
|
||||
|
||||
In this section you will find information on Nova's lower level programming APIs.
|
||||
Information on Nova's lower level programming APIs.
|
||||
|
Loading…
Reference in New Issue
Block a user