openstack-manuals/www/project-deploy-guide/ocata/index.html
Doug Hellmann 4017c3e019 let the template generator compute relative paths
Instead of hard-coding paths to the css, js, and images directories
let the template generator compute those and pass them to the template
context.

Change-Id: I27a55deeb68136fa826496ec3d0223a303346724
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-18 13:52:31 -04:00

38 lines
1.6 KiB
HTML

{% extends "templates/base.tmpl" %}
{% block pagetitle %}Ocata Deployment Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Ocata Deployment 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>Ocata Deployment Guides</h1>
<p>The following deployment guides support different installation
methods for core and optional OpenStack services.</p>
</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">
<h3><i class="fa fa-cogs"></i>By deployment method</h3>
<p><a href="/project-deploy-guide/openstack-ansible/ocata/">OpenStack-Ansible Deployment Guide</a></li></p>
<p><a href="/project-deploy-guide/kolla-ansible/ocata">Kolla Deployment Guide</a></li></p>
</div>
</div>
<div class="row docs-contribute-wrapper">
<div class="col-lg-12">
<p>Documentation treated like code, powered by the community - interested?</p>
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
{% endblock content %}