← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1293620] [NEW] Horizon create project fails with error

 

Public bug reported:

Description of problem:
Can't create new project from Horizon, admin user, Identity panel, projects page, create project -> Error: An error occurred. Please try again later.

Create project from keystone cli works fine,
#keystone --debug tenant-create --name test

Version-Release number of selected component (if applicable):
 RHEL 6.5
 python-django-openstack-auth-1.1.2-2.el6ost.noarch
 openstack-dashboard-2013.2.2-1.el6ost.noarch
 openstack-keystone-2013.2.2-1.el6ost.noarch


How reproducible:
Every time, happened on two separate deployments. 

Steps to Reproduce:
1. Install setup
2. Go to admin, identity panel, projects, click on "Create project" button

Actual results:
New project not created with -> Error: An error occurred. Please try again later. 

cat /var/log/horizon/horizon.log

  File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/admin/projects/workflows.py", line 163, in __init__
    raise exceptions.NotFound(msg)
NotFound: Could not find default role "Member" in Keystone

Expected results:
A new project should be created successfully, without errors.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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/1293620

Title:
  Horizon create project fails with error

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Description of problem:
  Can't create new project from Horizon, admin user, Identity panel, projects page, create project -> Error: An error occurred. Please try again later.

  Create project from keystone cli works fine,
  #keystone --debug tenant-create --name test

  Version-Release number of selected component (if applicable):
   RHEL 6.5
   python-django-openstack-auth-1.1.2-2.el6ost.noarch
   openstack-dashboard-2013.2.2-1.el6ost.noarch
   openstack-keystone-2013.2.2-1.el6ost.noarch

  
  How reproducible:
  Every time, happened on two separate deployments. 

  Steps to Reproduce:
  1. Install setup
  2. Go to admin, identity panel, projects, click on "Create project" button

  Actual results:
  New project not created with -> Error: An error occurred. Please try again later. 

  cat /var/log/horizon/horizon.log

    File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/admin/projects/workflows.py", line 163, in __init__
      raise exceptions.NotFound(msg)
  NotFound: Could not find default role "Member" in Keystone

  Expected results:
  A new project should be created successfully, without errors.

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


Follow ups

References