This is talked in bug #1188533, and in current codes, there are several
places here:
horizon/forms/__init__.py:18:from django.forms import *
mark '# noqa'
openstack_dashboard/settings.py:182: from local.local_settings import *
openstack_dashboard/test/settings.py:5:from horizon.test.settings import *
mark '# noqa'
openstack_dashboard/dashboards/project/instances/workflows/__init__.py:1:from create_instance import *
openstack_dashboard/dashboards/project/instances/workflows/__init__.py:2:from update_instance import *
openstack_dashboard/dashboards/project/instances/workflows/__init__.py:3:from resize_instance import *
fix it
openstack_dashboard/dashboards/project/images_and_snapshots/urls.py:21:from django.conf.urls.defaults import *
fix it
fixes bug # 1188533
Change-Id: Id671280903f8452a78f81f1240d92297de7a89a8
add name and contact info to AUTHORS file. Change Author in the commit
message, add email to .mailmap
Change-Id: Ic9aba5dfde0aae0faee6b944d253cd3d9d8ea4e7
Currently glance (which is required for testing by keystone because
there is no python-glanceclient yet) requires distribute>=0.6.24,
but it can't be installed as a dependency of a dependency. Requiring
it explicitly here should help.
Install test-requires first, otherwise distribute doesn't get properly set.
Install distribute manually until we can re-address venv creation.
Align webob version to the other projects due to version conflicts.
Change-Id: Iac0b6860c600fbf230cf4f602ce1b76c68fcb7cd
Multiple emails per person are mapped in .mailmap file
Fixes bug 945268
As primary email I've assumed the last one used in a commit.
Change-Id: I755e98ccf82dc9a680bbfb103a0703c4d84d3e34