openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21548
OpenStack login page
Hi folks,
I am following this link
<http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to setup
OpenStack but am
unable to login to OpenStack dashboard page.
Below are few Django error messages which i get
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use
STATIC_URL instead.
[Tue Mar 05 22:59:28 2013] [error] "use STATIC_URL instead.",
DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
DeprecationWarning: The SECRET_KEY setting must not be empty.
[Tue Mar 05 22:59:28 2013] [error] warnings.warn("The SECRET_KEY setting
must not be empty.", DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES
instead.
[Tue Mar 05 22:59:28 2013] [error] DeprecationWarning
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
DeprecationWarning: Translations in the project directory aren't supported
anymore. Use the LOCALE_PATHS setting instead.
[Tue Mar 05 22:59:28 2013] [error] DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
DeprecationWarning: Authentication backends without a
`supports_inactive_user` attribute are deprecated. Please define it in
<class 'openstack_auth.backend.KeystoneBackend'>.
[Tue Mar 05 22:59:28 2013] [error] DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
DeprecationWarning: The syntax for the url template tag is changing. Load
the `url` tag from the `future` tag library to start using the new behavior.
[Tue Mar 05 22:59:28 2013] [error] category=DeprecationWarning)
The installation happened with the help of
script<https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install>
.
There were no errors when I executed the script.
Relevant services were also running fine.
Is the issue because of Django version embedded in script ?
Support appreciated.
Thank you,
--
Ashutosh Narayan
http://ashutoshn.wordpress.com/
Follow ups