904d278b72
See also: I173ecabeb3aa74a3d2ddc6b4ba898d881dcf752d Change-Id: Id194f19f29c9a04399257f416b4c0b7629c44871 Implements: blueprint retention-policy Depends-On: Ia73b6c30db178efda9578ef206fba9c86bc90925 Depends-On: I9a0aea36a25f5cd298a92601a8f6de14476f2e21
60 lines
2.7 KiB
HTML
60 lines
2.7 KiB
HTML
{% set projects = PROJECT_DATA[SERIES] %}
|
|
{% extends "templates/base.tmpl" %}
|
|
{% block pagetitle %}Administrator Guides{% endblock %}
|
|
{% block title %}
|
|
<a href="https://docs.openstack.org/">Documentation</a> > Administrator Guides
|
|
{% endblock %}
|
|
{% block content %}
|
|
<!-- Begin Page Content -->
|
|
<div class="top-docs-wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-8 col-sm-8">
|
|
<h1>OpenStack {% if SERIES != 'latest' %}{{SERIES|title}}{% endif %} Administrator Guides</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="mid-docs-wrapper" id="docs-main-body">
|
|
<div class="container">
|
|
<div class="row docs-toc">
|
|
<div class="col-lg-6 col-md-6 col-sm-6">
|
|
<div class="docs-link-sections services-section">
|
|
<p>
|
|
The central administration guides managed by
|
|
the OpenStack Documentation team were
|
|
deprecated and the content
|
|
was <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">moved
|
|
to the individual project documentation
|
|
trees</a> during the Pike release. Because of
|
|
the timing of that change, the Ocata version
|
|
of the administrator guides may be out of date.
|
|
If you encounter problems, please refer either
|
|
to the version of the guides created for Pike,
|
|
or the most recent series in development, instead.
|
|
</p>
|
|
<p>
|
|
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
|
href="/ocata/admin-guide/">
|
|
Ocata Admininistrator Guide
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
|
href="/pike/admin/">
|
|
Pike Admininistrator Guides
|
|
</a>
|
|
</p>
|
|
<p>
|
|
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
|
href="/latest/admin/">
|
|
Administrator Guides In Development ({{SERIES_IN_DEVELOPMENT|title}})
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock content %}
|