Re: [Openstack] Heat - Malformed endpoint URL

2013-10-30 Thread Andreas Jaeger
On 10/31/2013 02:32 AM, Tom Fifield wrote: > On 31/10/13 12:19, Martinx - ジェームズ wrote: >> Mmm... Apparently, the document is wrong, I tried this now: >> >> keystone endpoint-create --region sp-east-1 --service-id >> $heat_service_id --publicurl >> 'http://heat-srv-1.yourdomain.com:8004/v1/\$(tenant

[Openstack] 答复: cinder reserve unreserve volume dispose different fot the same situation

2013-10-30 Thread Zhangyanzi
This situation also appears in other methods of cinder. Is it right? 发件人: Zhangyanzi [mailto:zhangya...@huawei.com] 发送时间: 2013年10月31日 10:20 收件人: openstack@lists.openstack.org 抄送: gfide...@redhat.com 主题: [Openstack] cinder reserve unreserve volume dispose different fot the same situation In reser

Re: [Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Martinx - ジェームズ
Oops! My mistake! Heat running! Tks! :-D On 30 October 2013 23:35, Tom Fifield wrote: > On 31/10/13 12:25, Martinx - ジェームズ wrote: > >> Guys, >> >> I'm trying to install and enable Heat but, I'm facing some problems, look: >> >> >> heat.log: >> >> Right after clicking on "Dashboard -> Stacks":

[Openstack] cinder reserve unreserve volume dispose different fot the same situation

2013-10-30 Thread Zhangyanzi
In reserve volume: def reserve_volume(self, context, volume): if volume['status'] == 'available': self.update(context, volume, {"status": "attaching"}) else: msg = _("Volume status must be available to reserve") LOG.error(msg

Re: [Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Tom Fifield
On 31/10/13 12:25, Martinx - ジェームズ wrote: Guys, I'm trying to install and enable Heat but, I'm facing some problems, look: heat.log: Right after clicking on "Dashboard -> Stacks": http://paste.openstack.org/show/50258/ A few seconds pass, browser still waiting, and more error messages: htt

Re: [Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Martinx - ジェームズ
Apache log shows: ==> /var/log/apache2/error.log <== [Thu Oct 31 01:22:26 2013] [error] Recoverable error: ERROR: Timeout while waiting on RPC response - topic: "engine", RPC method: "list_stacks" info: "" On 30 October 2013 23:25, Martinx - ジェームズ wrote: > Guys, > > I'm trying to install and

[Openstack] Heat - Error: Unable to retrieve stack list.

2013-10-30 Thread Martinx - ジェームズ
Guys, I'm trying to install and enable Heat but, I'm facing some problems, look: heat.log: Right after clicking on "Dashboard -> Stacks": http://paste.openstack.org/show/50258/ A few seconds pass, browser still waiting, and more error messages: http://paste.openstack.org/show/50259/ Am I m

Re: [Openstack] Heat - Malformed endpoint URL

2013-10-30 Thread Tom Fifield
On 31/10/13 12:19, Martinx - ジェームズ wrote: Mmm... Apparently, the document is wrong, I tried this now: keystone endpoint-create --region sp-east-1 --service-id $heat_service_id --publicurl 'http://heat-srv-1.yourdomain.com:8004/v1/\$(tenant_id)s' --adminurl 'http://heat-srv-1.yourdomain.com:8004/

Re: [Openstack] Heat - Malformed endpoint URL

2013-10-30 Thread Martinx - ジェームズ
Mmm... Apparently, the document is wrong, I tried this now: keystone endpoint-create --region sp-east-1 --service-id $heat_service_id --publicurl 'http://heat-srv-1.yourdomain.com:8004/v1/\$(tenant_id)s' --adminurl 'http://heat-srv-1.yourdomain.com:8004/v1/\$(tenant_id)s' --internalurl 'http://hea

[Openstack] Heat - Malformed endpoint URL

2013-10-30 Thread Martinx - ジェームズ
Hello Stackers! =) I'm following this doc: http://docs.openstack.org/havana/install-guide/install/apt/content/heat-install.html Commands ok: On heat server: heat-manage db_sync # OK On controller: keystone user-create --name=heat --pass=Heat_PAss --email= h...@yourdomain.com # OK keyst

Re: [Openstack] Grizzly -> Havana nova upgrade failure: Cannot drop index 'instance_uuid'

2013-10-30 Thread Joshua Hesketh
Hi Blair, No trouble, glad I could help. I'll be working backporting this as is appropriate. Cheers, Josh Rackspace Australia On 10/30/13 5:06 PM, Blair Zajac wrote: Hi Joshua, Thanks for the quick fix, I appreciate it. I took your fixed 185_rename_unique_constraints.py, copied it into /

Re: [Openstack] Openstack and VDI

2013-10-30 Thread Georgy Okrokvertskhov
Hi Stephane, What OS you want to use for virtual desktop? For Windows I can recommend standard Windows Server 2012 VDI pools of Windows XP\7\8 managed via Murano OpenStack. You can use VMS proprietary tools to improve VDI performance. For Linux OS VDI with OpenStack support might be tricky part b

Re: [Openstack] [2 swift-proxy/keystone install] Requests only works when swift talk to its own keystone

2013-10-30 Thread Jamie Lennox
Keystone signs the information in auth token with a certificate that in most setups was generated for that instance of keystone. Swift will use auth_token middleware to fetch the certificates of keystone so that it can verify that the tokens are correct. My guess is that the two keystone instance

Re: [Openstack] Openstack and VDI

2013-10-30 Thread Curtis
On Wed, Oct 30, 2013 at 3:51 PM, Stephane EVEILLARD wrote: > Hi > > I'm currently looking for VDI implementation with openstack, but I just > can't find open source > implementation . Is there any open source based VDI or will it appear in > future release ? We are using Apache VCL and a custom o

Re: [Openstack] Openstack and VDI

2013-10-30 Thread Jacob Godin
I believe Stephane was referring to Virtual Desktop? If so, I am not familiar with any, however a Google search shows https://www.ulteo.com/home/ as a potential solution (nothing OpenStack specific, but I don't know if it needs to be?). Here's a session from one of the summits: http://www.openstac

Re: [Openstack] Openstack and VDI

2013-10-30 Thread Anne Gentle
>From http://docs.openstack.org/image-guide/content/ch_introduction.html "VirtualBox uses the VDI (Virtual Disk Image) format for image files. None of the OpenStack Compute hypervisors support VDI directly, so you will need to convert these files to a different format to use them with OpenStack."

[Openstack] Openstack and VDI

2013-10-30 Thread Stephane EVEILLARD
Hi I'm currently looking for VDI implementation with openstack, but I just can't find open source implementation . Is there any open source based VDI or will it appear in future release ? thanks in advance -- Stéphane EVEILLARD Responsable Système et Développement IBS NETWORK Coordinateur Versi

Re: [Openstack] Security Groups rules applied but ignored...

2013-10-30 Thread Martinx - ジェームズ
No problem...=) My nova.conf [DEFAULT] section have: --- firewall_driver = nova.virt.firewall.NoopFirewallDriver security_group_api = neutron libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtOpenVswitchDriver --- But, even with "libvirt_vif_driver = nova.virt.libvirt.vif.LibvirtHybridOVSBri

Re: [Openstack] Key Injection not working after upgrading from Grizzly to Havana

2013-10-30 Thread Bill Owen
Hi, I am using nova networking for now. I've done some more investigation using the cirros vm. From cirros, I am able to ping other compute nodes, as well as outside world (curl http://www.fedoraproject.org succeeds). But, I am not able to ping the controller node (which is also node specified

Re: [Openstack] Security Groups rules applied but ignored...

2013-10-30 Thread Aaron Rosen
Whoops sorry about that: nova.conf - http://codepad.org/howA9b1E The only settings matter for this would be: firewall_driver=nova.virt.firewall.NoopFirewallDriversecurity_group_api=quantumlibvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver On Tue, Oct 29, 2013 at 4:17 PM, Ma

[Openstack] [2 swift-proxy/keystone install] Requests only works when swift talk to its own keystone

2013-10-30 Thread thorfinn
Hi all. * Hypervisor 1 : 192.168.1.120 - Keystone 1: 192.168.3.141 - Swift-proxy 1 : 192.168.3.111 * Hypervisor 2 : 192.168.1.122 - Keystone 2: 192.168.3.241 - Swift-proxy 2 : 192.168.3.211 Keystone servers have the same mysql server, database and configu

[Openstack] nova live migration - Disk of instance is too

2013-10-30 Thread james
Hi, I am running nova-compute 2013.1.3-0ubuntu1~cloud0 on ubuntu precise I am trying to migrate 1 instances from 1 compute node to another using the command: *nova live-migration --block_migrate 08893517-ceee-4b59-aee5-1aa568de3491 compute1* * * I get the following error in nova-compute log:

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Dheerendra
Good. Can you share the configuration file-nova.conf on compute ? It will help everybody. -Dheerendra On Wed, Oct 30, 2013 at 8:25 PM, Florian Lindner wrote: > Am Mittwoch, 30. Oktober 2013, 19:02:33 schrieb Dheerendra: > > also look at the logs /var/log/nova/nova-network.log on compute node. I

Re: [Openstack] grizzly+brooklyn(jcloud) restapi call+network error

2013-10-30 Thread Molnár Mihály László
ok, looks like i found the error. I added the ext_net with the wrong tenant id. It was the actual tenants id, not the admin's. Because of this OS added ext_net to the instance. The instance tried to get IP for the ext_net interface first, but because there is no dhcp it hangs there. I removed the e

[Openstack] [OSSA 2013-028] Unintentional role granting with Keystone LDAP backend (CVE-2013-4477)

2013-10-30 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-028 CVE: CVE-2013-4477 Date: October 30, 2013 Title: Unintentional role granting with Keystone LDAP backend Reporter: The IBM OpenStack test team Products: Keystone Affects: All supported versions Description: The I

Re: [Openstack] Neutron Installation: support request

2013-10-30 Thread Anne Gentle
On Wed, Oct 30, 2013 at 4:17 AM, Marco Fornaro wrote: > Hi Edgard, > > ** ** > > You are very kind to answer back > > ** ** > > In the attachment you can find all the logs you asked for, and more > > I also added almost all configuration files > > Finally in the word document ther

Re: [Openstack] [metering] Ceilometer High Availability

2013-10-30 Thread Julien Danjou
On Wed, Oct 30 2013, Prashanth Hari wrote: > I didn't understand. So you mean different copies of ceilometer collectors > etc ? Yes, that's what I meant. At first glance, that's the best way I see this done. -- Julien Danjou ;; Free Software hacker ; independent consultant ;; http://julien.danj

Re: [Openstack] [metering] Ceilometer High Availability

2013-10-30 Thread Julien Danjou
On Wed, Oct 30 2013, Prashanth Hari wrote: > - As per docs the current setup support only Active/Passive central agent. > Is there any future developments to support Active/Active setup ? We'll discuss this for Icehouse during the summit. > - I assume Ceilometer Collector and API can be in Activ

Re: [Openstack] [metering] Ceilometer High Availability

2013-10-30 Thread Prashanth Hari
Thanks Julien ! On Wed, Oct 30, 2013 at 10:41 AM, Julien Danjou wrote: > On Wed, Oct 30 2013, Prashanth Hari wrote: > > > - As per docs the current setup support only Active/Passive central > agent. > > Is there any future developments to support Active/Active setup ? > > We'll discuss this fo

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Florian Lindner
Am Mittwoch, 30. Oktober 2013, 19:02:33 schrieb Dheerendra: > also look at the logs /var/log/nova/nova-network.log on compute node. It > should tell whether it is able to connect to rabbit on controller. I got now! The problem was a missing database entry on the compute node. Sorry guys for this

Re: [Openstack] Key Injection not working after upgrading from Grizzly to Havana

2013-10-30 Thread Steven Dake
On 10/28/2013 06:14 PM, Bill Owen wrote: Padraig, Robert, Chenrui, It seems to be a problem with nova metadata service. > Are you using libguestfs to do the injection? Yes - I wasn't originally, but have instal

[Openstack] [metering] Ceilometer High Availability

2013-10-30 Thread Prashanth Hari
I am testing the ceilometer high availability. Can someone please clarify the following - - As per docs the current setup support only Active/Passive central agent. Is there any future developments to support Active/Active setup ? - I assume Ceilometer Collector and API can be in Active/Active ? A

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Dheerendra
also look at the logs /var/log/nova/nova-network.log on compute node. It should tell whether it is able to connect to rabbit on controller. -Dheerendra On Wed, Oct 30, 2013 at 6:41 PM, Dheerendra < dheerendra.madhusudh...@gmail.com> wrote: > Hi Florian > > I observed this kind of issue when the

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Dheerendra
Hi Florian I observed this kind of issue when there is race condition. 1. RabbitMQ is NOT running on controller-node 2. You issue nova-network from compute-node. Now this step hangs. 3. Just see what is happening in nova-api.log on controller(tail -f /var/log/nova/nova-api.log) 4. Now you start t

[Openstack] [Neutron] Server fails

2013-10-30 Thread Nikolai de Figueiredo
Hi All, I am attepting deployment of Neutron with various tunnel provider networks with the DevStack scripts. Although in the development environment this is a usage problem. For both the Open vSwitch and ML2 plugins and for either GRE or VXLAN tunnelling I receive this stack trace after some tim

Re: [Openstack] Promoting the role of +1 reviewers in our community

2013-10-30 Thread Sergey Skripnick
++ I consider to change the above to praise the "-1 reviewers" and ask for more ;). The constructive critique given by good -1 review helps with iteration over a patch and getting it in shape - and sharing the load of reviews. ___ Mailing list: htt

Re: [Openstack] [ceilometer] MySQL Support

2013-10-30 Thread Mannidi Purandhar Sairam-B39209
Thanks Eoghan. Got it. -sairam -Original Message- From: Eoghan Glynn [mailto:egl...@redhat.com] Sent: Wednesday, October 30, 2013 4:36 PM To: Mannidi Purandhar Sairam-B39209 Cc: openstack@lists.openstack.org Subject: Re: [Openstack] [ceilometer] MySQL Support Yes, via the sqlalchemy

Re: [Openstack] [ceilometer] MySQL Support

2013-10-30 Thread Eoghan Glynn
Yes, via the sqlalchemy storage driver. Configure by setting: [database] connection = mysql://USERNAME:PASSWORD@HOST/ceilometer in /etc/ceilometer/ceilometer.conf. Ensure you run the ceilometer DB sync script to create the schema. Note however that the sqlalchmey driver is not as yet featur

Re: [Openstack] Promoting the role of +1 reviewers in our community

2013-10-30 Thread Thierry Carrez
Daniel P. Berrange wrote: > On Wed, Oct 30, 2013 at 10:08:03AM +1100, Tom Fifield wrote: >> [...] >> I think it's time to bend that focus slightly, and promote the role >> of the +1 reviewers. Every review that a non-core reviewer does >> helps reduce the burden of core reviewers just that little b

Re: [Openstack] [Swift] Upgrading from 1.9.1 to 1.10.0

2013-10-30 Thread Kuo Hugo
What's your python sys.path now ? I believe that you can remove the directory of 1.9.1 to work around. i.e. root@swiftstack:/usr/local/lib/python2.7/dist-packages# ls swift* swift: account common container __init__.py __init__.pyc obj proxy swift-1.10.0.egg-info: dependency_links.txt entr

[Openstack] [ceilometer] MySQL Support

2013-10-30 Thread Mannidi Purandhar Sairam-B39209
Hi, Does MySQL support exists for Ceilometer? Thanks, Sairam ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/o

[Openstack] grizzly+brooklyn(jcloud) restapi call+network error

2013-10-30 Thread Molnár Mihály László
Hi! I have a Grizzly installation with Quantum (neutron) gre tunneling based on this: https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst It's working without problem when I use Horizon. I want to use brooklyn - http://brooklyncen

Re: [Openstack] Can't connect to RabbitMQ

2013-10-30 Thread Florian Lindner
Am Dienstag, 29. Oktober 2013, 14:32:00 schrieb Razique Mahroua: > You are using Neutron? > Looks like the Neutron server is unable to perform the request actually Actually no, I don't think so, I think I use the nova-network. The documentation http://docs.openstack.org/havana/install-guide/inst

Re: [Openstack] Promoting the role of +1 reviewers in our community

2013-10-30 Thread Joe Gordon
On Wed, Oct 30, 2013 at 9:31 AM, Daniel P. Berrange wrote: > On Wed, Oct 30, 2013 at 10:08:03AM +1100, Tom Fifield wrote: > > Hi all, > > > > Recently, I did something crazy and got into the "top 10" reviewers > > for OpenStack in a 30/60 day window. Admittedly, this was for > > documentation - w

Re: [Openstack] Promoting the role of +1 reviewers in our community

2013-10-30 Thread Daniel P. Berrange
On Wed, Oct 30, 2013 at 10:08:03AM +1100, Tom Fifield wrote: > Hi all, > > Recently, I did something crazy and got into the "top 10" reviewers > for OpenStack in a 30/60 day window. Admittedly, this was for > documentation - which is quite a bit different than code - but the > experience did give

Re: [Openstack] Promoting the role of +1 reviewers in our community

2013-10-30 Thread Robert Collins
On 30 October 2013 12:08, Tom Fifield wrote: > Hi all, > > Recently, I did something crazy and got into the "top 10" reviewers for > OpenStack in a 30/60 day window. Admittedly, this was for documentation - > which is quite a bit different than code - but the experience did give me a > small wind

Re: [Openstack] Promoting the role of +1 reviewers in our community

2013-10-30 Thread Andreas Jaeger
On 10/30/2013 12:08 AM, Tom Fifield wrote: > Hi all, > > Recently, I did something crazy and got into the "top 10" reviewers for > OpenStack in a 30/60 day window. Admittedly, this was for documentation > - which is quite a bit different than code - but the experience did > give me a small window

Re: [Openstack] [Swift] Upgrading from 1.9.1 to 1.10.0

2013-10-30 Thread Dheerendra
Hi Shrinand I had strange issues when I directly took tarbal only for swift and keystone. I did setup for cloud-archive to havana as suggested. After this I followed the normal instructions to setup the keystone etc. It was fine. -Dheerendra On Tue, Oct 29, 2013 at 10:50 PM, Shrinand Javadekar