project-config/specs/index.html
Anita Kuno 1d21cd635f Reorganizes project-config
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
2014-09-25 11:41:04 -04:00

208 lines
6.0 KiB
HTML

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
lang="en">
<HEAD>
<TITLE>OpenStack Specifications</TITLE>
<script type="text/javascript"
src="http://status.openstack.org/common.js"></script>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/>
<!-- Google Fonts -->
<link href="http://www.openstack.org/blog/feed/" rel="alternate" title="RSS 2.0" type="application/rss+xml"/>
<link href="http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin" rel="stylesheet" type="text/css"/>
<!-- Framework CSS -->
<link href="http://openstack.org/themes/openstack/css/blueprint/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
<link href="http://openstack.org/themes/openstack/css/blueprint/print.css" media="print" rel="stylesheet" type="text/css"/>
<!--[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 href="http://openstack.org/themes/openstack/css/main.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
<link href="http://docs.openstack.org/common/css/main-landing.css" media="screen, projection, print" rel="stylesheet" type="text/css"/>
<link href="http://openstack.org/themes/openstack/css/dropdown.css" rel="stylesheet" type="text/css"/>
</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 blueLine">
<div class="span-19" id="navigation">
<ul id="Menu1">
<li>
<a href="/" title="Go to the Home page">
Home
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/software/" title="Go to the Software page">
Software
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/user-stories/" title="Go to the User Stories page">
User Stories
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/community/" title="Go to the Community page">
Community
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/foundation/" title="Go to the Foundation page">
Foundation
</a>
</li>
<li>
<a class="link" href="http://www.openstack.org/profile/" title="Go to the Profile page">
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">
Documentation
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
<div class="span-12">
<h3 class="subhead">
Specifications
</h3>
</div>
<div class="searchArea span-10 last">
</div>
</div>
<div class="container">
<div class="span-12">
</div>
</div>
<div class="container">
<div class="span-12">
<div>
</div>
</div>
<div class="span-12" id="subnav">
<ul class="subsectionNav">
<li class="link">
<a>
Projects
</a>
</li>
</ul>
<!-- This lists follows the naming of
http://docs.openstack.org/developer/openstack-projects.html -->
<dl>
<dd>
<a href="openstack/ironic-specs">
Bare Metal Provisioning Specifications (ironic)
</a>
</dd>
<dd>
<a href="openstack/nova-specs/">Compute Service
Specifications (nova)</a>
</dd>
<dd>
<a href="openstack/sahara-specs/">Data Processing Service
Specifications (sahara)</a>
</dd>
<dd>
<a href="openstack/keystone-specs/">Identity Program
Specifications (keystone)</a>
</dd>
<dd>
<a href="openstack/glance-specs/">Image Service
Specifications (glance)</a>
</dd>
<dd>
<a href="openstack/barbican-specs/">Key Management Service
Specifications (barbican)</a>
</dd>
<dd>
<a href="openstack/neutron-specs/">Networking Service
Developer Specifications (neutron)</a>
</dd>
<dd>
<a href="openstack/swift-specs/">Object Storage
Specifications (swift)</a>
</dd>
<dd>
<a href="openstack/heat-specs/">Orchestration
Specifications (heat)</a>
</dd>
<dd>
<a href="openstack/zaqar-specs/">Queue Service
Specifications (zaqar)</a>
</dd>
<dd>
<a href="openstack/ceilometer-specs/">Telemetry Service
Specifications (ceilometer)</a>
</dd>
<dd>
<a href="openstack/cinder-specs/">Volume Service
Specifications (cinder)</a>
</dd>
</dl>
</div>
<div class="span-12 last-right" id="subnav-right">
<ul class="subsectionNav last-right">
<li class="link">
<a>
Programs
</a>
</li>
</ul>
<dl>
<dd>
<a href="openstack/oslo-specs/">Common Libraries Program
Specifications (oslo)</a>
</dd>
<dd>
<a href="openstack/tripleo-specs/">Deployment Program
Specifications</a>
</dd>
<dd>
<a href="openstack/docs-specs/">Documentation Program
Specifications</a>
</dd>
<dd>
<a href="openstack-infra/infra-specs/">Infrastructure Program
Specifications</a>
</dd>
<dd>
<a href="openstack/qa-specs/">QA Program
Specifications</a>
</dd>
</dl>
</div>
</div>
<!-- Page Content -->
<script type="text/javascript">footer();</script>
</BODY>
</html>