Change repository from stackforge to openstack

Added home-page in setup.cfg

Change-Id: I79b70266c445052ece0b2a46be4729ca825ff758
This commit is contained in:
venkatamahesh 2015-10-18 16:26:20 +05:30
parent 2c6a3ce45d
commit e1772a477b
3 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,7 @@ Senlin Dashboard
Senlin Management Dashboard
* Free software: Apache license
* Source: http://git.openstack.org/cgit/stackforge/senlin-dashboard
* Source: http://git.openstack.org/cgit/openstack/senlin-dashboard
* Bugs: http://bugs.launchpad.net/senlin-dashboard
Installation instructions
@ -13,9 +13,9 @@ Installation instructions
Begin by cloning the Horizon and Senlin Dashboard repositories::
git clone https://github.com/openstack/horizon
git clone https://github.com/stackforge/python-senlinclient.git
git clone https://github.com/stackforge/senlin-dashboard
git clone https://git.openstack.org/openstack/horizon
git clone https://git.openstack.org/openstack/python-senlinclient.git
git clone https://git.openstack.org/openstack/senlin-dashboard
Create a virtual environment and install Horizon dependencies::

View File

@ -7,7 +7,7 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans "A profile encodes the information needed for node creation." %}</p>
<a target="_blank" href="https://github.com/stackforge/senlin/tree/master/examples/profiles">{% trans "Profile Spec Examples" %}</a>
<a target="_blank" href="https://github.com/openstack/senlin/tree/master/examples/profiles">{% trans "Profile Spec Examples" %}</a>
{% endblock %}
{% block modal-footer %}

View File

@ -14,6 +14,7 @@ classifiers =
Operating System :: POSIX :: Linux
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://www.openstack.org
[global]
setup-hooks =