Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenStack: Dev

Glance Image Upload error.

 

 

OpenStack dev RSS feed   Index | Next | Previous | View Threaded


trinath.somanchi at gmail

Jul 5, 2012, 4:44 AM

Post #1 of 8 (382 views)
Permalink
Glance Image Upload error.

Hi-

I have followed this document page to upload images into glance.

http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html

I have issued the commands as below following the document above.

*root [at] OpenstackControlle:~/Image# curl -d
'{"auth":{"passwordCredentials":{"username": "admin", "password":
"admin"}}}' -H "Content-type: application/json"
http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 319 0 244 100 75 548 168 --:--:-- --:--:-- --:--:--
548
{
"access": {
"serviceCatalog": {},
"token": {
"expires": "2012-07-06T09:43:20Z",
"id": "ab758cd3be864b17821ce073ea4358e5"
},
"user": {
"id": "668f5d9ca716417fa16208828c5acea8",
"name": "admin",
"roles": [],
"roles_links": [],
"username": "admin"
}
}
}


*But, I'm getting the following error

*root [at] OpenstackControlle:~/Image# glance add -A
ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true
container_format=bare disk_format=raw < uImage
=============================================================================================================================[100%]
35.0M/s, ETA 0h 0m 0s
Uploading image 'kernel'
Failed to add image. Got error:
You are not authenticated.
Details: 401 Unauthorized

This server could not verify that you are authorized to access the document
you requested. Either you supplied the wrong credentials (e.g., bad
password), or your browser does not understand how to supply the
credentials required.

Authentication required
*


This error might occur when there exists an error in environmental
variables.

But when I access the env vars they are accessible and not other errors
exists.

The following ENV vars are set.

*export SERVICE_ENDPOINT=http://localhost:35357/v2.0
export SERVICE_TOKEN=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL="http://localhost:5000/v2.0/"
*
Can you any one kindly help me on debugging/solving this issue.

Thanking you,

--
Regards,
----------------------------------------------
Trinath Somanchi,
+91 9866 235 130


Atul.Jha at csscorp

Jul 5, 2012, 5:04 AM

Post #2 of 8 (381 views)
Permalink
Re: Glance Image Upload error. [In reply to]

Are you installing/working on the Glance release of Openstack?


________________________________
From: openstack-bounces+atul.jha=csscorp.com [at] lists [openstack-bounces+atul.jha=csscorp.com [at] lists] on behalf of Trinath Somanchi [trinath.somanchi [at] gmail]
Sent: Thursday, July 05, 2012 5:14 PM
To: openstack [at] lists
Subject: [Openstack] Glance Image Upload error.

Hi-

I have followed this document page to upload images into glance.

http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html

I have issued the commands as below following the document above.

root [at] OpenstackControlle:~/Image# curl -d '{"auth":{"passwordCredentials":{"username": "admin", "password": "admin"}}}' -H "Content-type: application/json" http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 319 0 244 100 75 548 168 --:--:-- --:--:-- --:--:-- 548
{
"access": {
"serviceCatalog": {},
"token": {
"expires": "2012-07-06T09:43:20Z",
"id": "ab758cd3be864b17821ce073ea4358e5"
},
"user": {
"id": "668f5d9ca716417fa16208828c5acea8",
"name": "admin",
"roles": [],
"roles_links": [],
"username": "admin"
}
}
}


But, I'm getting the following error

root [at] OpenstackControlle:~/Image# glance add -A ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true container_format=bare disk_format=raw < uImage
=============================================================================================================================[100%] 35.0M/s, ETA 0h 0m 0s
Uploading image 'kernel'
Failed to add image. Got error:
You are not authenticated.
Details: 401 Unauthorized

This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.

Authentication required



This error might occur when there exists an error in environmental variables.

But when I access the env vars they are accessible and not other errors exists.

The following ENV vars are set.

export SERVICE_ENDPOINT=http://localhost:35357/v2.0
export SERVICE_TOKEN=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL="http://localhost:5000/v2.0/"

Can you any one kindly help me on debugging/solving this issue.

Thanking you,

--
Regards,
----------------------------------------------
Trinath Somanchi,
+91 9866 235 130

http://www.csscorp.com/common/email-disclaimer.php


trinath.somanchi at gmail

Jul 5, 2012, 5:19 AM

Post #3 of 8 (378 views)
Permalink
Re: Glance Image Upload error. [In reply to]

I installed Glance... While uploading image got this error...
On Jul 5, 2012 5:35 PM, "Atul Jha" <Atul.Jha [at] csscorp> wrote:

> Are you installing/working on the Glance release of Openstack?
>
>
> ------------------------------
> *From:* openstack-bounces+atul.jha=csscorp.com [at] lists[openstack-bounces+atul.jha=
> csscorp.com [at] lists] on behalf of Trinath Somanchi [
> trinath.somanchi [at] gmail]
> *Sent:* Thursday, July 05, 2012 5:14 PM
> *To:* openstack [at] lists
> *Subject:* [Openstack] Glance Image Upload error.
>
> Hi-
>
> I have followed this document page to upload images into glance.
>
>
> http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html
>
> I have issued the commands as below following the document above.
>
> *root [at] OpenstackControlle:~/Image# curl -d
> '{"auth":{"passwordCredentials":{"username": "admin", "password":
> "admin"}}}' -H "Content-type: application/json"
> http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left
> Speed
> 100 319 0 244 100 75 548 168 --:--:-- --:--:-- --:--:--
> 548
> {
> "access": {
> "serviceCatalog": {},
> "token": {
> "expires": "2012-07-06T09:43:20Z",
> "id": "ab758cd3be864b17821ce073ea4358e5"
> },
> "user": {
> "id": "668f5d9ca716417fa16208828c5acea8",
> "name": "admin",
> "roles": [],
> "roles_links": [],
> "username": "admin"
> }
> }
> }
>
>
> *But, I'm getting the following error
>
> *root [at] OpenstackControlle:~/Image# glance add -A
> ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true
> container_format=bare disk_format=raw < uImage
> =============================================================================================================================[100%]
> 35.0M/s, ETA 0h 0m 0s
> Uploading image 'kernel'
> Failed to add image. Got error:
> You are not authenticated.
> Details: 401 Unauthorized
>
> This server could not verify that you are authorized to access the
> document you requested. Either you supplied the wrong credentials (e.g.,
> bad password), or your browser does not understand how to supply the
> credentials required.
>
> Authentication required
> *
>
>
> This error might occur when there exists an error in environmental
> variables.
>
> But when I access the env vars they are accessible and not other errors
> exists.
>
> The following ENV vars are set.
>
> *export SERVICE_ENDPOINT=http://localhost:35357/v2.0
> export SERVICE_TOKEN=admin
> export OS_TENANT_NAME=admin
> export OS_USERNAME=admin
> export OS_PASSWORD=admin
> export OS_AUTH_URL="http://localhost:5000/v2.0/"
> *
> Can you any one kindly help me on debugging/solving this issue.
>
> Thanking you,
>
> --
> Regards,
> ----------------------------------------------
> Trinath Somanchi,
> +91 9866 235 130
>
> http://www.csscorp.com/common/email-disclaimer.php
>


Atul.Jha at csscorp

Jul 5, 2012, 5:29 AM

Post #4 of 8 (380 views)
Permalink
Re: Glance Image Upload error. [In reply to]

Trinath,
I meant are you working on the Diablo release? The documentation you shared related to glance is from diablo release of Openstack.

The latest stable Openstack release is Essex.
________________________________
From: Trinath Somanchi [trinath.somanchi [at] gmail]
Sent: Thursday, July 05, 2012 5:49 PM
To: Atul Jha
Cc: openstack [at] lists
Subject: RE: [Openstack] Glance Image Upload error.


I installed Glance... While uploading image got this error...

On Jul 5, 2012 5:35 PM, "Atul Jha" <Atul.Jha [at] csscorp<mailto:Atul.Jha [at] csscorp>> wrote:
Are you installing/working on the Glance release of Openstack?


________________________________
From: openstack-bounces+atul.jha=csscorp.com [at] lists<mailto:csscorp.com [at] lists> [openstack-bounces+atul.jha=csscorp.com [at] lists<mailto:csscorp.com [at] lists>] on behalf of Trinath Somanchi [trinath.somanchi [at] gmail<mailto:trinath.somanchi [at] gmail>]
Sent: Thursday, July 05, 2012 5:14 PM
To: openstack [at] lists<mailto:openstack [at] lists>
Subject: [Openstack] Glance Image Upload error.

Hi-

I have followed this document page to upload images into glance.

http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html

I have issued the commands as below following the document above.

root [at] OpenstackControlle:~/Image# curl -d '{"auth":{"passwordCredentials":{"username": "admin", "password": "admin"}}}' -H "Content-type: application/json" http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 319 0 244 100 75 548 168 --:--:-- --:--:-- --:--:-- 548
{
"access": {
"serviceCatalog": {},
"token": {
"expires": "2012-07-06T09:43:20Z",
"id": "ab758cd3be864b17821ce073ea4358e5"
},
"user": {
"id": "668f5d9ca716417fa16208828c5acea8",
"name": "admin",
"roles": [],
"roles_links": [],
"username": "admin"
}
}
}


But, I'm getting the following error

root [at] OpenstackControlle:~/Image# glance add -A ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true container_format=bare disk_format=raw < uImage
=============================================================================================================================[100%] 35.0M/s, ETA 0h 0m 0s
Uploading image 'kernel'
Failed to add image. Got error:
You are not authenticated.
Details: 401 Unauthorized

This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.

Authentication required



This error might occur when there exists an error in environmental variables.

But when I access the env vars they are accessible and not other errors exists.

The following ENV vars are set.

export SERVICE_ENDPOINT=http://localhost:35357/v2.0
export SERVICE_TOKEN=admin
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL="http://localhost:5000/v2.0/"

Can you any one kindly help me on debugging/solving this issue.

Thanking you,

--
Regards,
----------------------------------------------
Trinath Somanchi,
+91 9866 235 130<tel:%2B91%209866%20235%20130>

http://www.csscorp.com/common/email-disclaimer.php
http://www.csscorp.com/common/email-disclaimer.php


rsokolkov at gmail

Jul 5, 2012, 5:49 AM

Post #5 of 8 (379 views)
Permalink
Re: Glance Image Upload error. [In reply to]

Hi!

Do you use special service users or admin_token for services auth in
keystone?

Anyway you need to check glance configuration files.

*glance-api-paste.ini, glance-registry-paste.ini*

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
service_protocol = http
service_host = 127.0.0.1
service_port = 5000
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1:5000/
*admin_tenant_name = service*
*admin_user = glance*
*admin_password = glance*
*
*
*or *
*
*
*admin_token = ADMIN*

Also check that *glance-api.conf* and *glance-registry.conf* have this

[paste_deploy]
flavor = keystone

Thanks, Roman Sokolkov

2012/7/5 Trinath Somanchi <trinath.somanchi [at] gmail>

> I installed Glance... While uploading image got this error...
> On Jul 5, 2012 5:35 PM, "Atul Jha" <Atul.Jha [at] csscorp> wrote:
>
>> Are you installing/working on the Glance release of Openstack?
>>
>>
>> ------------------------------
>> *From:* openstack-bounces+atul.jha=csscorp.com [at] lists[openstack-bounces+atul.jha=
>> csscorp.com [at] lists] on behalf of Trinath Somanchi [
>> trinath.somanchi [at] gmail]
>> *Sent:* Thursday, July 05, 2012 5:14 PM
>> *To:* openstack [at] lists
>> *Subject:* [Openstack] Glance Image Upload error.
>>
>> Hi-
>>
>> I have followed this document page to upload images into glance.
>>
>>
>> http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html
>>
>> I have issued the commands as below following the document above.
>>
>> *root [at] OpenstackControlle:~/Image# curl -d
>> '{"auth":{"passwordCredentials":{"username": "admin", "password":
>> "admin"}}}' -H "Content-type: application/json"
>> http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
>> % Total % Received % Xferd Average Speed Time Time Time
>> Current
>> Dload Upload Total Spent Left
>> Speed
>> 100 319 0 244 100 75 548 168 --:--:-- --:--:--
>> --:--:-- 548
>> {
>> "access": {
>> "serviceCatalog": {},
>> "token": {
>> "expires": "2012-07-06T09:43:20Z",
>> "id": "ab758cd3be864b17821ce073ea4358e5"
>> },
>> "user": {
>> "id": "668f5d9ca716417fa16208828c5acea8",
>> "name": "admin",
>> "roles": [],
>> "roles_links": [],
>> "username": "admin"
>> }
>> }
>> }
>>
>>
>> *But, I'm getting the following error
>>
>> *root [at] OpenstackControlle:~/Image# glance add -A
>> ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true
>> container_format=bare disk_format=raw < uImage
>> =============================================================================================================================[100%]
>> 35.0M/s, ETA 0h 0m 0s
>> Uploading image 'kernel'
>> Failed to add image. Got error:
>> You are not authenticated.
>> Details: 401 Unauthorized
>>
>> This server could not verify that you are authorized to access the
>> document you requested. Either you supplied the wrong credentials (e.g.,
>> bad password), or your browser does not understand how to supply the
>> credentials required.
>>
>> Authentication required
>> *
>>
>>
>> This error might occur when there exists an error in environmental
>> variables.
>>
>> But when I access the env vars they are accessible and not other errors
>> exists.
>>
>> The following ENV vars are set.
>>
>> *export SERVICE_ENDPOINT=http://localhost:35357/v2.0
>> export SERVICE_TOKEN=admin
>> export OS_TENANT_NAME=admin
>> export OS_USERNAME=admin
>> export OS_PASSWORD=admin
>> export OS_AUTH_URL="http://localhost:5000/v2.0/"
>> *
>> Can you any one kindly help me on debugging/solving this issue.
>>
>> Thanking you,
>>
>> --
>> Regards,
>> ----------------------------------------------
>> Trinath Somanchi,
>> +91 9866 235 130
>>
>> http://www.csscorp.com/common/email-disclaimer.php
>>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack [at] lists
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>


--
Regards, Roman Sokolkov


dolph.mathews at gmail

Jul 5, 2012, 8:43 AM

Post #6 of 8 (369 views)
Permalink
Re: Glance Image Upload error. [In reply to]

The SERVICE_ENDPOINT and SERVICE_TOKEN variables are effectively overriding
the corresponding OS_* variables from your environment (they're not
intended to be used together); try removing the SERVICE_* variables.

The OS_* variables provide a normal authentication flow while the SERVICE_*
variables effectively bypass authentication, and are intended for when you
don't yet have an admin user in keystone.

-Dolph

On Thu, Jul 5, 2012 at 6:44 AM, Trinath Somanchi <trinath.somanchi [at] gmail
> wrote:

> Hi-
>
> I have followed this document page to upload images into glance.
>
>
> http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html
>
> I have issued the commands as below following the document above.
>
> *root [at] OpenstackControlle:~/Image# curl -d
> '{"auth":{"passwordCredentials":{"username": "admin", "password":
> "admin"}}}' -H "Content-type: application/json"
> http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left
> Speed
> 100 319 0 244 100 75 548 168 --:--:-- --:--:-- --:--:--
> 548
> {
> "access": {
> "serviceCatalog": {},
> "token": {
> "expires": "2012-07-06T09:43:20Z",
> "id": "ab758cd3be864b17821ce073ea4358e5"
> },
> "user": {
> "id": "668f5d9ca716417fa16208828c5acea8",
> "name": "admin",
> "roles": [],
> "roles_links": [],
> "username": "admin"
> }
> }
> }
>
>
> *But, I'm getting the following error
>
> *root [at] OpenstackControlle:~/Image# glance add -A
> ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true
> container_format=bare disk_format=raw < uImage
> =============================================================================================================================[100%]
> 35.0M/s, ETA 0h 0m 0s
> Uploading image 'kernel'
> Failed to add image. Got error:
> You are not authenticated.
> Details: 401 Unauthorized
>
> This server could not verify that you are authorized to access the
> document you requested. Either you supplied the wrong credentials (e.g.,
> bad password), or your browser does not understand how to supply the
> credentials required.
>
> Authentication required
> *
>
>
> This error might occur when there exists an error in environmental
> variables.
>
> But when I access the env vars they are accessible and not other errors
> exists.
>
> The following ENV vars are set.
>
> *export SERVICE_ENDPOINT=http://localhost:35357/v2.0
> export SERVICE_TOKEN=admin
> export OS_TENANT_NAME=admin
> export OS_USERNAME=admin
> export OS_PASSWORD=admin
> export OS_AUTH_URL="http://localhost:5000/v2.0/"
> *
> Can you any one kindly help me on debugging/solving this issue.
>
> Thanking you,
>
> --
> Regards,
> ----------------------------------------------
> Trinath Somanchi,
> +91 9866 235 130
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack [at] lists
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>


trinath.somanchi at gmail

Jul 5, 2012, 10:26 PM

Post #7 of 8 (368 views)
Permalink
Re: Glance Image Upload error. [In reply to]

Hi -

Nope, I'm not working on Diablo release.

But I have image in 3 parts. I want to store these three parts of the image
into glance as a single image. To achieve the same while doing a google
search found this procedure.

Hence, implemented the same.

Can any one guide me on how to store multiple parts of a single image into
glance.


thanks a lot for the replies.

On Thu, Jul 5, 2012 at 5:59 PM, Atul Jha <Atul.Jha [at] csscorp> wrote:

> Trinath,
> I meant are you working on the Diablo release? The documentation you
> shared related to glance is from diablo release of Openstack.
>
> The latest stable Openstack release is Essex.
> ------------------------------
> *From:* Trinath Somanchi [trinath.somanchi [at] gmail]
> *Sent:* Thursday, July 05, 2012 5:49 PM
> *To:* Atul Jha
> *Cc:* openstack [at] lists
> *Subject:* RE: [Openstack] Glance Image Upload error.
>
> I installed Glance... While uploading image got this error...
> On Jul 5, 2012 5:35 PM, "Atul Jha" <Atul.Jha [at] csscorp> wrote:
>
>> Are you installing/working on the Glance release of Openstack?
>>
>>
>> ------------------------------
>> *From:* openstack-bounces+atul.jha=csscorp.com [at] lists[openstack-bounces+atul.jha=
>> csscorp.com [at] lists] on behalf of Trinath Somanchi [
>> trinath.somanchi [at] gmail]
>> *Sent:* Thursday, July 05, 2012 5:14 PM
>> *To:* openstack [at] lists
>> *Subject:* [Openstack] Glance Image Upload error.
>>
>> Hi-
>>
>> I have followed this document page to upload images into glance.
>>
>>
>> http://docs.openstack.org/diablo/openstack-compute/install/content/uploading-to-glance.html
>>
>> I have issued the commands as below following the document above.
>>
>> *root [at] OpenstackControlle:~/Image# curl -d
>> '{"auth":{"passwordCredentials":{"username": "admin", "password":
>> "admin"}}}' -H "Content-type: application/json"
>> http://10.232.90.82:35357/v2.0/tokens | python -mjson.tool
>> % Total % Received % Xferd Average Speed Time Time Time
>> Current
>> Dload Upload Total Spent Left
>> Speed
>> 100 319 0 244 100 75 548 168 --:--:-- --:--:--
>> --:--:-- 548
>> {
>> "access": {
>> "serviceCatalog": {},
>> "token": {
>> "expires": "2012-07-06T09:43:20Z",
>> "id": "ab758cd3be864b17821ce073ea4358e5"
>> },
>> "user": {
>> "id": "668f5d9ca716417fa16208828c5acea8",
>> "name": "admin",
>> "roles": [],
>> "roles_links": [],
>> "username": "admin"
>> }
>> }
>> }
>>
>>
>> *But, I'm getting the following error
>>
>> *root [at] OpenstackControlle:~/Image# glance add -A
>> ab758cd3be864b17821ce073ea4358e5 name="kernel" is_public=true
>> container_format=bare disk_format=raw < uImage
>> =============================================================================================================================[100%]
>> 35.0M/s, ETA 0h 0m 0s
>> Uploading image 'kernel'
>> Failed to add image. Got error:
>> You are not authenticated.
>> Details: 401 Unauthorized
>>
>> This server could not verify that you are authorized to access the
>> document you requested. Either you supplied the wrong credentials (e.g.,
>> bad password), or your browser does not understand how to supply the
>> credentials required.
>>
>> Authentication required
>> *
>>
>>
>> This error might occur when there exists an error in environmental
>> variables.
>>
>> But when I access the env vars they are accessible and not other errors
>> exists.
>>
>> The following ENV vars are set.
>>
>> *export SERVICE_ENDPOINT=http://localhost:35357/v2.0
>> export SERVICE_TOKEN=admin
>> export OS_TENANT_NAME=admin
>> export OS_USERNAME=admin
>> export OS_PASSWORD=admin
>> export OS_AUTH_URL="http://localhost:5000/v2.0/"
>> *
>> Can you any one kindly help me on debugging/solving this issue.
>>
>> Thanking you,
>>
>> --
>> Regards,
>> ----------------------------------------------
>> Trinath Somanchi,
>> +91 9866 235 130
>>
>> http://www.csscorp.com/common/email-disclaimer.php
>>
> http://www.csscorp.com/common/email-disclaimer.php
>



--
Regards,
----------------------------------------------
Trinath Somanchi,
+91 9866 235 130


jaypipes at gmail

Jul 7, 2012, 8:24 AM

Post #8 of 8 (370 views)
Permalink
Re: Glance Image Upload error. [In reply to]

On 07/06/2012 01:26 AM, Trinath Somanchi wrote:
> Hi -
>
> Nope, I'm not working on Diablo release.
>
> But I have image in 3 parts. I want to store these three parts of the
> image into glance as a single image. To achieve the same while doing a
> google search found this procedure.
>
> Hence, implemented the same.
>
> Can any one guide me on how to store multiple parts of a single image
> into glance.

You cannot store multiple image parts in Glance -- you must store the
image as a single file. The backend that Glance uses for storage *may*
split the incoming file into chunks, but that's not something you will
see as a user of the Glance AAPI. That said, I *think* you mean that you
want to store a kernel image, a ramdisk image and a disk image in
Glance, and that is certainly possible -- but it's wrong to call those
"image parts" :)

Best,
-jay

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack [at] lists
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp

OpenStack dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.