Re: [Openstack] No valid host can be found - SOLVED

2016-06-24 Thread Turbo Fredriksson
On Jun 25, 2016, at 12:40 AM, Turbo Fredriksson wrote: > I'm putting Nova-Docker on hold and am trying KVM instead. The problem seems to have been with --property hypervisor_type=docker when I created the image. It needed to be: --property hypervisor_type=kvm .. because I'm u

Re: [Openstack] Using multiple compute drivers in Nova?

2016-06-24 Thread Turbo Fredriksson
On Jun 25, 2016, at 12:22 AM, Clint Byrum wrote: > Excerpts from Turbo Fredriksson's message of 2016-06-24 22:50:40 +0100: >> The page >> http://docs.openstack.org/mitaka/config-reference/compute/hypervisors.html >> states: >> >> Most installations use only one hypervisor. However, you can use

[Openstack] No valid host can be found

2016-06-24 Thread Turbo Fredriksson
I'm putting Nova-Docker on hold and am trying KVM instead. However, that gives me: - s n i p - 2016-06-25 00:17:22.419 607 WARNING nova.scheduler.utils [req-6c5e12fc-b01d-4bc5-96b9-54483ae72521 0b7e5b0653084efdad5d67b66f2cf949 2985b96e27f048cd92a18db0dd03aa23 - - -] Failed to compute_ta

Re: [Openstack] Using multiple compute drivers in Nova?

2016-06-24 Thread Clint Byrum
Excerpts from Turbo Fredriksson's message of 2016-06-24 22:50:40 +0100: > The page > http://docs.openstack.org/mitaka/config-reference/compute/hypervisors.html > states: > > Most installations use only one hypervisor. However, you can use > ComputeFilter and ImagePropertiesFilter to schedule

[Openstack] Using multiple compute drivers in Nova?

2016-06-24 Thread Turbo Fredriksson
The page http://docs.openstack.org/mitaka/config-reference/compute/hypervisors.html states: Most installations use only one hypervisor. However, you can use ComputeFilter and ImagePropertiesFilter to schedule different hypervisors within the same installation. I have both those set, but t

Re: [Openstack] neutron, l2population, linuxbridge and multiple ips

2016-06-24 Thread James Denton
Hi Andreas, LinuxBridge w/ VXLAN and l2population was incompatible with allowed-address-pairs, or any case where an IP may be configured on an interface that isn't defined on a port or moves around from VM to VM, for some time. It is more of a limitation of the ARP proxy implementation in the V

Re: [Openstack] nova service-list error

2016-06-24 Thread Turbo Fredriksson
On Jun 24, 2016, at 3:06 PM, venkat boggarapu wrote: > When i am trying to run the command nova service-list i am getting the > below error If you run the following command, what do you get? env | grep ^OS | sort -- Imagine you're an idiot and then imagine you're in the government. Oh,

Re: [Openstack] nova service-list error

2016-06-24 Thread Eugen Block
You need a domain in your environment variables, e.g. export OS_USER_DOMAIN_NAME= or export OS_USER_DOMAIN_ID= Your environment script should provide OS_PROJECT_DOMAIN_NAME OS_USER_DOMAIN_NAME OS_PROJECT_NAME OS_USERNAME OS_PASSWORD OS_AUTH_URL=http://controller:35357/v3 --> (or OS_AUTH

[Openstack] nova service-list error

2016-06-24 Thread venkat boggarapu
HI All, When i am trying to run the command nova service-list i am getting the below error ERROR (BadRequest): Expecting to find domain in project - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400)

Re: [Openstack] Networking issues with neutron-linuxbridge-agent

2016-06-24 Thread Eugen Block
If you are using the Neutron API for security groups, then I think you need firewall_driver=nova.virt.firewall.NoopFirewallDriver in nova.conf - that's what devstack does. I think this was really the solution! I tried to provoke the interruption in three different ways that broke the connec

Re: [Openstack] What can make Cinder not find Image? (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-24 Thread Turbo Fredriksson
On Jun 24, 2016, at 2:04 PM, Cynthia Lopes wrote: > Sorry, what command precisely did you run when you got those logs? Are you > trying to boot a vm from a volume is it? openstack server create --image cirros --flavor m1.tiny --nic net-id=2bb7b8e2-188f-4e46-bf4d-ef5ec81ddb4d --wait test It tur

Re: [Openstack] What can make Cinder not find Image? (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-24 Thread Cynthia Lopes
Sorry, what command precisely did you run when you got those logs? Are you trying to boot a vm from a volume is it? I find it weird that you are seeing the volume name on the request instead of the volume id: GET http://10.0.4.1:8776/v2/2985b96e27f048cd92a18db0dd03aa23/volumes/test

[Openstack] How to setup very simple networking? (Was: What can make Cinder not find Image? (Was: Create instance fails on creating block device - Block Device Mapping is Invalid))

2016-06-24 Thread Turbo Fredriksson
On Jun 23, 2016, at 11:31 PM, Turbo Fredriksson wrote: > - s n i p - > 2016-06-23 23:08:25.362 25887 INFO cinder.api.openstack.wsgi > [req-9d2bc683-7599-4539-92a6-b8e8503591c8 0b7e5b0653084efdad5d67b66f2cf949 > 2985b96e27f048cd92a18db0dd03aa23 - - -] HTTP exception thrown: Volume test >

Re: [Openstack] Networking issues with neutron-linuxbridge-agent

2016-06-24 Thread Darragh O'Reilly
On Friday, 24 June 2016, 9:15, Eugen Block wrote: >> Make sure nova is using the noop driver. > I'm trying to use ceilometer, in that case the docs say to use > messagingv2 driver, so that's what I did. And until two weeks ago it > worked just fine, I had no networking issues. Your ip

Re: [Openstack] Create instance fails on creating block device - Block Device Mapping is Invalid

2016-06-24 Thread Yngvi Páll Þorfinnsson
Can anyone advise on or provide a documentation for Octavia installation ? Rgds Yngvi -Original Message- From: Yngvi Páll Þorfinnsson Sent: 23. júní 2016 15:42 To: Turbo Fredriksson ; openstack@lists.openstack.org Subject: Re: [Openstack] Create instance fails on creating block device -

Re: [Openstack] Networking issues with neutron-linuxbridge-agent

2016-06-24 Thread Eugen Block
Make sure nova is using the noop driver. I'm trying to use ceilometer, in that case the docs say to use messagingv2 driver, so that's what I did. And until two weeks ago it worked just fine, I had no networking issues. double check your security groups config The security groups also se

[Openstack] python-keystoneclient (2.3.1-2) make wrong URI call for keystone api V3

2016-06-24 Thread Soputhi Sea
Hi, I'm using Mitaka release (the very latest public release one from Jun-02), and i'm having issue with List Project in Horizon. In my case i have multiple projects created and when i login to Horizon the drop down list of project (on the top left corner) doesn't list properly, it only list o