[Openstack] ODS presentation slides

2012-10-15 Thread Atul Jha
Hello Stackers,


Is there a place to download/view all the presentations slides of ongoing 
Design Summit?


Cheers!!

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

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Trinath Somanchi
On Tue, Oct 16, 2012 at 12:48 AM, Nikhil Komawar <
nikhil.koma...@rackspace.com> wrote:

> AFAIK, 'glance add' has been deprecated. Did you try using 'glance
> image-create', you can add --debug flag as well to get to know better
> details. Let us know.
>
>
>
> -Nikhil
>
>
>
Hi-

How add the --debug flag. It throws an exception when I use this option.

Also, using "glance image-create" also throws the same exception.

root@openstackController:~# glance image-create --name="Ubuntu_Server_1204"
--is-public=true --container-format=ovf --disk-format=qcow2 --location
file:///root/openstack_images/ubuntu_server.img
Error communicating with /v1/images: [Errno 111] Connection refused






>
> -Original Message-
> From: "Skible OpenStack" 
> Sent: Monday, October 15, 2012 8:43am
> To: "Trinath Somanchi" 
> Cc: openstack@lists.launchpad.net
> Subject: Re: [Openstack] Folsom Glance Image upload error
>
>  All of this seems to be fine and correct
> Can you share with me how you installed Glance ?
>
> Le 15/10/2012 14:38, Trinath Somanchi a écrit :
>
> Please find the result of  "keystone endpoint-list" command
> root@openstackController:~# keystone endpoint-list
>
> +--+---+-+-++
> |id|   region  |
>  publicurl|   internalurl
> |  adminurl  |
>
> +--+---+-+-++
> | 418be94409f640e8be31d7b3f79f540d | RegionOne |
> http://10.232.90.115:5000/v2.0 |  http://10.232.90.115:5000/v2.0|
> http://10.232.90.115:35357/v2.0 |
> | 822a2a022b7c486ea9d43dbe15baffd5 | RegionOne |
> http://10.232.90.115:8776/v1/$(tenant_id)s |
> http://10.232.90.115:8776/v1/$(tenant_id)s |
> http://10.232.90.115:8776/v1/$(tenant_id)s |
> | 84aef086c8884dec9a6af41ee4f5a67b | RegionOne |
> http://10.232.90.115:8773/services/Cloud |
> http://10.232.90.115:8773/services/Cloud |
> http://10.232.90.115:8773/services/Admin |
> | 8f846871999048fcb22fd1819749674c | RegionOne |
> http://10.232.90.115:9292/v2 |   http://10.232.90.115:9292/v2 |
>  http://10.232.90.115:9292/v2 |
> | 91efaba9329248b1837e913f14213a8a | RegionOne |
> http://10.232.90.115:8774/v2/$(tenant_id)s |
> http://10.232.90.115:8774/v2/$(tenant_id)s |
> http://10.232.90.115:8774/v2/$(tenant_id)s |
> | dbf5e0b0d2864201bda64d95c3f66f02 | RegionOne |
> http://10.232.90.115:8080/v1/AUTH_$(tenant_id)s |
> http://10.232.90.115:8080/v1/AUTH_$(tenant_id)s |
> http://10.232.90.115:8080/v1 |
> | eddcdb2a81534d6fb3e3f33dc1abb247 | RegionOne |
> http://10.232.90.115:9696/ |http://10.232.90.115:9696/ |
> http://10.232.90.115:9696/ |
>
> +--+---+-+-++
>
> On Mon, Oct 15, 2012 at 6:07 PM, Skible OpenStack <
> skible.openst...@gmail.com> wrote:
>
>>
>> Can you paste the output of keystone endpoint-list command ?
>>
>> Le 15/10/2012 14:33, Trinath Somanchi a écrit :
>>
>> Hi-
>> I dont have any logs in the keystone.log file its empty
>> and here is the glance-api.conf file
>>  [DEFAULT]
>> # Show more verbose log output (sets INFO log level output)
>> verbose = True
>> # Show debugging output in logs (sets DEBUG log level output)
>> debug = False
>> # Which backend scheme should Glance use by default is not specified
>> # in a request to add a new image to Glance? Known schemes are determined
>> # by the known_stores option below.
>> # Default: 'file'
>> default_store = file
>> # List of which store classes and store class locations are
>> # currently known to glance at startup.
>> #known_stores = glance.store.filesystem.Store,
>> #   glance.store.http.Store,
>> #   glance.store.rbd.Store,
>> #   glance.store.s3.Store,
>> #   glance.store.swift.Store,
>> # Maximum image size (in bytes) that may be uploaded through the
>> # Glance API server. Defaults to 1 TB.
>> # WARNING: this value should only be increased after careful consideration
>> # and must be set to a value under 8 EB (9223372036854775808).
>> #image_size_cap = 1099511627776
>> # Address to bind the API server
>> bind_host = 0.0.0.0
>> # Port the bind the API server to
>> bind_port = 9292
>> # Log to this file. Make sure you do not set the same log
>> # file for both the API and registry servers!
>> log_file = /var/log/glance/api.log
>> # Backlog requests when creating socket
>> backlog = 4096
>> # TCP_KEEPIDLE value in seconds when creating socket.
>> # Not supported on OS X.
>> #tcp_keepidle = 600
>> # SQLAlchemy connection stri

[Openstack] Unconference QoS talk

2012-10-15 Thread Naresh Sehgal
There will be a QoS talk at 4:30pm during the unconference sessions on Tuesday 
if you are interested.

Thanks,

Naresh
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] ask for comments - Light weight Erasure code framework for swift

2012-10-15 Thread Duan, Jiangang
Some of our customers are interested in Erasure code than tri-replicate to save 
disk space.
We propose a BP "Light weight Erasure code framework for swift", which can be 
found here https://blueprints.launchpad.net/swift/+spec/swift-ec
The general idea is to have some daemon on storage node to do offline scan - 
select code object with big enough size to do EC. 

Will glad to hear any feedback on this. 


-jiangang




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] looking for a Nova scheduler filter plugin to boot nodes on named hosts

2012-10-15 Thread Christian Parpart
Hi all,

I am looking for a (Essex) Nova scheduler plugin that parses the
scheduler_hints to get a hostname of the
hypervisor to spawn the actual VM on, rejecting any other node.

This allows us to explicitely spawn a VM on a certain host (yes, there are
really usecases where you want that). :-)

I was trying to build my own and searching around since I couldn't believe
I was the only one, but didn't find one yet.

Does anyone of you maybe have the skills to actually write that simple
plugin, or even maybe knows where such
a plugin has already been developed?

Many thanks in advance,
Christian Parpart.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] StackTach unconference talk

2012-10-15 Thread Sandy Walsh
... is Wednesday 11:50 in 'Maggie' room.

If you're interested in debugging tools and performance monitoring ...  see you 
there!

-Sandy

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] glance image upload stable/folsom

2012-10-15 Thread Luis Gervaso
When tried to report it I realized that this was reported

This was the link:

https://bugs.launchpad.net/glance/+bug/1034787



On Mon, Oct 15, 2012 at 9:38 PM, Nikhil Komawar <
nikhil.koma...@rackspace.com> wrote:

> Can you please share some more context details?
>
>
>
> On what image are you trying to do the PUT request (what state is it in
> already?, are you trying to update the meta-s or a member? etc. info would
> help narrow down the scenario).
>
>
>
> P.S. Also, feel free to file a bug and add such background details in
> https://bugs.launchpad.net/glance/ so that developers can easily look at
> it.
>
>
>
> thanks,
>
> -Nikhil
>
>
> -Original Message-
> From: "Luis Gervaso" 
> Sent: Monday, October 15, 2012 12:32pm
> To: openstack@lists.launchpad.net
> Subject: [Openstack] glance image upload stable/folsom
>
>  Hi,
>
> Testing stable/folsom
>
> It seems that Glance PUT /v2/images/{id}/file does not change the image
> status from "queued" to "active"
>
> anyway the file upload / download works fine
>
> the workaround for us is switching to glance v1 only for this part
>
> Hope to hear about your experience
>
> Cheers
>
> --
> ---
> Luis Alberto Gervaso Martin
> Woorea Solutions, S.L
> CEO & CTO
> mobile: (+34) 627983344
> luis@ woorea.es
>



-- 
---
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO & CTO
mobile: (+34) 627983344
luis@ woorea.es
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] glance image upload stable/folsom

2012-10-15 Thread Nikhil Komawar

Can you please share some more context details?
 
On what image are you trying to do the PUT request (what state is it in 
already?, are you trying to update the meta-s or a member? etc. info would help 
narrow down the scenario).
 
P.S. Also, feel free to file a bug and add such background details in 
[https://bugs.launchpad.net/glance/] https://bugs.launchpad.net/glance/ so that 
developers can easily look at it.
 
thanks,
-Nikhil

-Original Message-
From: "Luis Gervaso" 
Sent: Monday, October 15, 2012 12:32pm
To: openstack@lists.launchpad.net
Subject: [Openstack] glance image upload stable/folsom



Hi,

Testing stable/folsom

It seems that Glance PUT /v2/images/{id}/file does not change the image status 
from "queued" to "active"

anyway the file upload / download works fine

 the workaround for us is switching to  glance v1 only for this part

Hope to hear about your experience

Cheers 

-- 
---
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO & CTO
mobile: (+34) 627983344
[mailto:luis.gerv...@gmail.com] luis@[http://woorea.es/] woorea.es___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] New Launchpad project for API docs, new Github repo

2012-10-15 Thread Anne Gentle
Hi all -

In order to offer more fine-grained understanding of needs for API
docs especially user docs, I've split the openstack-manuals project
out to have an openstack-api-site project in Launchpad so we can track
bugs. We'll be migrating the openstack-manuals bugs tagged with
api-site, compute-api, and so on, to the openstack-api-site project.
The idea is to separate API doc bug tracking from the admin manuals.
[1]

I'm also working on bringing API docs into a new Github repo, at
http://github.com/openstack/api-site, for which the above project
tracks bugs. The guides that are moving into this site are: API Quick
Start [2], Programming OpenStack Compute API with Shell and Python
[3], API Complete Reference [4].

You can also use the openstack-api-site project to track bugs against
the API specs housed in the following repositories:
compute-api
netconn-api
object-api
identity-api
image-api
volume-api

Use a tag on the bug that corresponds to the repo name in the above list.

I'm tracking the CI work here:
https://etherpad.openstack.org/api-site-structure which is all the
Jenkins/Zuul work that still needs done so that this new repository
can publish.

I welcome any questions about our new doc bug tracking overlord.
Thanks to Tom Fifield for all the doc bug triaging so far that helps
us identify this need.
Anne

[1] https://launchpad.net/openstack-api-site
[2] http://docs.openstack.org/api/quick-start/content/
[3] http://docs.openstack.org/api/openstack-compute/programmer/content/
[4] http://api.openstack.org

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] glance image upload stable/folsom

2012-10-15 Thread Luis Gervaso
Hi,

Testing stable/folsom

It seems that Glance PUT /v2/images/{id}/file does not change the image
status from "queued" to "active"

anyway the file upload / download works fine

the workaround for us is switching to glance v1 only for this part

Hope to hear about your experience

Cheers

-- 
---
Luis Alberto Gervaso Martin
Woorea Solutions, S.L
CEO & CTO
mobile: (+34) 627983344
luis@ woorea.es
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-15 Thread Kiall Mac Innes
While I can't answer your question (I've never used swift) - it's worth
mentioning many of the openstack folks are en-route/at the design summit.

Also - you might have more luck on the openstack-operators list, rather
than the general list.

Kiall
On Oct 15, 2012 2:57 PM, "Alejandro Comisario" <
alejandro.comisa...@mercadolibre.com> wrote:

> Its worth to know that the objects in the cluster, are going to be from
> 200KB the biggest and 50KB the tiniest.
> Any considerations regarding this ?
>
> -
> alejandrito
>
> On Thu, Oct 11, 2012 at 8:28 PM, Alejandro Comisario <
> alejandro.comisa...@mercadolibre.com> wrote:
>
>> Hi Stackers !
>> This is the thing, today we have a 24 datanodes (3 copies, 90TB usables)
>> each datanode has 2 intel hexacores CPU with HT and 96GB of RAM, and 6
>> Proxies with the same hardware configuration, using swift 1.4.8 with
>> keystone.
>> Regarding the networking, each proxy / datanodes has a dual 1Gb nic,
>> bonded in LACP mode 4, each of the proxies are behind an F5 BigIP Load
>> Balancer ( so, no worries over there ).
>>
>> Today, we are receiving 5000 RPM ( Requests per Minute ) with 660 RPM per
>> Proxies, i know its low, but now ... with a new product migration, soon (
>> really soon ) we are expecting to receive about a total of 90.000 RPM
>> average ( 1500 req / s ) with weekly peaks of 200.000 RPM ( 3500 req / s )
>> to the swift api, witch will be 90% public gets ( no keystone auth ) and
>> 10% authorized PUTS (keystone in the middle, worth to know that we have a
>> 10 keystone vms pool, connected to a 5 nodes galera mysql cluster, so no
>> worries there either )
>>
>> So, 3500 req/s divided by 6 proxy nodes doesnt sounds too much, but well,
>> its a number that we cant ignore.
>> What do you think about this numbers? does this 6 proxies sounds good, or
>> we should double or triple the proxies ? Does anyone has this size of
>> requests and can share their configs ?
>>
>> Thanks a lot, hoping to ear from you guys !
>>
>> -
>> alejandrito
>>
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] does swift support resume upload?

2012-10-15 Thread Tong Li

Tong Li
Emerging Technologies & Standards
Building 501/B205

openstack-bounces+litong01=us.ibm@lists.launchpad.net wrote on
10/15/2012 10:33:22 AM:

> From: 符永涛 
> To: Kuo Hugo ,
> Cc: openstack@lists.launchpad.net
> Date: 10/15/2012 10:35 AM
> Subject: Re: [Openstack] does swift support resume upload?
> Sent by: openstack-bounces+litong01=us.ibm@lists.launchpad.net
>
> Yes I mean resume broken transfer, or range post or multi thread upload.

As far as I know, swift currently does not support range post. it support
single range retrieval and we are in the process of support multi range
retrieval.

> 2012/10/15 Kuo Hugo 
> Do you mean "resume broken transfer" ?
>

> 2012/10/13 符永涛 
> Dear swift experts,
>
> We're planning to use swift to implement an upload service. And we
> want to know if swift support resume upload feature? Thank you.
>
> --
> 符永涛

> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp

>

>
> --
> +Hugo Kuo+
> tonyt...@gmail.com
> +886 935004793
>
>

>
> --
> 符永涛___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] does swift support resume upload?

2012-10-15 Thread 符永涛
Yes I mean resume broken transfer, or range post or multi thread upload.

2012/10/15 Kuo Hugo 

> Do you mean "resume broken transfer" ?
>
>
> 2012/10/13 符永涛 
>
>> Dear swift experts,
>>
>> We're planning to use swift to implement an upload service. And we want
>> to know if swift support resume upload feature? Thank you.
>>
>> --
>> 符永涛
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> +Hugo Kuo+
> tonyt...@gmail.com
> + 886 935004793
>
>


-- 
符永涛
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] does swift support resume upload?

2012-10-15 Thread 符永涛
Currently I prefer to implement range post and the html5 or flex client
should call an additional HEAD request with header info like "x-object-md5"
or so to notify the server to calculate the whole file's new md5. For the
post request just add "range" and "x-object-size" in the header.

2012/10/15 符永涛 

> Hi Tong Li,
>
> Thank you for your info. I'll consider the large object support. But I
> prefer range post or append node for my requirement is not large object but
> to improve user experience in the slow network environment. And I want to
> use html5 or flex to upload to swift object store.
> Currently I have two options, one is to use the large object support build
> in swift (I don't prefer this since for me the segments is very small
> there'll be too many segments which impacts the performance), another is to
> implement range post or append mode myself, it is not hard to implement but
> I encounter a problem of how to calculate the whole file's md5 without
> impact the performance(if only partial file content changes).
>
>
> 2012/10/15 Tong Li 
>
>>  I assume that you want to upload some pieces and later upload more,
>> then complete the object. If that is the case, you can use the large data
>> object upload which allows upload small pieces, after some time, upload
>> more, eventually upload a manifest file to complete the object. You can
>> find more information here.
>>
>> http://docs.openstack.org/developer/swift/overview_large_objects.html
>>
>> Tong Li
>> Emerging Technologies & Standards
>> Building 501/B205
>> liton...@us.ibm.com
>>
>> [image: Inactive hide details for 符永涛 ---10/13/2012 05:30:54 AM---Dear
>> swift experts, We're planning to use swift to implement an]符永涛
>> ---10/13/2012 05:30:54 AM---Dear swift experts, We're planning to use swift
>> to implement an upload service. And we want to
>>
>> From: 符永涛 
>> To: openstack@lists.launchpad.net,
>> Date: 10/13/2012 05:30 AM
>> Subject: [Openstack] does swift support resume upload?
>> Sent by: openstack-bounces+litong01=us.ibm@lists.launchpad.net
>> --
>>
>>
>>
>> Dear swift experts,
>>
>> We're planning to use swift to implement an upload service. And we want
>> to know if swift support resume upload feature? Thank you.
>>
>> --
>> 符永涛___
>> Mailing list: https://launchpad.net/~openstack
>>
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> 符永涛
>



-- 
符永涛
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] does swift support resume upload?

2012-10-15 Thread Kuo Hugo
Do you mean "resume broken transfer" ?


2012/10/13 符永涛 

> Dear swift experts,
>
> We're planning to use swift to implement an upload service. And we want to
> know if swift support resume upload feature? Thank you.
>
> --
> 符永涛
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
+Hugo Kuo+
tonyt...@gmail.com
+ 886 935004793
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] does swift support resume upload?

2012-10-15 Thread 符永涛
Hi Tong Li,

Thank you for your info. I'll considering the large object support. But I
prefer range post or append node for my requirement is not large object but
to improve user experience in the slow network environment. And I want to
use html5 or flex to upload to swift object store.
C urrently I have two options, one is to use the large object support build
in swift (I don't prefer this since for me the segments is very slow
there'll be too many segments which impacts the performance), another is to
implement range post or append mode myself, it is not hard to implement but
I encounter a problem of how to calculate the whole file's md5 without
impact the performance(if only partial file content changes).


2012/10/15 Tong Li 

> I assume that you want to upload some pieces and later upload more, then
> complete the object. If that is the case, you can use the large data object
> upload which allows upload small pieces, after some time, upload more,
> eventually upload a manifest file to complete the object. You can find more
> information here.
>
> http://docs.openstack.org/developer/swift/overview_large_objects.html
>
> Tong Li
> Emerging Technologies & Standards
> Building 501/B205
> liton...@us.ibm.com
>
> [image: Inactive hide details for 符永涛 ---10/13/2012 05:30:54 AM---Dear
> swift experts, We're planning to use swift to implement an]符永涛
> ---10/13/2012 05:30:54 AM---Dear swift experts, We're planning to use swift
> to implement an upload service. And we want to
>
> From: 符永涛 
> To: openstack@lists.launchpad.net,
> Date: 10/13/2012 05:30 AM
> Subject: [Openstack] does swift support resume upload?
> Sent by: openstack-bounces+litong01=us.ibm@lists.launchpad.net
> --
>
>
>
> Dear swift experts,
>
> We're planning to use swift to implement an upload service. And we want to
> know if swift support resume upload feature? Thank you.
>
> --
> 符永涛___
> Mailing list: https://launchpad.net/~openstack
>
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
符永涛
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-15 Thread Alejandro Comisario
Its worth to know that the objects in the cluster, are going to be from
200KB the biggest and 50KB the tiniest.
Any considerations regarding this ?

-
alejandrito

On Thu, Oct 11, 2012 at 8:28 PM, Alejandro Comisario <
alejandro.comisa...@mercadolibre.com> wrote:

> Hi Stackers !
> This is the thing, today we have a 24 datanodes (3 copies, 90TB usables)
> each datanode has 2 intel hexacores CPU with HT and 96GB of RAM, and 6
> Proxies with the same hardware configuration, using swift 1.4.8 with
> keystone.
> Regarding the networking, each proxy / datanodes has a dual 1Gb nic,
> bonded in LACP mode 4, each of the proxies are behind an F5 BigIP Load
> Balancer ( so, no worries over there ).
>
> Today, we are receiving 5000 RPM ( Requests per Minute ) with 660 RPM per
> Proxies, i know its low, but now ... with a new product migration, soon (
> really soon ) we are expecting to receive about a total of 90.000 RPM
> average ( 1500 req / s ) with weekly peaks of 200.000 RPM ( 3500 req / s )
> to the swift api, witch will be 90% public gets ( no keystone auth ) and
> 10% authorized PUTS (keystone in the middle, worth to know that we have a
> 10 keystone vms pool, connected to a 5 nodes galera mysql cluster, so no
> worries there either )
>
> So, 3500 req/s divided by 6 proxy nodes doesnt sounds too much, but well,
> its a number that we cant ignore.
> What do you think about this numbers? does this 6 proxies sounds good, or
> we should double or triple the proxies ? Does anyone has this size of
> requests and can share their configs ?
>
> Thanks a lot, hoping to ear from you guys !
>
> -
> alejandrito
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Dashboard edit_rule form customization

2012-10-15 Thread Roberto Sassu

On 10/15/2012 03:07 PM, Roberto Sassu wrote:

Hi everyone

I'trying to create a form in the OpenStack dashboard
which is similar to nova/access_and_security/edit_rules
but with some customizations.

First, I need to modify the action of 'Add rule' to
do a post to another view instead of adding the rule.
Then, there should be a new 'Add Rule' button, for example
placed at the same line of form fields, that allows to
add a new rule.

Second, I need to modify the action performed by the
'Delete' button, to delete the rule and to remain in the
current form.

Could you give me some hints about the modifications that
I should do to have this behaviour (I think that probably
I have to modify the javascript files)?



Sorry, I forgot to mention that I'm working on the code in
the stable/essex branch.

Thanks

Roberto Sassu



Thanks

Roberto Sassu



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Swift] Blueprint - multi-range-support

2012-10-15 Thread Tong Li
Can you one please review this change for blueprint multi-range-support?
https://review.openstack.org/#/c/14180/

The blueprint is here.
https://blueprints.launchpad.net/swift/+spec/multi-range-support

Thanks.

Tong Li
Emerging Technologies & Standards
Building 501/B205___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenStack Dashboard edit_rule form customization

2012-10-15 Thread Roberto Sassu

Hi everyone

I'trying to create a form in the OpenStack dashboard
which is similar to nova/access_and_security/edit_rules
but with some customizations.

First, I need to modify the action of 'Add rule' to
do a post to another view instead of adding the rule.
Then, there should be a new 'Add Rule' button, for example
placed at the same line of form fields, that allows to
add a new rule.

Second, I need to modify the action performed by the
'Delete' button, to delete the rule and to remain in the
current form.

Could you give me some hints about the modifications that
I should do to have this behaviour (I think that probably
I have to modify the javascript files)?

Thanks

Roberto Sassu

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] does swift support resume upload?

2012-10-15 Thread Tong Li
I assume that you want to upload some pieces and later upload more, then
complete the object. If that is the case, you can use the large data object
upload which allows upload small pieces, after some time, upload more,
eventually upload a manifest file to complete the object. You can find more
information here.

http://docs.openstack.org/developer/swift/overview_large_objects.html

Tong Li
Emerging Technologies & Standards
Building 501/B205
liton...@us.ibm.com



From:   符永涛 
To: openstack@lists.launchpad.net,
Date:   10/13/2012 05:30 AM
Subject:[Openstack] does swift support resume upload?
Sent by:openstack-bounces+litong01=us.ibm@lists.launchpad.net



Dear swift experts,

We're planning to use swift to implement an upload service. And we want to
know if swift support resume upload feature? Thank you.

--
符永涛___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Rechecking changes if jenkins fails

2012-10-15 Thread Sean Dague

Add a comment that just says "recheck" in the review.

-Sean

On 10/15/2012 05:51 AM, Pitucha, Stanislaw Izaak wrote:

Hi all,
Is there some way to trigger another check when Jenkins fails because of
issues unrelated to the change?
For example last time I submitted https://review.openstack.org/14374 Jenkins
failed job gate-nova-docs, but that was because some package could not be
downloaded properly:

01:31:58 Downloading/unpacking httplib2 (from -r
/home/jenkins/workspace/gate-nova-docs/tools/pip-requires (line 20))
01:31:58   Hash of the package
http://pypi.openstack.org/httplib2/httplib2-0.7.6.tar.gz#md5=3f440fff00e0d2d
3c2971693de283cdf (from http://pypi.openstack.org/httplib2/) () doesn't match the expected hash
3f440fff00e0d2d3c2971693de283cdf!
01:31:58 Bad md5 hash for package
http://pypi.openstack.org/httplib2/httplib2-0.7.6.tar.gz#md5=3f440fff00e0d2d
3c2971693de283cdf (from http://pypi.openstack.org/httplib2/)

It seems I could not do anything about it apart from waiting for another
change to be merged and triggering "Rebase change". It's the second time I
run into an issue like that.

I know some projects workaround it by running checks again after a specific
comment containing one word (recheck, rekick, ...). Is there any similar
system working / planned for Openstack?

Regards,
Stanisław Pitucha
Cloud Services
Hewlett Packard




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




--
Sean Dague
IBM Linux Technology Center
email: sda...@linux.vnet.ibm.com
alt-email: slda...@us.ibm.com


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Rechecking changes if jenkins fails

2012-10-15 Thread Pitucha, Stanislaw Izaak
Hi all,
Is there some way to trigger another check when Jenkins fails because of
issues unrelated to the change?
For example last time I submitted https://review.openstack.org/14374 Jenkins
failed job gate-nova-docs, but that was because some package could not be
downloaded properly:

01:31:58 Downloading/unpacking httplib2 (from -r
/home/jenkins/workspace/gate-nova-docs/tools/pip-requires (line 20))
01:31:58   Hash of the package
http://pypi.openstack.org/httplib2/httplib2-0.7.6.tar.gz#md5=3f440fff00e0d2d
3c2971693de283cdf (from http://pypi.openstack.org/httplib2/) () doesn't match the expected hash
3f440fff00e0d2d3c2971693de283cdf!
01:31:58 Bad md5 hash for package
http://pypi.openstack.org/httplib2/httplib2-0.7.6.tar.gz#md5=3f440fff00e0d2d
3c2971693de283cdf (from http://pypi.openstack.org/httplib2/)

It seems I could not do anything about it apart from waiting for another
change to be merged and triggering "Rebase change". It's the second time I
run into an issue like that.

I know some projects workaround it by running checks again after a specific
comment containing one word (recheck, rekick, ...). Is there any similar
system working / planned for Openstack?

Regards,
Stanisław Pitucha
Cloud Services 
Hewlett Packard




smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack


Can you paste the output of keystone endpoint-list command ?

Le 15/10/2012 14:33, Trinath Somanchi a écrit :

Hi-

I dont have any logs in the keystone.log file its empty

and here is the glance-api.conf file

[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True

# Show debugging output in logs (sets DEBUG log level output)
debug = False

# Which backend scheme should Glance use by default is not specified
# in a request to add a new image to Glance? Known schemes are determined
# by the known_stores option below.
# Default: 'file'
default_store = file

# List of which store classes and store class locations are
# currently known to glance at startup.
#known_stores = glance.store.filesystem.Store,
#   glance.store.http.Store,
#   glance.store.rbd.Store,
#   glance.store.s3.Store,
#   glance.store.swift.Store,


# Maximum image size (in bytes) that may be uploaded through the
# Glance API server. Defaults to 1 TB.
# WARNING: this value should only be increased after careful consideration
# and must be set to a value under 8 EB (9223372036854775808).
#image_size_cap = 1099511627776

# Address to bind the API server
bind_host = 0.0.0.0

# Port the bind the API server to
bind_port = 9292

# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
log_file = /var/log/glance/api.log

# Backlog requests when creating socket
backlog = 4096

# TCP_KEEPIDLE value in seconds when creating socket.
# Not supported on OS X.
#tcp_keepidle = 600

# SQLAlchemy connection string for the reference implementation
# registry server. Any valid SQLAlchemy connection string is fine.
# See: 
http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine

sql_connection = mysql://glance:password@localhost/glance

# Period in seconds after which SQLAlchemy should reestablish its 
connection

# to the database.
#
# MySQL uses a default `wait_timeout` of 8 hours, after which it will drop
# idle connections. This can result in 'MySQL Gone Away' exceptions. 
If you
# notice this, you can lower this value to ensure that SQLAlchemy 
reconnects

# before MySQL can drop the connection.
sql_idle_timeout = 3600

# Number of Glance API worker processes to start.
# On machines with more than one CPU increasing this value
# may improve performance (especially if using SSL with
# compression turned on). It is typically recommended to set
# this value to the number of CPUs present on your machine.
workers = 1

# Role used to identify an authenticated user as administrator
#admin_role = admin

# Allow unauthenticated users to access the API with read-only
# privileges. This only applies when using ContextMiddleware.
#allow_anonymous_access = False

# Allow access to version 1 of glance api
#enable_v1_api = True

# Allow access to version 2 of glance api
#enable_v2_api = True

# = Syslog Options 

# Send logs to syslog (/dev/log) instead of to file specified
# by `log_file`
use_syslog = False

# Facility to use. If unset defaults to LOG_USER.
#syslog_log_facility = LOG_LOCAL0

# = SSL Options ===

# Certificate file to use when starting API server securely
#cert_file = /path/to/certfile

# Private key file to use when starting API server securely
#key_file = /path/to/keyfile

# CA certificate file to use to verify connecting clients
#ca_file = /path/to/cafile

# = Security Options ==

# AES key for encrypting store 'location' metadata, including
# -- if used -- Swift or S3 credentials
# Should be set to a random string of length 16, 24 or 32 bytes
#metadata_encryption_key = <16, 24 or 32 char registry metadata key>

#  Registry Options ===

# Address to find the registry server
registry_host = 0.0.0.0

# Port the registry server is listening on
registry_port = 9191

# What protocol to use when connecting to the registry server?
# Set to https for secure HTTP communication
registry_client_protocol = http

# The path to the key file to use in SSL connections to the
# registry server, if any. Alternately, you may set the
# GLANCE_CLIENT_KEY_FILE environ variable to a filepath of the key file
#registry_client_key_file = /path/to/key/file

# The path to the cert file to use in SSL connections to the
# registry server, if any. Alternately, you may set the
# GLANCE_CLIENT_CERT_FILE environ variable to a filepath of the cert file
#registry_client_cert_file = /path/to/cert/file

# The path to the certifying authority cert file to use in SSL connections
# to the registry server, if any. Alternately, you may set the
# GLANCE_CLIENT_CA_FILE environ variable to a filepath of the CA cert file
#registry_client_ca_file = /path/to/ca/file

#  Notification System Options =

# Notifications can be sent when image

Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Trinath Somanchi
Hi-

I dont have any logs in the keystone.log file its empty

and here is the glance-api.conf file

[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True

# Show debugging output in logs (sets DEBUG log level output)
debug = False

# Which backend scheme should Glance use by default is not specified
# in a request to add a new image to Glance? Known schemes are determined
# by the known_stores option below.
# Default: 'file'
default_store = file

# List of which store classes and store class locations are
# currently known to glance at startup.
#known_stores = glance.store.filesystem.Store,
#   glance.store.http.Store,
#   glance.store.rbd.Store,
#   glance.store.s3.Store,
#   glance.store.swift.Store,


# Maximum image size (in bytes) that may be uploaded through the
# Glance API server. Defaults to 1 TB.
# WARNING: this value should only be increased after careful consideration
# and must be set to a value under 8 EB (9223372036854775808).
#image_size_cap = 1099511627776

# Address to bind the API server
bind_host = 0.0.0.0

# Port the bind the API server to
bind_port = 9292

# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
log_file = /var/log/glance/api.log

# Backlog requests when creating socket
backlog = 4096

# TCP_KEEPIDLE value in seconds when creating socket.
# Not supported on OS X.
#tcp_keepidle = 600

# SQLAlchemy connection string for the reference implementation
# registry server. Any valid SQLAlchemy connection string is fine.
# See:
http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html#sqlalchemy.create_engine
sql_connection = mysql://glance:password@localhost/glance

# Period in seconds after which SQLAlchemy should reestablish its connection
# to the database.
#
# MySQL uses a default `wait_timeout` of 8 hours, after which it will drop
# idle connections. This can result in 'MySQL Gone Away' exceptions. If you
# notice this, you can lower this value to ensure that SQLAlchemy reconnects
# before MySQL can drop the connection.
sql_idle_timeout = 3600

# Number of Glance API worker processes to start.
# On machines with more than one CPU increasing this value
# may improve performance (especially if using SSL with
# compression turned on). It is typically recommended to set
# this value to the number of CPUs present on your machine.
workers = 1

# Role used to identify an authenticated user as administrator
#admin_role = admin

# Allow unauthenticated users to access the API with read-only
# privileges. This only applies when using ContextMiddleware.
#allow_anonymous_access = False

# Allow access to version 1 of glance api
#enable_v1_api = True

# Allow access to version 2 of glance api
#enable_v2_api = True

# = Syslog Options 

# Send logs to syslog (/dev/log) instead of to file specified
# by `log_file`
use_syslog = False

# Facility to use. If unset defaults to LOG_USER.
#syslog_log_facility = LOG_LOCAL0

# = SSL Options ===

# Certificate file to use when starting API server securely
#cert_file = /path/to/certfile

# Private key file to use when starting API server securely
#key_file = /path/to/keyfile

# CA certificate file to use to verify connecting clients
#ca_file = /path/to/cafile

# = Security Options ==

# AES key for encrypting store 'location' metadata, including
# -- if used -- Swift or S3 credentials
# Should be set to a random string of length 16, 24 or 32 bytes
#metadata_encryption_key = <16, 24 or 32 char registry metadata key>

#  Registry Options ===

# Address to find the registry server
registry_host = 0.0.0.0

# Port the registry server is listening on
registry_port = 9191

# What protocol to use when connecting to the registry server?
# Set to https for secure HTTP communication
registry_client_protocol = http

# The path to the key file to use in SSL connections to the
# registry server, if any. Alternately, you may set the
# GLANCE_CLIENT_KEY_FILE environ variable to a filepath of the key file
#registry_client_key_file = /path/to/key/file

# The path to the cert file to use in SSL connections to the
# registry server, if any. Alternately, you may set the
# GLANCE_CLIENT_CERT_FILE environ variable to a filepath of the cert file
#registry_client_cert_file = /path/to/cert/file

# The path to the certifying authority cert file to use in SSL connections
# to the registry server, if any. Alternately, you may set the
# GLANCE_CLIENT_CA_FILE environ variable to a filepath of the CA cert file
#registry_client_ca_file = /path/to/ca/file

#  Notification System Options =

# Notifications can be sent when images are create, updated or deleted.
# There are three methods of sending notifications, logging (via the
# log_file direct

Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack

can you send me the glance-api.conf
and the keystone.log please.
Le 15/10/2012 13:11, Trinath Somanchi a écrit :

Hi-

I followed the folsom guide given below,
but the error is intact.

ERROR: Unable to load glance-api-keystone from configuration file 
/etc/glance/glance-api-paste.ini.
Got: ImportError("'/usr/local/lib/python2.7/dist-packages/glance-2012.2-py2.7.egg/glance/api/__init__.pyc'> 
has no 'root_app_factory' attribute",)


Any guidance on troubleshooting the same'

The glance-api-paste.ini is as follows

# Use this pipeline for no auth or image caching - DEFAULT
[pipeline:glance-api]
pipeline = versionnegotiation unauthenticated-context rootapp

# Use this pipeline for image caching and no auth
[pipeline:glance-api-caching]
pipeline = versionnegotiation unauthenticated-context cache rootapp

# Use this pipeline for caching w/ management interface but no auth
[pipeline:glance-api-cachemanagement]
pipeline = versionnegotiation unauthenticated-context cache 
cachemanage rootapp


# Use this pipeline for keystone auth
[pipeline:glance-api-keystone]
pipeline = versionnegotiation authtoken context rootapp

# Use this pipeline for keystone auth with image caching
[pipeline:glance-api-keystone+caching]
pipeline = versionnegotiation authtoken context cache rootapp

# Use this pipeline for keystone auth with caching and cache management
[pipeline:glance-api-keystone+cachemanagement]
pipeline = versionnegotiation authtoken context cache cachemanage rootapp

[composite:rootapp]
paste.composite_factory = glance.api:root_app_factory
/: apiversions
/v1: apiv1app
/v2: apiv2app

[app:apiversions]
paste.app_factory = glance.api.versions:create_resource

[app:apiv1app]
paste.app_factory = glance.api.v1.router:API.factory

[app:apiv2app]
paste.app_factory = glance.api.v2.router:API.factory

[filter:versionnegotiation]
paste.filter_factory = 
glance.api.middleware.version_negotiation:VersionNegotiationFilter.factory


[filter:cache]
paste.filter_factory = glance.api.middleware.cache:CacheFilter.factory

[filter:cachemanage]
paste.filter_factory = 
glance.api.middleware.cache_manage:CacheManageFilter.factory


[filter:context]
paste.filter_factory = 
glance.api.middleware.context:ContextMiddleware.factory


[filter:unauthenticated-context]
paste.filter_factory = 
glance.api.middleware.context:UnauthenticatedContextMiddleware.factory


[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 10.232.90.115
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password







On Mon, Oct 15, 2012 at 4:28 PM, Skible OpenStack 
mailto:skible.openst...@gmail.com>> wrote:


This is why you were getting the Err111 because you can't reach
Glance-api service since it doesn't load !

ERROR: Unable to load glance-api from configuration file
/etc/glance/glance-api-paste.ini

Verify your glance-api-paste.ini file with the steps provided in
this Folsom Install Guide


to find what's missing :

Le 15/10/2012 12:55, Trinath Somanchi a écrit :

ERROR: Unable to load glance-api from configuration file
/etc/glance/glance-api-paste.ini





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



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Folsom Glance API error

2012-10-15 Thread Trinath Somanchi
Hi-

I have installed Folsom Glance release in my ubuntu system.,

When I start the glance-api, i get this error

root@openstackController:~/openstack_images# /usr/bin/python
/usr/local/bin/glance-api

2012-10-15 17:24:08 DEBUG glance.common.config [-] Loading
glance-api-keystone from /etc/glance/glance-api-paste.ini from (pid=4689)
load_paste_app
/usr/local/lib/python2.7/dist-packages/glance-2012.2-py2.7.egg/glance/common/config.py:181

*ERROR: Unable to load glance-api-keystone from configuration file
/etc/glance/glance-api-paste.ini.*
*Got: ImportError("
has no 'root_app_factory' attribute",)*

Can any one help me on troubleshooting this error.

There is an ImportError specified. I'm not clear on this error message.

Thanking you

-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Trinath Somanchi
Hi-

I followed the folsom guide given below,
but the error is intact.

ERROR: Unable to load glance-api-keystone from configuration file
/etc/glance/glance-api-paste.ini.
Got: ImportError("
has no 'root_app_factory' attribute",)

Any guidance on troubleshooting the same'

The glance-api-paste.ini is as follows

# Use this pipeline for no auth or image caching - DEFAULT
[pipeline:glance-api]
pipeline = versionnegotiation unauthenticated-context rootapp

# Use this pipeline for image caching and no auth
[pipeline:glance-api-caching]
pipeline = versionnegotiation unauthenticated-context cache rootapp

# Use this pipeline for caching w/ management interface but no auth
[pipeline:glance-api-cachemanagement]
pipeline = versionnegotiation unauthenticated-context cache cachemanage
rootapp

# Use this pipeline for keystone auth
[pipeline:glance-api-keystone]
pipeline = versionnegotiation authtoken context rootapp

# Use this pipeline for keystone auth with image caching
[pipeline:glance-api-keystone+caching]
pipeline = versionnegotiation authtoken context cache rootapp

# Use this pipeline for keystone auth with caching and cache management
[pipeline:glance-api-keystone+cachemanagement]
pipeline = versionnegotiation authtoken context cache cachemanage rootapp

[composite:rootapp]
paste.composite_factory = glance.api:root_app_factory
/: apiversions
/v1: apiv1app
/v2: apiv2app

[app:apiversions]
paste.app_factory = glance.api.versions:create_resource

[app:apiv1app]
paste.app_factory = glance.api.v1.router:API.factory

[app:apiv2app]
paste.app_factory = glance.api.v2.router:API.factory

[filter:versionnegotiation]
paste.filter_factory =
glance.api.middleware.version_negotiation:VersionNegotiationFilter.factory

[filter:cache]
paste.filter_factory = glance.api.middleware.cache:CacheFilter.factory

[filter:cachemanage]
paste.filter_factory =
glance.api.middleware.cache_manage:CacheManageFilter.factory

[filter:context]
paste.filter_factory =
glance.api.middleware.context:ContextMiddleware.factory

[filter:unauthenticated-context]
paste.filter_factory =
glance.api.middleware.context:UnauthenticatedContextMiddleware.factory

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 10.232.90.115
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = password







On Mon, Oct 15, 2012 at 4:28 PM, Skible OpenStack <
skible.openst...@gmail.com> wrote:

>  This is why you were getting the Err111 because you can't reach
> Glance-api service since it doesn't load !
>
> ERROR: Unable to load glance-api from configuration file
> /etc/glance/glance-api-paste.ini
>
> Verify your glance-api-paste.ini file with the steps provided in this Folsom
> Install 
> Guideto
>  find what's missing :
>
> Le 15/10/2012 12:55, Trinath Somanchi a écrit :
>
> ERROR: Unable to load glance-api from configuration file
> /etc/glance/glance-api-paste.ini
>
>
>


-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack
This is why you were getting the Err111 because you can't reach 
Glance-api service since it doesn't load !
ERROR: Unable to load glance-api from configuration file 
/etc/glance/glance-api-paste.ini


Verify your glance-api-paste.ini file with the steps provided in this 
Folsom Install Guide 
 
to find what's missing :


Le 15/10/2012 12:55, Trinath Somanchi a écrit :
ERROR: Unable to load glance-api from configuration file 
/etc/glance/glance-api-paste.ini


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Trinath Somanchi
Hi-

I got this error when i executed the GLANCE API

root@openstackController:~# /usr/bin/python /usr/local/bin/glance-api

2012-10-15 16:23:19 DEBUG glance.common.config [-] Loading glance-api from
/etc/glance/glance-api-paste.ini from (pid=12873) load_paste_app
/usr/local/lib/python2.7/dist-packages/glance-2012.2-py2.7.egg/glance/common/config.py:181
ERROR: Unable to load glance-api from configuration file
/etc/glance/glance-api-paste.ini.
Got: ImportError("
has no 'root_app_factory' attribute",)



On Mon, Oct 15, 2012 at 1:48 PM, Trinath Somanchi <
trinath.soman...@gmail.com> wrote:

> Hi-
>
> I have installed Folsom Glance in my Ubuntu machine.
>
> When I upload the Image to glance, the get this error
>
> root@openstackController:~/openstack_images# glance add
> name="Ubuntu_Server_1204" is_public=true container_format=ovf
> disk_format=qcow2 < ubuntu_server.img
> Error communicating with /v1/images: [Errno 111] Connection refused
>
>
> Can any one help me on solving the issue.
>
> Thanking you
>
>
> --
> Regards,
> --
> Trinath Somanchi,
> +91 9866 235 130
>
>


-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Performance

2012-10-15 Thread Sriram Subramanian
Thanks Josh, LL talk to Anne n organizers.

Sent from my Windows Phone
From: Joshua Harlow
Sent: 10/15/2012 12:01 AM
To: Michael Still; Sriram Subramanian
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] OpenStack Performance
And of course: http://summit.openstack.org/cfp/details/93

That seems pretty much the same as what u are doing :-)

On 10/14/12 8:36 AM, "Michael Still"  wrote:

>On 10/14/2012 03:06 PM, Sriram Subramanian wrote:
>> Frans:
>>
>> Does the report you are talking about has any info on OpenStack
>>performance?
>> Is it sharable?
>>
>> One of the sessions during the summit next week aims at brainstorming
>>ways
>> to do performance and scalability testing for OpenStack.
>>
>> http://summit.openstack.org/cfp/details/37
>
>This sounds like an interesting session. I will try and make it.
>
>I was chasing a performance problem the other day that turned out to be
>a locking issue. In the process I had to add a bunch of instrumentation
>to nova, and I'd like to see some of that land in the code base.
>
>Mikal
>
>___
>Mailing list: https://launchpad.net/~openstack
>Post to : openstack@lists.launchpad.net
>Unsubscribe : https://launchpad.net/~openstack
>More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom Glance Image upload error

2012-10-15 Thread Skible OpenStack

Hi,

This looks like there is something did not start correclty, please give 
me the last 15 lines of glance-api & glance registry log files.


Le 15/10/2012 10:18, Trinath Somanchi a écrit :

Hi-

I have installed Folsom Glance in my Ubuntu machine.

When I upload the Image to glance, the get this error

root@openstackController:~/openstack_images# glance add 
name="Ubuntu_Server_1204" is_public=true container_format=ovf 
disk_format=qcow2 < ubuntu_server.img

Error communicating with /v1/images: [Errno 111] Connection refused


Can any one help me on solving the issue.

Thanking you


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



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Folsom Glance Image upload error

2012-10-15 Thread Trinath Somanchi
Hi-

I have installed Folsom Glance in my Ubuntu machine.

When I upload the Image to glance, the get this error

root@openstackController:~/openstack_images# glance add
name="Ubuntu_Server_1204" is_public=true container_format=ovf
disk_format=qcow2 < ubuntu_server.img
Error communicating with /v1/images: [Errno 111] Connection refused


Can any one help me on solving the issue.

Thanking you


-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Performance

2012-10-15 Thread Joshua Harlow
And of course: http://summit.openstack.org/cfp/details/93

That seems pretty much the same as what u are doing :-)

On 10/14/12 8:36 AM, "Michael Still"  wrote:

>On 10/14/2012 03:06 PM, Sriram Subramanian wrote:
>> Frans:
>> 
>> Does the report you are talking about has any info on OpenStack
>>performance?
>> Is it sharable?
>> 
>> One of the sessions during the summit next week aims at brainstorming
>>ways
>> to do performance and scalability testing for OpenStack.
>> 
>> http://summit.openstack.org/cfp/details/37
>
>This sounds like an interesting session. I will try and make it.
>
>I was chasing a performance problem the other day that turned out to be
>a locking issue. In the process I had to add a bunch of instrumentation
>to nova, and I'd like to see some of that land in the code base.
>
>Mikal
>
>___
>Mailing list: https://launchpad.net/~openstack
>Post to : openstack@lists.launchpad.net
>Unsubscribe : https://launchpad.net/~openstack
>More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp