[Yahoo-eng-team] [Bug 1786451] [NEW] Nova Instance creation is failing with request_spec.instance_group appears to be None

2018-08-10 Thread M V P Nitesh
Public bug reported:

I'm trying to create a magnum cluster on Devstack(both Queens and
master). Cluster creation is failing.

Nova Instance is going to error state with the below error:

{"message": "'NoneType' object has no attribute 'hosts'", "code": 500, 
"details": "  File   
\"/opt/stack/nova/nova/conductor/manager.py\", line 585, in build_instances 

 instance_uuids,
 
 return_alternates=True)
 
   File \"/opt/stack/nova/nova/conductor/manager.py\", line 720, in 
 
 _schedule_instances
 
 scheduler_utils.setup_instance_group(context, request_spec)
 
   File 
 
 \"/opt/stack/nova/nova/scheduler/utils.py\", line 836, in setup_instance_group 
 

 
 request_spec.instance_group.hosts = list(group_info.hosts) 
 
 ", "created": "2018-08-10T08:32:01Z"}

Getting this error http://paste.openstack.org/show/727798/ in nova-cell-
region and http://paste.openstack.org/show/727799/  in nova-cell-child

** Affects: nova
 Importance: Undecided
 Status: New

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

Title:
  Nova Instance creation is failing with  request_spec.instance_group
  appears to be None

Status in OpenStack Compute (nova):
  New

Bug description:
  I'm trying to create a magnum cluster on Devstack(both Queens and
  master). Cluster creation is failing.

  Nova Instance is going to error state with the below error:

  {"message": "'NoneType' object has no attribute 'hosts'", "code": 500, 
"details": "  File   
  \"/opt/stack/nova/nova/conductor/manager.py\", line 585, in build_instances   
  
   instance_uuids,  
   
   return_alternates=True)  
   
 File \"/opt/stack/nova/nova/conductor/manager.py\", line 720, in   
   
   _schedule_instances  
   
   scheduler_utils.setup_instance_group(context, request_spec)  
   
 File   
   
   \"/opt/stack/nova/nova/scheduler/utils.py\", line 836, in 
setup_instance_group  

   
   request_spec.instance_group.hosts = list(group_info.hosts)   
   
   ", "created": "2018-08-10T08:32:01Z"}

  Getting this error http://paste.openstack.org/show/727798/ in nova-
  cell-region and http://paste.openstack.org/show/727799/  in nova-cell-
  child

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1786451/+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 1693670] Re: Fix doc generation for Python3

2017-06-09 Thread M V P Nitesh
** Also affects: glance
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1693670

Title:
   Fix doc generation for Python3

Status in Barbican:
  Fix Released
Status in Designate:
  In Progress
Status in OpenStack Backup/Restore and DR (Freezer):
  In Progress
Status in Glance:
  In Progress
Status in neutron:
  Fix Released
Status in python-heatclient:
  In Progress
Status in OpenStack Object Storage (swift):
  In Progress
Status in tacker:
  Fix Released
Status in OpenStack DBaaS (Trove):
  In Progress
Status in zaqar:
  Fix Released
Status in Zun:
  Fix Released

Bug description:
  Fix the Sphinx html_last_updated_fmt for Python3.
  The html_last_updated_fmt option is interpeted as a
  byte string in python3, causing Sphinx build to break.
  This patch makes it utf-8 string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/barbican/+bug/1693670/+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 1640442] [NEW] glance image-tag-update, not updating a tag whose length is more than 255

2016-11-09 Thread M V P Nitesh
Public bug reported:

The command "glance image-tag-update  " will update
the tag to the give . If the length of the  is more
than 255 , it won't update the tag and throws the below error:

"400 Bad Request: Provided object does not match schema 'image':
u'123niteshgjkdhgjfdghfdjghfdjkghjfdghsdjfghjsdfghfdjghfdjghfdjghsdfgjkshdkjsfhdgljksfdghfsdkjghfdsjkdkghdsfjghdfjkhgjkdfghjkdfghjsdfkghfdjkghdfjkghsdfkjghsdfgkljsfhdgsjkdfghfsdjkghsddjskfndjighfnidughndfjgkhfndjkbhfdnbujfhdnbuidfsdsafsfsdfsdfdsfsdfdsdfdfffsdfsdfdsfsdf'
is too long: Failed validating 'maxLength' in
schema['properties']['tags']['items']:: {'maxLength': 255, 'type':
'string'}: On instance['tags'][0]::
u'123niteshgjkdhgjfdghfdjghfdjkghjfdghsdjfghjsdfghfdjghfdjghfdjghsdfgjkshdkjsfhdgljksfdghfsdkjghfdsjkdkghdsfjghdfjkhgjkdfghjkdfghjsdfkghfdjkghdfjkghsdfkjghsdfgkljsfhdgsjkdfghfsdjkghsddjskfndjighfnidughndfjgkhfndjkbhfdnbujfhdnbuidfsdsafsfsdfsdfdsfsdfdsdfdfffsdfsdfdsfsdf'
(HTTP 400)"

** Affects: glance
 Importance: Undecided
 Assignee: M V P Nitesh (m-nitesh)
 Status: New

** Changed in: glance
 Assignee: (unassigned) => M V P Nitesh (m-nitesh)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1640442

Title:
  glance image-tag-update, not updating a tag whose length is more than
  255

Status in Glance:
  New

Bug description:
  The command "glance image-tag-update  " will
  update the tag to the give . If the length of the
   is more than 255 , it won't update the tag and throws the
  below error:

  "400 Bad Request: Provided object does not match schema 'image':
  
u'123niteshgjkdhgjfdghfdjghfdjkghjfdghsdjfghjsdfghfdjghfdjghfdjghsdfgjkshdkjsfhdgljksfdghfsdkjghfdsjkdkghdsfjghdfjkhgjkdfghjkdfghjsdfkghfdjkghdfjkghsdfkjghsdfgkljsfhdgsjkdfghfsdjkghsddjskfndjighfnidughndfjgkhfndjkbhfdnbujfhdnbuidfsdsafsfsdfsdfdsfsdfdsdfdfffsdfsdfdsfsdf'
  is too long: Failed validating 'maxLength' in
  schema['properties']['tags']['items']:: {'maxLength': 255, 'type':
  'string'}: On instance['tags'][0]::
  
u'123niteshgjkdhgjfdghfdjghfdjkghjfdghsdjfghjsdfghfdjghfdjghfdjghsdfgjkshdkjsfhdgljksfdghfsdkjghfdsjkdkghdsfjghdfjkhgjkdfghjkdfghjsdfkghfdjkghdfjkghsdfkjghsdfgkljsfhdgsjkdfghfsdjkghsddjskfndjighfnidughndfjgkhfndjkbhfdnbujfhdnbuidfsdsafsfsdfsdfdsfsdfdsdfdfffsdfsdfdsfsdf'
  (HTTP 400)"

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1640442/+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 1541238] Re: No response message after we delete an image

2016-02-03 Thread M V P Nitesh
** Changed in: glance
   Status: Opinion => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1541238

Title:
  No response message after we delete an image

Status in Glance:
  In Progress

Bug description:
  When an image is deleted there is no message on successful deletion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1541238/+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 1541238] [NEW] No response message after we delete an image

2016-02-02 Thread M V P Nitesh
Public bug reported:

When an image is deleted there is no message on successful deletion.

** Affects: glance
 Importance: Undecided
 Assignee: M V P Nitesh (m-nitesh)
 Status: New


** Tags: glance

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1541238

Title:
  No response message after we delete an image

Status in Glance:
  New

Bug description:
  When an image is deleted there is no message on successful deletion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1541238/+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