← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1621391] Re: Error "Could not find resource cirros" even image is created

 

I guess you should provide the glance-api logs.

** No longer affects: python-openstackclient

** Also affects: glance
   Importance: Undecided
       Status: New

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

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

Title:
  Error "Could not find resource cirros" even image is created

Status in Glance:
  Incomplete
Status in OpenStack Compute (nova):
  Invalid

Bug description:
  Following error is coming even while launching VM in the provider
  network configuration.

  #openstack server create --flavor m1.tiny --image cirros   --nic net-
  id=def81dc4-a0bf-4e1f-9a1f-fb020c89bf5e  --security-group default
  --key-name mykey provider-instance

  "" Could not find resource cirros ""

  --------------
  # openstack image list
  +--------------------------------------+--------+--------+
  | ID                                   | Name   | Status |
  +--------------------------------------+--------+--------+
  | bebbae11-5e44-4e13-8d83-dc373ef0cbd5 | cirros | active |
  +--------------------------------------+--------+--------+

  
  # openstack image show bebbae11-5e44-4e13-8d83-dc373ef0cbd5
  +------------------+------------------------------------------------------+
  | Field            | Value                                                |
  +------------------+------------------------------------------------------+
  | checksum         | ee1eca47dc88f4879d8a229cc70a07c6                     |
  | container_format | bare                                                 |
  | created_at       | 2016-09-05T06:04:31Z                                 |
  | disk_format      | qcow2                                                |
  | file             | /v2/images/bebbae11-5e44-4e13-8d83-dc373ef0cbd5/file |
  | id               | bebbae11-5e44-4e13-8d83-dc373ef0cbd5                 |
  | min_disk         | 0                                                    |
  | min_ram          | 0                                                    |
  | name             | cirros                                               |
  | owner            | 9b237e3ba19c49df8c703085b6629425                     |
  | protected        | False                                                |
  | schema           | /v2/schemas/image                                    |
  | size             | 13287936                                             |
  | status           | active                                               |
  | tags             |                                                      |
  | updated_at       | 2016-09-05T06:04:31Z                                 |
  | virtual_size     | None                                                 |
  | visibility       | public                                               |
  +------------------+------------------------------------------------------+

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


References