Re: [Openstack] nova not able to find networks

2014-09-11 Thread Sushma Korati
Hi Srinivas, Can you please check if nova.conf has proper neutron details. network_api_class = nova.network.neutronv2.api.API [neutron] service_metadata_proxy = True url = http://1.x.x.x:9696 region_name = RegionOne admin_tenant_name = service auth_strategy = keystone admin_auth_url = http://

Re: [Openstack] floating ip (icehouse)

2014-09-11 Thread nithish B
Well, I'm guessing that the gateway to those IPs are not configured. Else, traceroute should have worked. Kindly check if the gateway for that floating IPs exists in the host. Regards, Nitish B. On Wed, Sep 10, 2014 at 10:33 PM, Paras pradhan wrote: > Hi, > > This is what I see. > > nova net-li

[Openstack] Fwd: Fwd: error connection refused while creating glance image

2014-09-11 Thread Srinivasreddy R
hi Satya , thanks for ur reply . Try glance image-create --name "cirros" --is-public true --disk-format raw --file cirros-0.3.2-x86_64-disk.raw --container-format bare See if you are facing any issue NOTE: you need to source the rc file and run it from the folder where the raw or qcow2 image

[Openstack] nova not able to find networks

2014-09-11 Thread Srinivasreddy R
hi, 1. i have created a router neutron router-create demo-router 2. attached the router to demo tenant demo-subnet neutron router-interface-add demo-router demo-subnet 3. attached the router to external network neutron router-gateway-set demo-router ext-net 4. root@user-ThinkCentre-M73:/home/us

Re: [Openstack] big data on openstack

2014-09-11 Thread Adam Lawson
I like what you're doing and wonder if you have thought about integrating your efforts with the Sahara project to improve/advance support of these technologies instead of developing a parallel effort? Good on you for working towards fixing something you find lacking my friend. *Adam Lawson* AQOR

[Openstack] Fwd: [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
Lol we replied at the same time, see my forwarded message. Is there any bug tracker / blue print for this? I would like to have a closer look at this and maybe improve on this. I found: https://bugs.launchpad.net/bugs/572 and http://www.gossamer-threads.com/lists/openstack/dev/32854 -

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Akihiro Motoki
At now Neutron dies not support updating allocation pools, and you need to specify a desired fragmented allocation pools when creating the subnet. Supporting update of allocation pools has been discussed/raised several times, but is not implemented since it needs a check for the curren IP allocatio

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
TLDR I fixed it by manually changing database, not sure about consequences yet, but it's working. I first went ahead to check the neutron source code and noticed that the datamodel actually supports multiple allocation pools. Just the apis don't support it? So by manually changing the database I

Re: [Openstack] error about Block Storage service node

2014-09-11 Thread yanghq
thanks Adam. Both rabbitmq and neutron-openvswitch work fine. The output of cinder service-list only includes cinder-scheduler,no cinder-volume. I think this causes "No valid host was found". On 2014年09月11日 20:00, Ambadas Ramanna Adam wrote: > > Hi Yang, > > Please check your message queue s

[Openstack] big data on openstack

2014-09-11 Thread James Horey
Hello everybody, I'm the author of Ferry, a new open-source project that automates launching big data stacks in the cloud. For those familiar with Sahara, it's similar in scope but has additional support for Spark, Cassandra, and GlusterFS/OpenMPI (and of course Hadoop). I don't want to spam folks

[Openstack] History of fixed IPs in neutron

2014-09-11 Thread Sławek Kapłoński
Hello, Do You know is there any way to save all history of each fixed IP assigned to port (and instance). For example: I have external network with some subnet. User is creating instance A connected to this instance so I have in history that IP x.x.x.x was assinged to instance A, then he delete

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sławek Kapłoński
Hello, I don't know if it is possible to add such fragmented allocation pool to one subnet but You can add two subnets to Your network and maybe that will solve Your problem? --- Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl Dnia środa, 10 września 2014 14:26:15 Sam Stoelinga pisze: > Hi, >

[Openstack] Openstack nova instance delete issue

2014-09-11 Thread Harshil Shah (harsshah)
Folks, I have question, I am seeing a behavior, while deleting nova instance it returns status as an Error and fails to delete itself. So scenario, where I see this behavior is as follow: 1. Create a nova VM instance. 2. Create a cinder volume 3. Attach this volume to nova vm instance a

Re: [Openstack] Fwd: error connection refused while creating glance image

2014-09-11 Thread Satya Routray (satroutr)
Try glance image-create --name "cirros" --is-public true --disk-format raw --file cirros-0.3.2-x86_64-disk.raw --container-format bare See if you are facing any issue NOTE: you need to source the rc file and run it from the folder where the raw or qcow2 image is present… Thanks Satya From: Sr

Re: [Openstack] [Cinder] deploying multiple backend

2014-09-11 Thread Jyoti Ranjan
Thanks! On Wed, Sep 10, 2014 at 4:20 PM, Erlon Cruz wrote: > Hi Jyoti, > > No. Each cinder.conf can be different. It can be a complete separate > configuration(LVM, FC, iSCSI). The scheduler and the volume service doesn't > need to share the same config file either. > > On Fri, Sep 5, 2014 at 2

[Openstack] Fwd: error connection refused while creating glance image

2014-09-11 Thread Srinivasreddy R
hi, glance image-create not working for me .below is the command i tried . pls help me . root@user-ThinkCentre-M73:/tmp/images# glance image-create --property name "cirros-0.3.2-x86_64" --property disk-format qcow2 --property container-format bare property is-public True < cirros-0.3.2-x86_64-di

[Openstack] Fwd: error connection refused while creating glance image

2014-09-11 Thread Srinivasreddy R
hi, glance image-create not working for me .below is the command i tried . pls help me . root@user-ThinkCentre-M73:/tmp/images# glance image-create --property name "cirros-0.3.2-x86_64" --property disk-format qcow2 --property container-format bare property is-public True < cirros-0.3.2-x86_64-di

[Openstack] Fwd: error connection refused while creating glance image

2014-09-11 Thread Srinivasreddy R
hi Erno , Thanks alot .. i have set the OS_IMAGE_URL=2 . After that i have run glance image-create . Now i am getting different error . pls help me . root@user-ThinkCentre-M73:/tmp/images# glance image-create --name "cirros-0.3.2-x86_64" --disk-format qcow2 --container-format bare --is-public T

Re: [Openstack] error about Block Storage service node

2014-09-11 Thread Ambadas Ramanna Adam
Hi Yang, Please check your message queue service (rabbitmq) and neutron-openvswitch services in output of openstack-status command. If neutron-openvswitch is not active then you will first need to fix it and get it started. Regards, Ambadas Ramanna Adam From: yanghq [mailto:yan...@neusoft.com

[Openstack] Hitachi HUS-110 FC volume driver

2014-09-11 Thread Le Quang Long
Hi guys, I read Cinder provides iSCSI driver for for HUS (Hitachi Unified Storage) arrays such as, HUS-110, HUS-130, and HUS-150. http://docs.openstack.org/icehouse/config-reference/content/hds-volume-driver.html

[Openstack] Unable to store personality file

2014-09-11 Thread Nagaraj Mandya
Hello, I am trying to launch a Ubuntu VM in Havana and trying to set the hostname in the /etc/hostname file using the personality file while booting the VM. However, this always fails with this exception - NovaException: partition search unsupported with nbd. Is there a way to workaround this? Th

[Openstack] error connection refused while creating glance image

2014-09-11 Thread Srinivasreddy R
hi , i am creating openstack 3 node setup . following then installation guide . http://docs.openstack.org/icehouse/install-guide/install/apt/content/ i am getting connection refused error . someone pls help me . glance image-create --name "cirros-0.3.2-x86_64" --disk-format qcow2 --container-

[Openstack] error about Block Storage service node

2014-09-11 Thread yanghq
According to http://docs.openstack.org/icehouse/install-guide/install/apt/content/cinder-node.html, I configure a Block Storage service node. But I try to create a volume, I get error like this: 2014-09-07 11:37:31.020 33190 ERROR cinder.scheduler.flows.create_volume [req-87712243-8548-485a

[Openstack] neutron-usage-audit and ml2

2014-09-11 Thread Benedikt Trefzer
Hi I try to use the neutron-usage-audit script to generate audit samples in ceilometer. But I get an error: ' ''Ml2Plugin' object has no attribute 'get_routers' I get the similiar error for 'get_floatingips' Any hints, where I have to dive into ? I use Debian with Icehouse, neutron configu

[Openstack] Neutron networking help RHEL 6.5 openstack icehouse RDO repo.

2014-09-11 Thread Alex Dodson
Hello All, I have been trying to duplicate this guide here mostly. https://developer.rackspace.com/blog/neutron-networking-vlan-provider-networks/ The provider network part is useful to me but the gre tunnels and and dhcp are not needed for us. We want to assign the addresses via a central buil