[Yahoo-eng-team] [Bug 1665851] Re: Newton: Heat not validating images

2018-04-20 Thread Erno Kuvaja
ditto

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

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

Title:
  Newton: Heat not validating images

Status in Glance:
  Invalid
Status in OpenStack Heat:
  Invalid

Bug description:
  I'm seeing this error when Heat validates the existence of an image:

  2017-02-18 00:44:03.777 7906 INFO heat.engine.resource 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Validating Server "server"
  2017-02-18 00:44:03.779 7906 DEBUG heat.engine.stack 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Property error: 
resources.server.properties.image: "cirros" does not validate glance.image 
(constraint not found) validate 
/usr/lib/python2.7/dist-packages/heat/engine/stack.py:825
  2017-02-18 00:44:03.783 7906 DEBUG oslo_messaging.rpc.server 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Expected exception during 
message handling () _process_incoming 
/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py:158

  The image, however, exists and is public:

  os@controller:~$ openstack image list
  +--+++
  | ID   | Name   | Status |
  +--+++
  | 7ab5d7aa-0d0d-4a38-bf05-03089f49d2d7 | cirros | active |
  +--+++

  I have been updating some componentes related to Tacker and Openstackclient, 
so I think one of those updates triggered the bug.
  Please let me know which information to recollect.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1665851/+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 1665851] Re: Newton: Heat not validating images

2017-09-28 Thread Rico Lin
Mark it as Invalid since it seems already fixed. Please let us know
otherwise:)

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

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

Title:
  Newton: Heat not validating images

Status in Glance:
  New
Status in OpenStack Heat:
  Invalid

Bug description:
  I'm seeing this error when Heat validates the existence of an image:

  2017-02-18 00:44:03.777 7906 INFO heat.engine.resource 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Validating Server "server"
  2017-02-18 00:44:03.779 7906 DEBUG heat.engine.stack 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Property error: 
resources.server.properties.image: "cirros" does not validate glance.image 
(constraint not found) validate 
/usr/lib/python2.7/dist-packages/heat/engine/stack.py:825
  2017-02-18 00:44:03.783 7906 DEBUG oslo_messaging.rpc.server 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Expected exception during 
message handling () _process_incoming 
/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py:158

  The image, however, exists and is public:

  os@controller:~$ openstack image list
  +--+++
  | ID   | Name   | Status |
  +--+++
  | 7ab5d7aa-0d0d-4a38-bf05-03089f49d2d7 | cirros | active |
  +--+++

  I have been updating some componentes related to Tacker and Openstackclient, 
so I think one of those updates triggered the bug.
  Please let me know which information to recollect.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1665851/+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 1665851] Re: Newton: Heat not validating images

2017-02-17 Thread Gianpietro Lavado
Found out that this is happening with python-glanceclient 2.6.0 and heat 1.8.0.
Downgraded to python-glanceclient 2.5.0, reloaded heat services, and the 
problem is gone.

** No longer affects: heat-templates

** 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 Glance.
https://bugs.launchpad.net/bugs/1665851

Title:
  Newton: Heat not validating images

Status in Glance:
  New
Status in heat:
  New

Bug description:
  I'm seeing this error when Heat validates the existence of an image:

  2017-02-18 00:44:03.777 7906 INFO heat.engine.resource 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Validating Server "server"
  2017-02-18 00:44:03.779 7906 DEBUG heat.engine.stack 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Property error: 
resources.server.properties.image: "cirros" does not validate glance.image 
(constraint not found) validate 
/usr/lib/python2.7/dist-packages/heat/engine/stack.py:825
  2017-02-18 00:44:03.783 7906 DEBUG oslo_messaging.rpc.server 
[req-593e2bad-c87f-4308-8fe8-fe8652286201 - - - - -] Expected exception during 
message handling () _process_incoming 
/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py:158

  The image, however, exists and is public:

  os@controller:~$ openstack image list
  +--+++
  | ID   | Name   | Status |
  +--+++
  | 7ab5d7aa-0d0d-4a38-bf05-03089f49d2d7 | cirros | active |
  +--+++

  I have been updating some componentes related to Tacker and Openstackclient, 
so I think one of those updates triggered the bug.
  Please let me know which information to recollect.

  Thanks.

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