Re: [Openstack] Is Packstack a development environment?

2013-09-06 Thread Matthias Runge
On 26/08/13 13:20, Peeyush Gupta wrote: > Hi all, > > I have been using openstack through devstack on Ubuntu 12.04 LTS. > Now, I want to try out packstack, but before that I want to know if I > would similar environment through packstack. I can make changes in the > file present in /opt/stack dire

Re: [Openstack] Novnc does not really work

2013-09-06 Thread Yannick Foeillet
Hi all,It's ok now, i found a 'typo' in nova-conf file on one of my compute :novncproxy_base_url=http:192.168.0.169:6080/vnc_auto.htmlinstead ofnovncproxy_base_url=http://192.168.0.169:6080/vnc_auto.htmlThank you.Le 4 sept. 2013 à 17:31, Yannick Foeillet a écrit :Than

Re: [Openstack] Instance CPU frequency resizing

2013-09-06 Thread 한종우
The processor clock of vm follows clock of hypervisor's. I looks like your instances reside in different bare metal. Try to fix clock of hypervisor. 2013/9/6 Batsayan Das > > Hi, > > In my test scenario, I need two medium ubuntu instance. The only > difference between the instances is CPU frequ

[Openstack] How much partition number should be on disk

2013-09-06 Thread Vil Surkin
Hello, When i create ring, i use formula like "disks_numbers * 100 and round to nearest power of two". I calculate param "part_power" to be near 100 on each disk. But when i add devices to ring and rebalance them, then i get number of partitions multiplied to "replica_count" number. So, how mu

Re: [Openstack] How much partition number should be on disk

2013-09-06 Thread Vil Surkin
In source code (https://github.com/openstack/swift/blob/master/bin/swift-ring-builder line 289) i found, that partitions count multiple 'replica_count' param only when i print information about ring. So, what 'partition_power' i should use for installation with, for example, 500 disks? And how

Re: [Openstack] Quantum/Grizzy - Instance doesn't get IP

2013-09-06 Thread Nicolae Paladi
Hi Marcelo, I have the same issue (I'm on CentOS 6.4 though); have you found a solution? There was a similar thread earler: http://openstack.redhat.com/forum/discussion/230/warning-quantum-db-agentschedulers_db-fail-scheduling-network/p1 Make sure that all agents are up in 'quantum agent-list' A

[Openstack] [Trove] Relational or Non-relational DB?

2013-09-06 Thread Giuseppe Galeota
Dear all, I am a developer interested to the Databases as a Service, and in particular for creation of relational and non-relational databases. So I joined the Trove project. On this link (https://wiki.openstack.org/wiki/Trove#Mission_Statement) I read: "Mission of Trove: to provide scalable and r

[Openstack] [Trove]

2013-09-06 Thread Giuseppe Galeota
Dear all, I think that there is a poor documentation about Trove architecture and operation. 1) Can you link me a guide to the Trove architecture, in order to better understand how databases instances are created by Trove's components? Thank you very much, Giuseppe ___

Re: [Openstack] [Trove] Relational or Non-relational DB?

2013-09-06 Thread Josh Odom
Hi Giuesppe, The mission statement for trove was recently changed and approved by the technical committee to include both relational and non-relational databases. There are several blueprints in place for non-relational data stores with some implementation work also in flight. -Josh From: Gi

Re: [Openstack] [openstack-dev] [Trove]

2013-09-06 Thread Michael Basnight
On Sep 6, 2013, at 8:30 AM, Giuseppe Galeota wrote: > Dear all, > I think that there is a poor documentation about Trove architecture and > operation. Thanks for your interest in trove. I agree. As ptl I will devote time (now that the h3 madness has slowed for us) to doc'ing better information

Re: [Openstack] Quantum/Grizzy - Instance doesn't get IP

2013-09-06 Thread Marcelo Dieder
Hi Nicolae, Apparently I have not located the problem, but I followed the tutorial and now the quantum agent-list command worked. I made a comparison with the packages and guide http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_controller.html The difference between t

Re: [Openstack] How much partition number should be on disk

2013-09-06 Thread Chuck Thier
At a minimum, you want 100 partitions per disk. More partitions doesn't really matter unless you get way too many (for example 100K partitions on a disk is probably a bad idea). And yes, since there are 3 replicas, there will be 3 copies of every partition. When determining the part power, you r

Re: [Openstack] Quantum/Grizzy - Instance doesn't get IP

2013-09-06 Thread Marcelo Dieder
The python-quantumclient also has different versions at the two guides. Marcelo Dieder On 09/06/2013 11:26 AM, Marcelo Dieder wrote: Hi Nicolae, Apparently I have not located the problem, but I followed the tutorial and now the quantum agent-list command worked. I made a comparison with the

[Openstack] [LBAAS] roadmap

2013-09-06 Thread Yannick Foeillet
Hi Openstackers, I am running a grizzly os plateform and i've tried to implement LBAAS with quantum-lbaas-agent package. Installation and configuration are pretty simples, but i was stopped when i tried to assign a floating ip as VIP. It seems not to be supported yet, and i am wondering if anybo

Re: [Openstack] Quantum/Grizzy - Instance doesn't get IP

2013-09-06 Thread Nicolae Paladi
Hi Marcelo, I might have a solution to the "not getting an IP address" problem, at least it works for me; so, briefly, I use network type VLAN (should not make a difference, not sure) on 3 nodes atm (one controller/network (A), + two compute hosts (B, C)); I went the "diagnostic" way, with trial

Re: [Openstack] Keystone 'NoneType' object is unsubscriptable error

2013-09-06 Thread Goldstone, Robin J.
I opened a bug yesterday morning but so far no one has looked at it: https://bugs.launchpad.net/keystone/+bug/1221331 How long should I expect it to take for someone to look at this? I am dead in the water trying to install RDO until someone can help me with this… Thanks, Robin From: Sean McCu

Re: [Openstack] Error when calling l3-agent-router-add

2013-09-06 Thread Nicolae Paladi
Hi, thank you for clarifying this to me and pointing to the bug report. However, the issue I was getting at was that I can't reach the guests and get a "no route to host" error, even though I can ping the gateway; I thought that adding the router to several l3-agents would solve this issue (jus

[Openstack] Havana-3 development milestone available

2013-09-06 Thread Thierry Carrez
Hi everyone, The last milestone in the Havana development cycle, "havana-3" is now available for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer, and Heat. In the last 7 weeks, more than 200 features were added and more than 750 bugs fixed (!). You can see the full list of new featur

Re: [Openstack] [openstack-dev] [Trove] Poor documentation about Trove architecture and operation.

2013-09-06 Thread Giuseppe Galeota
Hi Michael, I am very grateful to you. I can't wait to see your documentation about Trove/Reddwarf! Giuseppe. 2013/9/6 Michael Basnight > On Sep 6, 2013, at 8:30 AM, Giuseppe Galeota > wrote: > > Dear all, > I think that there is a poor documentation about Trove architecture and > operation.

Re: [Openstack] Keystone 'NoneType' object is unsubscriptable error

2013-09-06 Thread Adam Young
I've seen that before. It has been a while since I looked into it, but it is not an error in Kesytone iteslf, but rather the part of the setup talking to Keystone. I'll take the bug and comment on it there. On 09/06/2013 11:52 AM, Goldstone, Robin J. wrote: I opened a bug yesterday mornin

Re: [Openstack] Havana-3 development milestone available

2013-09-06 Thread Martinx - ジェームズ
AWESOME!! OpenStack is very impressive!! Can't wait to use it with IPv6! :-P Thank you guys!! On 6 September 2013 12:59, Thierry Carrez wrote: > Hi everyone, > > The last milestone in the Havana development cycle, "havana-3" is now > available for Keystone, Glance, Nova, Horizon, Neutron, Cinde

[Openstack] [OpenStack] Links to summit sessions

2013-09-06 Thread John Griffith
Not sure if I'm missing something but... I've had a number of people ask me "what happened to the links to the summit sessions". It seems that if you try and go to a link for a session it just redirects back to the main page. Even from there if you search and find the session topic and click, it

[Openstack] OpenStack Community Weekly Newsletter (Aug 30 – Sep 6)

2013-09-06 Thread Stefano Maffulli
Register Now For The Summit in Hong Kong ?? ?? ???, OpenStack Heat and Ceilometer got their dashboard panel