openstack-manuals/www/ops/index.html
Andreas Jaeger fb198b2368 [www] Remove obsolete epub/mobi
The epub and mobi documents for Architecture Design Guide and OPS Guide
are over two years old and we have newer docs online. Remove these old
documents and update links for these.

Note that the Architecture Design Guide was not linked at all.

Change-Id: I76e422cfa7913402e91895ac6c186c4a063c1f00
2016-12-28 16:28:28 +01:00

56 lines
2.0 KiB
HTML

{% set scriptdir = '../common/js/' %}
{% set cssdir = '../common/css/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Operations Guide{% endblock %}
{% block title %}
<a href="http://docs.openstack.org/">Documentation</a> &gt; Operations Guide
{% endblock %}
{% block 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 Operations Guide</h1>
<p>
This book offers hard-earned experience from OpenStack operators who have run OpenStack
in production for six months or longer. They've gathered their notes, shared their stories,
and learned from each other. We invite you to join in the quest for best practices
in OpenStack cloud operations. You can read the
<a href="/ops-guide/" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.html');return false;">
latest updates
</a>.
</p>
<hr />
<h3>Get the Book!</h3>
<a class="overview-btn docs-btn" href="/ops-guide/" onclick="recordOutboundLink(this, 'Outbound Links', 'ops.html');return false;">Current HTML <i class="fa fa-arrow-circle-o-down"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
<div class="row">
<p>
<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/lYfHEy6E2n0?rel=0" width="560">
</iframe>
</p>
<p align="right">
<a href="http://creativecommons.org/licenses/by/3.0/us/" rel="license">
<img alt="Creative Commons License" src="http://i.creativecommons.org/l/by/3.0/us/88x31.png" style="border-width:0"/>
</a>
<br/>
This work is licensed under a
<a href="http://creativecommons.org/licenses/by/3.0/us/" rel="license">
Creative Commons Attribution 3.0 United States License
</a>
.
</p>
</div>
</div>
</div>
{% endblock content %}