yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25551
[Bug 1402596] [NEW] can not get image name when create an instance
Public bug reported:
when I create an instance from image and create a volume, instance tables can not get image name;
when I review the code in /nova/api/openstack/compute/servers.py
598 limit, marker = common.get_limit_and_marker(req)
599 try:
600 instance_list = self.compute_api.get_all(context,
601 search_opts=search_opts,
602 limit=limit,
603 marker=marker,
604 want_objects=True)
the instance's property image_ref in instance_list is NULL;
** 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/1402596
Title:
can not get image name when create an instance
Status in OpenStack Compute (Nova):
New
Bug description:
when I create an instance from image and create a volume, instance tables can not get image name;
when I review the code in /nova/api/openstack/compute/servers.py
598 limit, marker = common.get_limit_and_marker(req)
599 try:
600 instance_list = self.compute_api.get_all(context,
601 search_opts=search_opts,
602 limit=limit,
603 marker=marker,
604 want_objects=True)
the instance's property image_ref in instance_list is NULL;
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1402596/+subscriptions
Follow ups
References