Re: [Openstack] External network Issues

2015-08-05 Thread Akash Gunjal
Hi Dhvanan, Couple of changes are needed in the ifcfg-br-ex file. Please check the changes I made in below. ifcfg-br-ex DEVICE=br-ex BOOTPROTO=static IPADDR= e.g 10.16.37.221 NETMASK=255.255.255.0 DNS1= e.g 10.16.25.13 DNS2= e.g 10.16.25.15 BROADCAST=10.16.37.255 GATEWAY=10.16.37.1 NM_CONTROLLED

Re: [Openstack] configure SSL on glance, nova and neutron API

2015-08-05 Thread Eduardo Gonzalez
Hi, you can find this guides here: http://docs.openstack.org/admin-guide-cloud/content/section_networking-api-ssl.html http://docs.openstack.org/kilo/config-reference/content/list-of-compute-config-options.html http://docs.openstack.org/kilo/config-reference/content/image-configuring-api.html Just

Re: [Openstack] configure SSL on glance, nova and neutron API

2015-08-05 Thread Rob Crittenden
YANG LI wrote: Is there a documentation on how to configure SSL on glance, nova and neutron API? we did get keystone done ,but had hard time to find document on how to do this on other services. No documentation that I know of. There are some places that list the configuration values but not

[Openstack] configure SSL on glance, nova and neutron API

2015-08-05 Thread YANG LI
Is there a documentation on how to configure SSL on glance, nova and neutron API? we did get keystone done ,but had hard time to find document on how to do this on other services. Thanks, Yang ___ Mailing list: http://lists.openstack.org/cgi-bin/mailma

[Openstack] Ceilometer Empty Meter-List

2015-08-05 Thread Geoffrey Tran
Hello all, I have deployed the master branch of devstack on Ubuntu 15.04 and am having problems with ceilometer. The same symptoms showed up on Ubunutu 14.04 also. I have tested with both Xen/Libvirt and the default hypervisor. The problem is that ceilometer doesn't seem to get any meters. The

[Openstack] Unable to mount image in nova-compute

2015-08-05 Thread Marco Marino
Hi, i'm using openstack (icehouse) with virt-manager (ubuntu 15.04 64bit on the physical server) and 3 vms (controller, compute and network with neutron and gre - centos 6.5 64bit on each vm). When I try to launch a new cirros 0.3.4 image, i have an error on the compute node: DEBUG nova.virt.disk.

Re: [Openstack] External network Issues

2015-08-05 Thread Dhvanan Shah
Hi, Yes, IP forwarding is enabled. Regards, Dhvanan Shah On Wed, Aug 5, 2015 at 9:55 AM, nithish B wrote: > Hi, >Is IP Forwarding enabled on your host? > > Regards, > Nitish B. > > On Tue, Aug 4, 2015 at 7:15 PM, Dhvanan Shah wrote: > >> Hi, >> >> I have deployed Kilo using Packstack on

Re: [Openstack] [designate] Not receiving notifications from nova and neutron in designate-sink

2015-08-05 Thread Rudrajit Tapadar
Do you have any other service running that may consume the messages like Ceilometer? Can you check in your rabbit that Designate is the consumer in the queue you are sending the notifications to? If you have more than one consumer (other than Designate), then may be you can try configuring a separ

Re: [Openstack] Multiple Domains in one install

2015-08-05 Thread Adam Young
On 08/05/2015 01:30 AM, Lance Haig wrote: Hi All, We have an icehouse install that uses a default domain and tennant list What has been requested is that we create a new Domain with new projects etcc within that domain. I tried creating the domain in horizon and it seems to complete just f

[Openstack] New instances booting time

2015-08-05 Thread Ivan Derbenev
Hello, guys, I have a question We now have OS Kilo + KVM+ Ubuntu 14.04 Nova-compute.conf: [libvirt] virt_type=kvm images_type = lvm images_volume_group =openstack-controller01-ky01-vg volume_clear = none the problem is when nova boots a new instance it's SUPER slow exactly this step: Running cmd

[Openstack] [designate] Not receiving notifications from nova and neutron in designate-sink

2015-08-05 Thread Jaime Fernández
We've migrated our OST platform from qpid to rabbitmq. After this migration, we don't receive any notification from nova/neutron in designate-sink (so there is no DNS registration for new VMs or floating IPs). However, designate is correctly integrated with rabbitmq because designate-api replies su