2015-04-17 15:33:43 +02:00
{% set scriptdir = '../common/js/' %}
{% set cssdir = '../common/css/' %}
{% extends "templates/base.tmpl" %}
2015-10-12 12:17:54 +02:00
{% block pagetitle %}Kilo{% endblock %}
2015-04-17 15:33:43 +02:00
{% block title %}{% endblock %}
{% block header %}
{% endblock header %}
{% block content %}
2015-10-12 12:17:54 +02:00
<!-- Begin Page Content -->
< div class = "top-docs-wrapper" >
2015-04-17 15:33:43 +02:00
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 col-md-8 col-sm-8" >
< h1 > Welcome to OpenStack Documentation< / h1 >
< p >
< strong > What is OpenStack?< / strong > OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.
< / p >
< hr >
< h3 > What are the next steps?< / h3 >
< a href = "#docs-main-body" class = "overview-btn docs-btn" > View The Docs < i class = "fa fa-arrow-circle-o-down" > < / i > < / a >
2017-01-27 17:19:25 +01:00
< a href = "https://www.openstack.org/software/start/" class = "overview-btn docs-btn" > Get OpenStack < i class = "fa fa-arrow-circle-o-right" > < / i > < / a >
< a href = "https://www.openstack.org/marketplace/training" class = "overview-btn docs-btn" > Get Training < i class = "fa fa-arrow-circle-o-right" > < / i > < / a >
2015-04-17 15:33:43 +02:00
< form class = "docs-main-search-form" >
2015-10-12 12:17:54 +02:00
< script type = "text/javascript" >
2015-04-17 15:33:43 +02:00
(function() {
var cx = '000108871792296872333:noj9nikm74i';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' :
'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
2015-10-12 12:17:54 +02:00
< / script >
< gcse:search gname = "standard" as_sitesearch = "docs.openstack.org" >
< / gcse:search >
< / form >
< / div >
< div class = "col-lg-4 col-md-4 col-sm-4 superuser-wrapper" >
< div id = "superuser-img" > < / div >
2015-04-17 15:33:43 +02:00
< / div >
< / div >
< / div >
2015-10-12 12:17:54 +02:00
< div class = "mid-docs-wrapper" id = "docs-main-body" >
2015-04-17 15:33:43 +02:00
< div class = "container" >
< div class = "row" >
2015-10-12 12:17:54 +02:00
< div class = "col-lg-9 col-md-9 col-sm-9" >
< h2 > Documentation for Kilo (April 2015)< / h2 >
2015-10-12 14:37:32 +02:00
< p > This is an earlier OpenStack release. Use the menu to select a later release, if needed.< / p >
2015-04-17 15:33:43 +02:00
< / div >
2015-10-12 12:17:54 +02:00
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
< / div >
< / div >
< / div >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-12" >
2015-04-17 15:33:43 +02:00
< / div >
2015-10-12 12:17:54 +02:00
< / div >
< div class = "row docs-toc" >
< div class = "col-lg-6 col-md-6 col-sm-6" >
2016-01-04 13:04:24 -07:00
< div class = "docs-link-sections" >
{% include 'templates/ops_and_admin_guides.tmpl' %}
< a href = "/kilo/networking-guide/" > Networking Guide< / a >
< p > Deploy and manage OpenStack Networking (neutron)< / p >
< / div >
2016-04-07 12:51:15 +09:00
< div class = "docs-link-sections" >
< h3 id = "configuration-guides" > < i class = "fa fa-wrench" > < / i > Configuration Guides< / h3 >
< a href = "/kilo/config-reference/content/" > Configuration Reference< / a >
< p > Installation and configuration options for OpenStack< / p >
< / div >
{% include 'templates/api_guides.tmpl' %}
2015-04-17 15:33:43 +02:00
< / div >
2015-10-12 12:17:54 +02:00
< div class = "col-lg-6 col-md-6 col-sm-6" >
2015-10-29 17:23:38 +09:00
{% include 'templates/user_guides.tmpl' %}
2016-06-12 13:25:47 +09:00
{% include 'templates/project_guides.tmpl' %}
2015-10-12 12:17:54 +02:00
{% include 'templates/contributor_guides.tmpl' %}
2015-10-29 17:23:38 +09:00
{% include 'templates/training_guides.tmpl' %}
2015-04-17 15:33:43 +02:00
< / div >
< / div >
2015-10-12 12:17:54 +02:00
< div class = "row docs-contribute-wrapper" >
< div class = "col-lg-12" >
< p > Documentation treated like code, powered by the community - interested?< / p >
2017-01-27 17:19:25 +01:00
< a href = "https://docs.openstack.org/contributor-guide/index.html" class = "overview-btn contribute-btn" > How To Contribute < i class = "fa fa-chevron-right" > < / i > < / a >
2015-10-12 12:17:54 +02:00
< / div >
< / div >
< / div >
2015-04-17 15:33:43 +02:00
< / div >
2015-10-12 12:17:54 +02:00
<!-- End Page Content -->
2015-04-17 15:33:43 +02:00
{% endblock content %}