openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #14249
Re: About images list in dashboard
-
To:
Sam Su <susltd.su@xxxxxxxxx>, openstack <openstack@xxxxxxxxxxxxxxxxxxx>
-
From:
Gabriel Hurley <Gabriel.Hurley@xxxxxxxxxx>
-
Date:
Thu, 5 Jul 2012 18:54:12 +0000
-
Accept-language:
en-US
-
In-reply-to:
<CAHOnjE7KJ0f7rPODe3Xe2vfZY34scSQLsGqcYbN7FGD=dzTfuA@mail.gmail.com>
-
Thread-index:
AQHNWt7SbJXTxVJsAECYnP36zRrbXJcbCHsA
-
Thread-topic:
[Openstack] About images list in dashboard
The "Project Dashboard" hides images with an AKI or AMI image type (as they're not launchable and generally shouldn't be edited by "normal" users). You can see those in the "Admin Dashboard" if you want to edit them.
So my guess is that the kernel and ramdisk images are being hidden correctly and your "ubuntu-11.10-server-amd64" and "ubuntu-12.04-server-amd64" have the wrong image type set.
All the best,
- Gabriel
From: openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx [mailto:openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx] On Behalf Of Sam Su
Sent: Thursday, July 05, 2012 11:20 AM
To: openstack
Subject: [Openstack] About images list in dashboard
Hi,
I have an Openstack Essex environment. The nova control services, glance, keystone and dashboard are all deployed in one server.
Now I encounter a strange problem. I can only see two images (all images are set is_public=true) in the tenant 'demo' from dashboard, i.e., Horizon, as below:
Image Name Type Status Public Container Format Actions
CentOS-6.2-x86_64 Image Active Yes OVF Launch
CentOS-5.8-x86_64 Image Active Yes OVF Launch
However, when I use 'nova image-list' with the same credential for the same tenant 'demo', I can see many more images (see the following result)
# nova image-list
+-------------------------------------------------------------+------------------------------------------------------+----- ------+------------------------------+
| ID | Name | Status | Server |
+-------------------------------------------------------------+------------------------------------------------------+--- --------+------------------------------+
| 18b130ce-a815-4671-80e8-9308a7b6fc6d | ubuntu-12.04-server-amd64 | ACTIVE | |
| 388d16ce-b80b-4e9e-b8db-db6dce6f4a83 | ubuntu-12.04-server-amd64-kernel | ACTIVE | |
| 8d9505ce-0974-431d-a53d-e9ed6dc89033 | CentOS-6.2-x86_64 | ACTIVE | |
| 99be14c0-3b15-470b-9e2d-a9d7e2242c7a | CentOS-5.8-x86_64 | ACTIVE | |
| a486733f-c011-4fa1-8ce2-553084f9bc0e | ubuntu-11.10-server-amd64 | ACTIVE | |
| ec7f9c5d-48b4-40e3-8e36-87fbdd099fee | ubuntu-12.04-server-amd64-ramdisk | ACTIVE | |
| fbb3a182-e610-448f-8042-0b1addb90750 | ubuntu-12.04-server-amd64-hostname | ACTIVE | |
+-------------------------------------------------------------+------------------------------------------------------+--- --------+------------------------------+
I am wondering how to make all these images seen in my the dashboard?
It will be much appreciated if someone can give me some hints about this.
Thanks,
Sam
Follow ups
References