Re: [Openstack] is anyone using zeromq for RPC?

2014-09-12 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Li/Doug On 12/09/14 11:35, Li Ma wrote: >> - documentation for how to configure and use zeromq with >> oslo.messaging (note, not the version in oslo-incubator, the >> version in the messaging library repository) - a list of the >> critical bugs

[Openstack] cinder create error

2014-09-12 Thread b t
I am installing icehouse in ubuntu. now get to point to create volume and I got status error , and sometimes stuck on creating . any idea ? here is the log . thanks ! root@controller:/var/log/cinder# root@controller:/var/log/cinder# cinder list +--++--

Re: [Openstack] icehouse install stuck on cinder , page 80

2014-09-12 Thread b t
thanks ! it's better now . I created so many cinder service in keystone . I removed all cinder service and re-create cinder service again and it looks better . root@controller:/etc/keystone# keystone service-list +--+--+--+--

Re: [Openstack] icehouse install stuck on cinder , page 80

2014-09-12 Thread Anne Gentle
Look at keystone service list by itself and see what line two outputs. You can then decipher what awk '/ volume / {print $2}' contains. What you want to happen is for the service-id to match the volume service ID. On Fri, Sep 12, 2014 at 7:52 PM, b t <905...@gmail.com> wrote: > hi, > I am worki

[Openstack] icehouse install stuck on cinder , page 80

2014-09-12 Thread b t
hi, I am working through icehouse install guide for ubuntu . and stuck on page 80 seeing the following error messages . any idea ? thanks ! root@controller:/var/log/cinder# keystone endpoint-create \ > --service-id=$(keystone service-list | awk '/ volume / {print $2}') \ > --publicurl=http://con

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
OK.. code looks to contain the needed.. Let me plug it in the 'pipeline' and see what happens. Thanks! On Fri, Sep 12, 2014 at 4:32 PM, Brent Troge wrote: > OK. I will search through the code. Although the package readme just > describes how to create a custom HOST header which maps to a specif

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
OK. I will search through the code. Although the package readme just describes how to create a custom HOST header which maps to a specific TENANT/CONTAINER. Thanks Clay.. I know you responded before on another similar topic. I really appreciate the community's willingness to respond and assist.

Re: [Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Clay Gerrard
rackspace dev's wrote, opensourced, and deploy the Swift Origin Service (SOS) middleware: https://github.com/dpgoetz/sos So you could look at that ;) -Clay On Fri, Sep 12, 2014 at 12:41 PM, Brent Troge wrote: > > Is there an open source middleware/api-extender that supports setting CDN > cach

[Openstack] SWIFT AND RACKSPACE CLOUDFILES API

2014-09-12 Thread Brent Troge
Is there an open source middleware/api-extender that supports setting CDN cache control at the account, container, or object level? Something similar to what Rackspace supports? http://www.bybe.net/blog/how-to-fix-rackspace-file-cloud-leverage-browser-caching-via-api-ssh.html Thanks! __

[Openstack] tempest test error

2014-09-12 Thread Nikesh Kumar Mahalka
Hi, I deployed a juno devstack on ubuntu 14.04 server. Below are the services,which are running fine $ cinder service-list +--+-+--+-+---++-+ | Binary | Host

Re: [Openstack] [nova] [policy] hypervisor list

2014-09-12 Thread Jay Pipes
On 09/12/2014 04:08 AM, Abbass MAROUNI wrote: I'm looking to use it in a cinder filter, where the filter will scan the list of VMs on each host to find a suitable one. OK, so not a normal user, but instead a service user (service being cinder itself). If this is a custom filter, I'd just go

Re: [Openstack] floating ip (icehouse)

2014-09-12 Thread Paras pradhan
I don't have this problem with havana. The only change is addition of ML2. Not sure what I missed. Paras. On Fri, Sep 12, 2014 at 1:16 AM, nithish B wrote: > Well, I'm guessing that the gateway to those IPs are not configured. Else, > traceroute should have worked. Kindly check if the gateway f

Re: [Openstack] [openstack][neutron] tox -e py27 is not working in the latest neutron code

2014-09-12 Thread Jeremy Stanley
On 2014-09-12 10:14:00 + (+), Kelam, Koteswara Rao wrote: > I am trying to run unit test cases in neutron code using “tox –e > py27” but it is not working. [...] You already posted this development question to the openstack-dev list, which is the appropriate place for such discussions. Ple

Re: [Openstack] nova not able to find networks

2014-09-12 Thread Srinivasreddy R
hi sushman, thanks alot .. On Fri, Sep 12, 2014 at 11:56 AM, Sushma Korati < sushma_kor...@persistent.co.in> wrote: > Hi Srinivas, > > > Can you please check if nova.conf has proper neutron details. > > > network_api_class = nova.network.neutronv2.api.API > > [neutron] > service_metadata_p

[Openstack] [cinder][filters] custom filters

2014-09-12 Thread Abbass MAROUNI
Hello guys, Could somebody please point me to some documentation on how to configure other filters in cinder ? I've written a filter but could not figure out how to use in series with other filters. Copying the filter to the filters directory and setting the 'scheduler_default_filters' in cind

[Openstack] Fwd: [Openstack-operators] Nova HTTPConnectionPool Error

2014-09-12 Thread Hossein Zabolzadeh
Hi, I traversed all of the documents and Q/A wesites but I could't find the solution. My nova is down because of an unexpected error logged at nova-api.log file(see the message thread). How can I solve this problem? Thanks in advance... -- Forwarded message -- From: Hossein Zabolz

Re: [Openstack] is anyone using zeromq for RPC?

2014-09-12 Thread Li Ma
On 2014/9/11 5:13, Doug Hellmann wrote: Here are a few things we need, in no particular order: - documentation for how to configure and use zeromq with oslo.messaging (note, not the version in oslo-incubator, the version in the messaging library repository) - a list of the critical bugs that

[Openstack] [openstack][neutron] tox -e py27 is not working in the latest neutron code

2014-09-12 Thread Kelam, Koteswara Rao
Hi All, I am trying to run unit test cases in neutron code using "tox -e py27" but it is not working. I commented out pbr in requirements.txt to avoid issues related to pbr but still I am getting following errors. I removed .tox folder and tried again but still same issue. Please help me here.

Re: [Openstack] [nova] [policy] hypervisor list

2014-09-12 Thread Abbass MAROUNI
I'm looking to use it in a cinder filter, where the filter will scan the list of VMs on each host to find a suitable one. On 09/09/2014 11:05 PM, openstack-requ...@lists.openstack.org wrote: I cannot think of any reason why a normal user should see the output of the os-hypervisors extension. Co