[Openstack] Horizon and radosgw with nginx

2014-07-06 Thread Sergey Motovilovets
Hello everyone. I'm running Horizon with nginx and radosgw with tengine (nginx fork with an option to disable fastcgi request buffering). The thing is that when I upload files using swift console client directly to a node hosting radosgw, everything works like a charm, but Horizon doesn't let me

Re: [Openstack] Problems with Neutron

2014-06-15 Thread Sergey Motovilovets
...@catalyst.net.nz: On 15/06/14 03:00, Sergey Motovilovets wrote: Another problem is metadata service. I've tried like everything I found regarding neutron-metadata configuration, without any success. I just can't connect to 169.254.169.254 from virtual machines, though they get configured by dhcp

[Openstack] Problems with Neutron

2014-06-14 Thread Sergey Motovilovets
Hi everyone! I just switched from nova-network to neutron, and I'm trying to figure out what I'm missing in config. I was following official documentation for Icehouse (on Ubuntu 14.04), and the result is a partially working installation. There are 3 basic problems - first one is MTU (I'm using

Re: [Openstack] Problems with Neutron

2014-06-14 Thread Sergey Motovilovets
...@us.ibm.com: Sergey Motovilovets motovilovets.ser...@gmail.com wrote on 06/14/2014 11:00:09 AM: ... Another problem is metadata service. I've tried like everything I found regarding neutron-metadata configuration, without any success. I just can't connect to 169.254.169.254 from virtual

Re: [Openstack] Problems with Neutron

2014-06-14 Thread Sergey Motovilovets
--metadata_proxy_socket=/var/lib/neutron/metadata_proxy --router_id=c7e7ea00-a362-4f4f-9a1c-a54ac86eb3be --state_path=/var/lib/neutron --metadata_port=9697 --log-file=neutron-ns-metadata-proxy-c7e7ea00-a362-4f4f-9a1c-a54ac86eb3be.log --log-dir=/var/log/neutron 2014-06-14 20:38 GMT+03:00 Sergey Motovilovets

[Openstack] cinder - httplib.BadStatusLine

2014-05-20 Thread Sergey Motovilovets
Hello everyone. I'm testing Icehouse on Ubuntu 14.04 nodes, and seems like it works ok, except for one thing - cinder randomly gives me unpleasant surprises which from a perspective of nova appears as: ... Max retries exceeded with url:

Re: [Openstack] Wrong Status at the Dashboard - IceHouse Horizon - Ubuntu 14.04

2014-05-19 Thread Sergey Motovilovets
Hello there. Yeah, I confirm that I had same problems with Icehouse. I suppose that's because some of possible errors in instance creation and termination processes are just not handled appropriately. In my case it was about incomplete configuration of RabbitMQ cluster, HA policy wasn't enabled.