[Yahoo-eng-team] [Bug 1459065] Re: Unable to update the user - unable to retrieve user list

2016-11-07 Thread Kuldeep Khandelwal
** Changed in: horizon
   Status: Incomplete => 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/1459065

Title:
  Unable to update the user - unable to retrieve user list

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  The steps to produce the bug:
   1/ Login to openstack with user name: admin
   2/ Go to Identity -> Users -> Edit  --> To update "admin" user
   3/ Choose primary project for admin user is admin   --> Update user 
successful 
   4/ go to Edit of admin user again and choose primary project is demo --> 
update user --> getting the following errors:
  Error: Unable to update the user.
  Error: Unauthorized: Unable to retrieve user list.

  But if signing  out Openstack and sign in again with admin user -->
  The user list is updated normally.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1623469] [NEW] Unable to update the user with blank value after one modifcation

2016-09-14 Thread Kuldeep Khandelwal
Public bug reported:

The steps to produce the bug:
 1/ Login to openstack with user name: admin
 2/ Go to Identity -> Users -> Edit --> To update "admin" user
 3/ Choose primary project (No value assigned now) for admin user is admin --> 
Update user successful
 4/ go to Edit of admin user again and try to move back it on old value i.e 
'blank' but no option is there and have to select this or other available value.

** 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/1623469

Title:
   Unable to update the user with blank value after one modifcation

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The steps to produce the bug:
   1/ Login to openstack with user name: admin
   2/ Go to Identity -> Users -> Edit --> To update "admin" user
   3/ Choose primary project (No value assigned now) for admin user is admin 
--> Update user successful
   4/ go to Edit of admin user again and try to move back it on old value i.e 
'blank' but no option is there and have to select this or other available value.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1619639] [NEW] Unable to launch Instance with Mitaka - Unexpected API Error

2016-09-02 Thread Kuldeep Khandelwal
Public bug reported:

Hi,

Description
===

I have installed Openstack Mitaka release manually and getting following
error. Please find nova-api error log attached.

root@con:/home/con# neutron net-list
+--+-+--+
| id   | name| subnets  
|
+--+-+--+
| a5bf7834-7f5f-4c64-ad00-8c40cbc72227 | provider| 
229751f3-b983-4c09-a07b-9c16d0d35e59 192.168.57.0/24 |
| 4bf2a174-8d35-4306-97f5-acf015637a12 | selfservice | 
87085446-68b4-400a-9158-012b20aaeb71 172.16.1.0/24   |
+--+-+--+
root@con:/home/con# openstack server create --flavor m1.tiny --image cirros 
--nic net-id=4bf2a174-8d35-4306-97f5-acf015637a12 --security-group default 
--key-name mykey selfservice-instance
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
 (HTTP 500) (Request-ID: 
req-fafcfa29-dcb9-4c33-a8ea-aee09963cf5f)
root@con:/home/con# 
root@con:/home/con# 
root@con:/home/con# 

Steps to reproduce

Install Openstack Mitaka release from following guide

http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-
selfservice.html

Expected result
===
All verification while installation for all components was successful. Instance 
should launch successfully. 

Actual result
=
Getting above error. 

Environment
===
Mitaka - Manual Installation. 

Logs & Configs
==

nova-api logs attached.

** Affects: nova
 Importance: Undecided
 Status: New

** Attachment added: "nova-api.log"
   
https://bugs.launchpad.net/bugs/1619639/+attachment/4732877/+files/nova-api.log

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

Title:
  Unable to launch Instance with Mitaka - Unexpected API Error

Status in OpenStack Compute (nova):
  New

Bug description:
  Hi,

  Description
  ===

  I have installed Openstack Mitaka release manually and getting
  following error. Please find nova-api error log attached.

  root@con:/home/con# neutron net-list
  
+--+-+--+
  | id   | name| subnets
  |
  
+--+-+--+
  | a5bf7834-7f5f-4c64-ad00-8c40cbc72227 | provider| 
229751f3-b983-4c09-a07b-9c16d0d35e59 192.168.57.0/24 |
  | 4bf2a174-8d35-4306-97f5-acf015637a12 | selfservice | 
87085446-68b4-400a-9158-012b20aaeb71 172.16.1.0/24   |
  
+--+-+--+
  root@con:/home/con# openstack server create --flavor m1.tiny --image cirros 
--nic net-id=4bf2a174-8d35-4306-97f5-acf015637a12 --security-group default 
--key-name mykey selfservice-instance
  Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ 
and attach the Nova API log if possible.
   (HTTP 500) (Request-ID: 
req-fafcfa29-dcb9-4c33-a8ea-aee09963cf5f)
  root@con:/home/con# 
  root@con:/home/con# 
  root@con:/home/con# 

  Steps to reproduce

  Install Openstack Mitaka release from following guide

  http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-
  selfservice.html

  Expected result
  ===
  All verification while installation for all components was successful. 
Instance should launch successfully. 

  Actual result
  =
  Getting above error. 

  Environment
  ===
  Mitaka - Manual Installation. 

  Logs & Configs
  ==

  nova-api logs attached.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp