Rename Openstack to OpenStack

Change-Id: I06f9390dc411653b7189c485a3d460ad21e2beb7
This commit is contained in:
tanlin 2014-02-13 17:11:32 +08:00
parent c50d77572a
commit e385984d66
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ from tuskar_ui.infrastructure import dashboard
class Overcloud(horizon.Panel):
name = _("Openstack Deployment")
name = _("OpenStack Deployment")
slug = "overcloud"

View File

@ -1,10 +1,10 @@
{% extends 'infrastructure/base.html' %}
{% load i18n %}
{% load url from future %}
{% block title %}{% trans 'My Openstack Deployment' %}{% endblock %}
{% block title %}{% trans 'My OpenStack Deployment' %}{% endblock %}
{% block page_header %}
{% include 'horizon/common/_domain_page_header.html' with title=_('My Openstack Deployment') %}
{% include 'horizon/common/_domain_page_header.html' with title=_('My OpenStack Deployment') %}
{% endblock page_header %}
{% block main %}