f72337be60
Use https where possible now that docs.o.o and developer.o.o use https. Change-Id: I1f2f18383765a2c32b729b1d8fe0ce5486b19838
56 lines
2.0 KiB
HTML
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="https://docs.openstack.org/">Documentation</a> > 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 %}
|