{% extends 'base.html' %} {% load i18n %} {% block title %}Update OpenStack Access{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Update OpenStack Access") %} {% endblock page_header %} {% block main %} {% csrf_token %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "For Keystone V2.0, An Example AS Followed:" %}
{% trans "Tenant Name: admin" %}
{% trans "UserName: admin" %}
{% trans "Password: ******" %}
{% trans "Auth Url: http://10.0.0.10:5000/v2.0" %}
{% trans "Region Name: RegionOne" %}
{% trans "SSH User Name: root" %}

{% trans "For Keystone V3, An Example AS Followed:" %}
{% trans "Tenant Name: 9b62326e927a4973891d6daed73979f0(ID of Project)" %}
{% trans "UserName: 200c46b79086408e95ce50e617662119(ID of User)" %}
{% trans "Password: ******" %}
{% trans "Auth Url: http://10.0.0.10:35357/v3" %}
{% trans "Region Name: RegionOne" %}
{% trans "SSH User Name: root" %}

{% trans "PS: The Region Name can be blank if you only have one region." %}

{% trans "Cancel" %}
{% endblock %} {% block js %} {{ block.super }} {% endblock %}