Remove obsolete index.html files
www/.htaccess has redirects for these pages already, so nobody will ever see them. Change-Id: I3278a0905aaf38e5678bb87e9a8fc749684abbd8
This commit is contained in:
parent
33476a3eb6
commit
faa93d1215
@ -1,235 +0,0 @@
|
||||
<!DOCTYPE html 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">
|
||||
<head>
|
||||
<meta name="generator" 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 name="google-site-verification" content=
|
||||
"Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||
|
||||
<title>OpenStack Docs: APIs</title><!-- Google Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin'
|
||||
rel='stylesheet' type='text/css' /><!-- Framework CSS -->
|
||||
<link rel="stylesheet" href=
|
||||
"http://openstack.org/themes/openstack/css/blueprint/screen.css" 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]-->
|
||||
<!-- OpenStack Specific CSS -->
|
||||
<link rel="stylesheet" href=
|
||||
"http://openstack.org/themes/openstack/css/main.css" type="text/css" media=
|
||||
"screen, projection, print" />
|
||||
<link rel="stylesheet" type="text/css" href="/common/css/docblitz.css" />
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17511903-1']);
|
||||
_gaq.push(['_setDomainName', '.openstack.org']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body class="docshome" id="docshome">
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div class="span-5">
|
||||
<h1 id="logo"><a href="http://www.openstack.org/">OpenStack</a></h1>
|
||||
</div>
|
||||
|
||||
<div class="span-19 last">
|
||||
<div id="navigation">
|
||||
<ul id="Menu1">
|
||||
<li><a href="http://www.openstack.org/" title="Go to the Home page"
|
||||
class="link">Home</a></li>
|
||||
|
||||
<li><a href="http://www.openstack.org/projects/" title=
|
||||
"Go to the OpenStack Projects page">Projects</a></li>
|
||||
|
||||
<li><a href="http://www.openstack.org/user-stories/" title=
|
||||
"Go to the User Stories page" class="link">User Stories</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/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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Content -->
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h3 class="subhead"><a href="http://docs.openstack.org/">Documentation</a> > API</h3>
|
||||
</div>
|
||||
<div class="searchArea span-10 last">
|
||||
<div id="cse" style="width: 100%;">
|
||||
Loading
|
||||
</div>
|
||||
|
||||
<script src="http://www.google.com/jsapi" type="text/javascript">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
||||
google.load('search', '1', {language : 'en'});
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", "UA-17511903-6"]);
|
||||
function _trackQuery(control, searcher, query) {
|
||||
var gaQueryParamName = "q";
|
||||
var loc = document.location;
|
||||
var url = [
|
||||
loc.pathname,
|
||||
loc.search,
|
||||
loc.search ? '&' : '?',
|
||||
gaQueryParamName == '' ? 'q' : encodeURIComponent(gaQueryParamName),
|
||||
'=',
|
||||
encodeURIComponent(query)
|
||||
].join('');
|
||||
_gaq.push(["_trackPageview", url]);
|
||||
}
|
||||
google.setOnLoadCallback(function() {
|
||||
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
|
||||
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||
customSearchControl.setSearchStartingCallback(null, _trackQuery);
|
||||
customSearchControl.draw('cse');
|
||||
}, true);
|
||||
//]]>
|
||||
</script>
|
||||
</div><!--
|
||||
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> -->
|
||||
<!-- <div id="cse" style="width: 100%;">Loading</div>
|
||||
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
google.load('search', '1', {language : 'en'});
|
||||
google.setOnLoadCallback(function() {
|
||||
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
|
||||
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||
customSearchControl.draw('cse');
|
||||
}, true);
|
||||
</script>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
|
||||
|
||||
<h4 class="special">Use the OpenStack dashboard and command-line clients</h4>
|
||||
<dl>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/quick-start/content/"
|
||||
>API Quick Start</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/user-guide/content/"
|
||||
>End User Guide</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/user-guide-admin/content/"
|
||||
>Admin User Guide</a></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="special">Develop applications for OpenStack clouds</h4>
|
||||
<dl>
|
||||
<dd><a
|
||||
href="http://api.openstack.org/api-ref.html"
|
||||
>API Complete Reference</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"
|
||||
>Block Storage Service API v2
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/2/content/"
|
||||
>Compute API v2 and Extensions
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/"
|
||||
>Identity Service API v2.0
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
||||
>Networking API v2.0 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-image-service/2.0/content/"
|
||||
>Image Service API v2 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-image-service/1.1/content/"
|
||||
>Image Service API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
>Object Storage API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/programmer/content/"
|
||||
>Programming Compute API with
|
||||
Shell and Python, 1st ed.</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="footer">
|
||||
<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>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><script type="text/javascript" src=
|
||||
"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js">
|
||||
</script><script src="/common/jquery/jquery.hoverIntent.minified.js" type=
|
||||
"text/javascript" charset="utf-8">
|
||||
</script><script type="text/javascript" charset="utf-8">
|
||||
//<![CDATA[
|
||||
$(document).ready(function() {
|
||||
|
||||
function addMenu(){
|
||||
$(".dropDown").addClass("menuHover");
|
||||
}
|
||||
|
||||
function removeMenu(){
|
||||
$(".dropDown").removeClass("menuHover");
|
||||
}
|
||||
|
||||
var menuConfig = {
|
||||
interval: 500,
|
||||
sensitivity: 4,
|
||||
over: addMenu,
|
||||
timeout: 500,
|
||||
out: removeMenu
|
||||
};
|
||||
|
||||
$(".dropDownTrigger").hoverIntent(menuConfig);
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -1,258 +0,0 @@
|
||||
<!DOCTYPE html 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">
|
||||
<head>
|
||||
<meta name="generator" 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 name="google-site-verification" content=
|
||||
"Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||
|
||||
<title>OpenStack Docs: Developers</title><!-- Google Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin'
|
||||
rel='stylesheet' type='text/css' /><!-- Framework CSS -->
|
||||
<link rel="stylesheet" href=
|
||||
"http://openstack.org/themes/openstack/css/blueprint/screen.css" 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]-->
|
||||
<!-- OpenStack Specific CSS -->
|
||||
<link rel="stylesheet" href=
|
||||
"http://openstack.org/themes/openstack/css/main.css" type="text/css" media=
|
||||
"screen, projection, print" />
|
||||
<link rel="stylesheet" type="text/css" href="../common/css/docblitz.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/shadowbox/shadowbox.css" />
|
||||
<!--<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17511903-1']);
|
||||
_gaq.push(['_setDomainName', '.openstack.org']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>-->
|
||||
</head>
|
||||
|
||||
<body class="docshome" id="docshome">
|
||||
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div class="span-5">
|
||||
<h1 id="logo"><a href="http://www.openstack.org/">OpenStack</a></h1>
|
||||
</div>
|
||||
|
||||
<div class="span-19 last">
|
||||
<div id="navigation">
|
||||
<ul id="Menu1">
|
||||
<li><a href="http://www.openstack.org/" title="Go to the Home page"
|
||||
class="link">Home</a></li>
|
||||
|
||||
<li><a href="http://www.openstack.org/projects/" title=
|
||||
"Go to the OpenStack Projects page">Projects</a></li>
|
||||
|
||||
<li><a href="http://www.openstack.org/user-stories/" title=
|
||||
"Go to the User Stories page" class="link">User Stories</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/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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Content -->
|
||||
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h3 class="subhead"><a href="http://docs.openstack.org/">Documentation</a> > Developer</h3>
|
||||
</div>
|
||||
<div class="searchArea span-10 last">
|
||||
<div id="cse" style="width: 100%;">
|
||||
Loading
|
||||
</div>
|
||||
|
||||
<script src="http://www.google.com/jsapi" type="text/javascript">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
|
||||
google.load('search', '1', {language : 'en'});
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", "UA-17511903-6"]);
|
||||
function _trackQuery(control, searcher, query) {
|
||||
var gaQueryParamName = "q";
|
||||
var loc = document.location;
|
||||
var url = [
|
||||
loc.pathname,
|
||||
loc.search,
|
||||
loc.search ? '&' : '?',
|
||||
gaQueryParamName == '' ? 'q' : encodeURIComponent(gaQueryParamName),
|
||||
'=',
|
||||
encodeURIComponent(query)
|
||||
].join('');
|
||||
_gaq.push(["_trackPageview", url]);
|
||||
}
|
||||
google.setOnLoadCallback(function() {
|
||||
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
|
||||
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||
customSearchControl.setSearchStartingCallback(null, _trackQuery);
|
||||
customSearchControl.draw('cse');
|
||||
}, true);
|
||||
//]]>
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<!-- <div class="span-12 last">
|
||||
<h2><a href="http://docs.openstack.org/developer/openstack-projects.html">Python Developer Documentation</a>
|
||||
</h2>
|
||||
<p>Details about each project's internals for Python developers.
|
||||
</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/language-bindings.html">Language Bindings Documentation</a>
|
||||
</h2>
|
||||
<p>Details about each project's internals for Python developers.
|
||||
</p>
|
||||
<h2><a href="http://ci.openstack.org/">Continuous Integration (CI) Developer Documentation</a>
|
||||
</h2>
|
||||
<p>Online developer documentation for the Continuous Integration systems used by OpenStack projects.
|
||||
</p>
|
||||
<h2>
|
||||
<a href="http://docs.openstack.org/developer/tempest/">Tempest
|
||||
Test Suite Documentation</a>
|
||||
</h2>
|
||||
<p>Online developer documentation for the
|
||||
Tempest test suite used in the OpenStack gate,
|
||||
as well as for testing your own clouds.
|
||||
</p>
|
||||
</div> -->
|
||||
<div class="span-12">
|
||||
<h4 class="special">Develop applications for OpenStack clouds</h4>
|
||||
<dl>
|
||||
<dd><a
|
||||
href="http://api.openstack.org/api-ref.html"
|
||||
>API Complete Reference</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-block-storage/2.0/content/"
|
||||
>Block Storage Service API v2
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/2/content/"
|
||||
>Compute API v2 and Extensions
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-identity-service/2.0/content/"
|
||||
>Identity Service API v2.0
|
||||
Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
||||
>Networking API v2.0 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-image-service/2.0/content/"
|
||||
>Image Service API v2 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-image-service/1.1/content/"
|
||||
>Image Service API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
>Object Storage API v1 Reference</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/api/openstack-compute/programmer/content/"
|
||||
>Programming Compute API with
|
||||
Shell and Python, 1st ed.</a></dd>
|
||||
</dl>
|
||||
<h4 class="special">Contribute to the OpenStack
|
||||
infrastructure and code </h4>
|
||||
<dl>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/developer/openstack-projects.html"
|
||||
>Python Developer Documentation</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/developer/language-bindings.html"
|
||||
>Language Bindings and Python Clients</a>
|
||||
</dd>
|
||||
<dd><a href="http://ci.openstack.org/">OpenStack
|
||||
Project Infrastructure</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/developer/tempest/"
|
||||
>Tempest Test Suite for OpenStack Documentation</a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="footer">
|
||||
<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>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><script type="text/javascript" src=
|
||||
"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js">
|
||||
</script><script type="text/javascript" src="/scripts/jquery.jparallax.min.js">
|
||||
</script><script type="text/javascript" src="/scripts/jquery.ticker.js">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var disqus_shortname = 'openstackblog';
|
||||
(function () {
|
||||
var s = document.createElement('script'); s.async = true;
|
||||
s.src = 'http://disqus.com/forums/openstackblog/count.js';
|
||||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||||
}());
|
||||
//]]>
|
||||
</script><script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(document).ready(function(){
|
||||
// Add transitions for quotes
|
||||
$('#quotes').list_ticker({
|
||||
speed:8000,
|
||||
effect:'fade'
|
||||
});
|
||||
|
||||
// Declare parallax on layers
|
||||
jQuery('.parallax-layer').parallax({
|
||||
mouseport: jQuery("#port")
|
||||
});
|
||||
|
||||
//hide job descriptions
|
||||
$('.jobDescription').hide();
|
||||
|
||||
// toggles the job descriptions
|
||||
$('a.jobTitle').click(function() {
|
||||
$(this).closest('div.jobPosting').find('div.jobDescription').slideToggle(400);
|
||||
return false;
|
||||
});
|
||||
})
|
||||
//]]>
|
||||
</script><script type="text/javascript" src="/shadowbox/shadowbox.js">
|
||||
</script><script type="text/javascript">
|
||||
//<![CDATA[
|
||||
Shadowbox.init();
|
||||
//]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -1,230 +0,0 @@
|
||||
<!DOCTYPE html
|
||||
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">
|
||||
<head>
|
||||
<meta name="generator"
|
||||
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 name="google-site-verification"
|
||||
content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||
<title>OpenStack Docs: current</title>
|
||||
<!-- Google Fonts -->
|
||||
<link
|
||||
href="http://fonts.googleapis.com/css?family=PT+Sans&subset=latin"
|
||||
rel="stylesheet" type="text/css" />
|
||||
<!-- Framework CSS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/blueprint/screen.css"
|
||||
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]-->
|
||||
<!-- OpenStack Specific CSS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/main.css"
|
||||
type="text/css" media="screen, projection, print" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://docs.openstack.org/common/css/docblitz.css" />
|
||||
<!--<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17511903-1']);
|
||||
_gaq.push(['_setDomainName', '.openstack.org']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>-->
|
||||
</head>
|
||||
<body class="docshome" id="docshome">
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div class="span-5">
|
||||
<h1 id="logo"><a href="/">OpenStack</a></h1>
|
||||
</div>
|
||||
<div class="span-19 last blueLine">
|
||||
<div id="navigation" class="span-19">
|
||||
<ul id="Menu1">
|
||||
<li><a href="http://www.openstack.org/"
|
||||
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/user-stories/"
|
||||
title="Go to the User Stories page"
|
||||
class="link">User Stories</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/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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h3 class="subhead"><a
|
||||
href="http://docs.openstack.org/"
|
||||
>Documentation</a> > Install and Configure
|
||||
</h3>
|
||||
</div>
|
||||
<div class="searchArea span-10 last">
|
||||
<div id="cse" style="width: 100%;"> Loading </div>
|
||||
<script src="http://www.google.com/jsapi" type="text/javascript">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
google.load('search', '1', {
|
||||
language: 'en'
|
||||
});
|
||||
var _gaq = _gaq ||[];
|
||||
_gaq.push([ "_setAccount", "UA-17511903-6"]);
|
||||
function _trackQuery(control, searcher, query) {
|
||||
var gaQueryParamName = "q";
|
||||
var loc = document.location;
|
||||
var url =[
|
||||
loc.pathname,
|
||||
loc.search,
|
||||
loc.search ? '&': '?',
|
||||
gaQueryParamName == '' ? 'q': encodeURIComponent(gaQueryParamName),
|
||||
'=',
|
||||
encodeURIComponent(query)].join('');
|
||||
_gaq.push([ "_trackPageview", url]);
|
||||
}
|
||||
google.setOnLoadCallback(function () {
|
||||
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
|
||||
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||
customSearchControl.setSearchStartingCallback(null, _trackQuery);
|
||||
customSearchControl.draw('cse');
|
||||
},
|
||||
true);//]]>
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="span-18">
|
||||
<h4 class="special">Install OpenStack</h4>
|
||||
<dl>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/grizzly/basic-install/apt/content"
|
||||
>Basic Installation Guide for Ubuntu 12.04
|
||||
(LTS) and Debian Wheezy</a></dd>
|
||||
<dd>
|
||||
<a
|
||||
href="http://docs.openstack.org/grizzly/basic-install/yum/content"
|
||||
>Basic Installation Guide for Fedora
|
||||
18</a></dd>
|
||||
<dd>
|
||||
<a
|
||||
href="http://docs.openstack.org/grizzly/openstack-compute/install/yum/content/"
|
||||
>Installation Guide for Red Hat Enterprise
|
||||
Linux, CentOS, and Fedora</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/"
|
||||
>Installation Guide for Ubuntu 12.04
|
||||
(LTS)</a></dd>
|
||||
</dl>
|
||||
<h4 class="special">Configure and run an OpenStack
|
||||
cloud</h4>
|
||||
<dl>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/"
|
||||
>Block Storage Service Administration
|
||||
Guide</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-compute/admin/content/"
|
||||
>Compute Administration Guide</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/trunk/openstack-ha/content/index.html"
|
||||
|
||||
>High Availability Guide</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-network/admin/content/"
|
||||
>Networking Administration Guide</a>
|
||||
</dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-object-storage/admin/content/"
|
||||
>Object Storage Administration Guide</a>
|
||||
</dd>
|
||||
<dd><a href="http://docs.openstack.org/ops/"
|
||||
>Operations Guide</a></dd>
|
||||
<dd><a href="http://docs.openstack.org/sec/"
|
||||
>Security Guide</a></dd>
|
||||
<dd><a
|
||||
href="http://docs.openstack.org/image-guide/content/"
|
||||
>Virtual Machine Image Guide</a></dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div id="footer">
|
||||
<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>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>
|
||||
<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>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
//<![CDATA[
|
||||
$(document).ready(function () {
|
||||
|
||||
function addMenu() {
|
||||
$(".dropDown").addClass("menuHover");
|
||||
}
|
||||
|
||||
function removeMenu() {
|
||||
$(".dropDown").removeClass("menuHover");
|
||||
}
|
||||
|
||||
var menuConfig = {
|
||||
interval: 500,
|
||||
sensitivity: 4,
|
||||
over: addMenu,
|
||||
timeout: 500,
|
||||
out: removeMenu
|
||||
};
|
||||
|
||||
$(".dropDownTrigger").hoverIntent(menuConfig);
|
||||
});//]]>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -1,235 +0,0 @@
|
||||
<!DOCTYPE html 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">
|
||||
<head>
|
||||
<meta name="generator"
|
||||
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 name="google-site-verification"
|
||||
content="Ip5yk0nd8yQHEo8I7SjzVfAiadlHvTvqQHLGwn1GFyU" />
|
||||
|
||||
<title>OpenStack Docs: current</title>
|
||||
<!-- Google Fonts -->
|
||||
<link
|
||||
href="http://fonts.googleapis.com/css?family=PT+Sans&subset=latin"
|
||||
rel="stylesheet" type="text/css" />
|
||||
<!-- Framework CSS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/blueprint/screen.css"
|
||||
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]-->
|
||||
<!-- OpenStack Specific CSS -->
|
||||
<link rel="stylesheet"
|
||||
href="http://openstack.org/themes/openstack/css/main.css"
|
||||
type="text/css" media="screen, projection, print" />
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="http://docs.openstack.org/common/css/docblitz.css" />
|
||||
<!--<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17511903-1']);
|
||||
_gaq.push(['_setDomainName', '.openstack.org']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>-->
|
||||
</head>
|
||||
|
||||
<body class="docshome" id="docshome">
|
||||
|
||||
<div class="container">
|
||||
<div id="header">
|
||||
<div class="span-5">
|
||||
<h1 id="logo"><a href="/">OpenStack</a></h1>
|
||||
</div>
|
||||
<div class="span-19 last blueLine">
|
||||
<div id="navigation" class="span-19">
|
||||
<ul id="Menu1">
|
||||
|
||||
<li><a href="http://www.openstack.org/"
|
||||
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/user-stories/"
|
||||
title="Go to the User Stories page"
|
||||
class="link">User Stories</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/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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Content -->
|
||||
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h3 class="subhead"><a
|
||||
href="http://docs.openstack.org/"
|
||||
>Documentation</a> > Configure and Run </h3>
|
||||
<p>Configure and run OpenStack services.</p>
|
||||
<p> </p>
|
||||
</div>
|
||||
<div class="searchArea span-10 last">
|
||||
<div id="cse" style="width: 100%;"> Loading </div>
|
||||
<script src="http://www.google.com/jsapi" type="text/javascript">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
google.load('search', '1', {
|
||||
language: 'en'
|
||||
});
|
||||
var _gaq = _gaq ||[];
|
||||
_gaq.push([ "_setAccount", "UA-17511903-6"]);
|
||||
function _trackQuery(control, searcher, query) {
|
||||
var gaQueryParamName = "q";
|
||||
var loc = document.location;
|
||||
var url =[
|
||||
loc.pathname,
|
||||
loc.search,
|
||||
loc.search ? '&': '?',
|
||||
gaQueryParamName == '' ? 'q': encodeURIComponent(gaQueryParamName),
|
||||
'=',
|
||||
encodeURIComponent(query)].join('');
|
||||
_gaq.push([ "_trackPageview", url]);
|
||||
}
|
||||
google.setOnLoadCallback(function () {
|
||||
var customSearchControl = new google.search.CustomSearchControl('011012898598057286222:elxsl505o0o');
|
||||
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||
customSearchControl.setSearchStartingCallback(null, _trackQuery);
|
||||
customSearchControl.draw('cse');
|
||||
},
|
||||
true);//]]>
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h2><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/"
|
||||
>OpenStack Block Storage Service
|
||||
Administration Guide</a>
|
||||
</h2>
|
||||
<p>Configure and run the OpenStack Block Storage
|
||||
service. </p>
|
||||
<h2><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-compute/admin/content/"
|
||||
>OpenStack Compute Administration Guide</a>
|
||||
</h2>
|
||||
<p>Configure and run the OpenStack Compute, Image, and
|
||||
Identity services. </p>
|
||||
<h2><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-network/admin/content/"
|
||||
>OpenStack Networking Administration Guide
|
||||
</a>
|
||||
</h2>
|
||||
<p>Configure and run the OpenStack Networking service. </p>
|
||||
<h2><a
|
||||
href="http://docs.openstack.org/grizzly/openstack-object-storage/admin/content/"
|
||||
>OpenStack Object Storage Administration
|
||||
Guide</a>
|
||||
</h2>
|
||||
<p>Configure and run Openstack Object Storage and
|
||||
Identity services. </p>
|
||||
</div>
|
||||
<div class="span-12 last">
|
||||
<h2><a
|
||||
href="http://docs.openstack.org/folsom/openstack-ops/content/"
|
||||
>OpenStack Operations Guide</a></h2>
|
||||
<p>Make architecture decisions and perform day-to-day
|
||||
operations for OpenStack. This guide was written
|
||||
in a five-day book sprint in February 2013. For
|
||||
stability, it targets the Folsom release.</p>
|
||||
<p> </p>
|
||||
<h2><a
|
||||
href="http://docs.openstack.org/trunk/openstack-ha/content/index.html"
|
||||
>OpenStack High Availability Guide</a></h2>
|
||||
<p>Minimize system downtime and data loss in an
|
||||
OpenStack production environment.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div id="footer">
|
||||
<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>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>
|
||||
<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>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
//<![CDATA[
|
||||
$(document).ready(function () {
|
||||
|
||||
function addMenu() {
|
||||
$(".dropDown").addClass("menuHover");
|
||||
}
|
||||
|
||||
function removeMenu() {
|
||||
$(".dropDown").removeClass("menuHover");
|
||||
}
|
||||
|
||||
var menuConfig = {
|
||||
interval: 500,
|
||||
sensitivity: 4,
|
||||
over: addMenu,
|
||||
timeout: 500,
|
||||
out: removeMenu
|
||||
};
|
||||
|
||||
$(".dropDownTrigger").hoverIntent(menuConfig);
|
||||
});//]]>
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user