{% extends 'nova/base.html' %} {%load i18n%} {% block sidebar %} {% with current_sidebar="containers" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Create Tenant") %} {% endblock page_header %} {% block dash_main %}
{% include 'nova/containers/_form.html' with form=create_form %}

Description:

{% trans "A container is a storage compartment for your data and provides a way for you to organize your data. You can think of a container as a folder in Windows® or a directory in UNIX®. The primary difference between a container and these other file system concepts is that containers cannot be nested. You can, however, create an unlimited number of containers within your account. Data must be stored in a container so you must have at least one container defined in your account prior to uploading data."%}

 
{% endblock %}