← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1493710] Re: login error when run Django environment server

 

development server doesn't work with different webroot other than /

That's unfortunate, but not a real issue. You're not sharing the dev
server with keystone.

** Changed in: horizon
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1493710

Title:
  login error when run Django environment server

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  when running the Django development server for openstack_dashboard in
  the virttual environment (running command ./run_tests.sh --runserver
  0.0.0.0:8877), we can't login to dashboard with the that port.

  ./run_tests.sh --runserver 0.0.0.0:8877
  Checking environment.
  Environment is up to date.
  Starting Django development server...
  Performing system checks...

  System check identified no issues (0 silenced).
  September 09, 2015 - 07:38:45
  Django version 1.8.4, using settings 'openstack_dashboard.settings'
  Starting development server at http://0.0.0.0:8877/
  Quit the server with CONTROL-C.
  RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
  WARNING:py.warnings:RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
  RemovedInDjango19Warning: Default value of 'RedirectView.permanent' will change from True to False in Django 1.9. Set an explicit value to silence this warning.
  WARNING:py.warnings:RemovedInDjango19Warning: Default value of 'RedirectView.permanent' will change from True to False in Django 1.9. Set an explicit value to silence this warning.
  RemovedInDjango19Warning: Default value of 'RedirectView.permanent' will change from True to False in Django 1.9. Set an explicit value to silence this warning.
  WARNING:py.warnings:RemovedInDjango19Warning: Default value of 'RedirectView.permanent' will change from True to False in Django 1.9. Set an explicit value to silence this warning.
  Not Found: /dashboard/auth/login/
  [09/Sep/2015 07:38:49] "GET /dashboard/auth/login/?next=/dashboard/ HTTP/1.1" 404 4279

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1493710/+subscriptions


References