[Openstack] No 'nova.ipv6_backend' driver found

2016-06-23 Thread Xu Ding
Hi, all I want to run nova on my raspberry pi 2 model B. It has a Cortex-A7 CPU, and its architectur is ARM v7. So, maybe there is something different when run nova on it. I have qemu 2.1.2, libvirt 1.2.9, python 2.7.9, and nova stable/liberty. I

Re: [Openstack] No valid host was found. There are not enough hosts available. (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-23 Thread Turbo Fredriksson
On Jun 24, 2016, at 12:32 AM, Turbo Fredriksson wrote: > And now I'm stuck again. Looking at the information of the instance, it now > say: > > No valid host was found. There are not enough hosts available. Looking closer at the Controllers logs, I see: - s n i p - 2016-06-24 00:29:3

[Openstack] No valid host was found. There are not enough hosts available. (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-23 Thread Turbo Fredriksson
Sorry for this long mail - I think the original problem is now fixed. I'm including the whole work/test log for posterity. And if someone have anything to comment on it, incase I've missed something.. After six, seven hours of debugging and modifying the code to output more information, I've fou

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

2016-06-23 Thread Turbo Fredriksson
- s n i p - 2016-06-23 23:08:25.277 25887 INFO cinder.api.openstack.wsgi [req-9d2bc683-7599-4539-92a6-b8e8503591c8 0b7e5b0653084efdad5d67b66f2cf949 2985b96e27f048cd92a18d b0dd03aa23 - - -] GET http://10.0.4.1:8776/v2/2985b96e27f048cd92a18db0dd03aa23/volumes/test 2016-06-23 23:08:25.278 2

Re: [Openstack] Volume creation

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 9:24 PM, Remo Mattei wrote: > Check out targetcli which is showing you the iscsi info. The api calls that > to create the volume I'm currently looking through the lvm.py and tgt.py. I'm just not seeing any attempt to create the target! -- Em - The battle cry of the cro

Re: [Openstack] Volume creation

2016-06-23 Thread Remo Mattei
Check out targetcli which is showing you the iscsi info. The api calls that to create the volume Remo Inviato da iPhone > Il giorno 23 giu 2016, alle ore 12:43, Turbo Fredriksson > ha scritto: > >> On Jun 23, 2016, at 8:37 PM, Remo Mattei wrote: >> >> Once it gets attached > > Ok, thanx.

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

2016-06-23 Thread Darragh O'Reilly
double check your security groups config. Make sure nova is using the noop driver. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi

Re: [Openstack] Volume creation

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 8:37 PM, Remo Mattei wrote: > Once it gets attached Ok, thanx. That will help a little in pinpointing where I'm failing. -- Choose a job you love, and you will never have to work a day in your life. ___ Mailing list: http://lists.

Re: [Openstack] Volume creation

2016-06-23 Thread Remo Mattei
Once it gets attached Inviato da iPhone > Il giorno 23 giu 2016, alle ore 11:56, Turbo Fredriksson > ha scritto: > > When a volume is created, is it supposed to be shared with > iSCSI at the same time, or is/should that be done once an > Instance attaches it? > -- > Imagine you're an idiot an

[Openstack] Volume creation

2016-06-23 Thread Turbo Fredriksson
When a volume is created, is it supposed to be shared with iSCSI at the same time, or is/should that be done once an Instance attaches it? -- Imagine you're an idiot and then imagine you're in the government. Oh, sorry. Now I'm repeating myself - Mark Twain ___

[Openstack] Openstack wt Ansible-all in one(AIO), problem accessing dashboard

2016-06-23 Thread Motamary, Shabrinath
Hai, I have installed Openstack with Ansible- all in one version using the following. http://docs.openstack.org/developer/openstack-ansible/developer-docs/quickstart-aio.html Installation was successful. When I open the Openrc file in one of the containers for dashboard url. I found that dashboar

[Openstack] RCE vulnerability in Openstack Murano using insecure YAML tags (CVE-2016-4972)

2016-06-23 Thread Kirill Zaitsev
== RCE vulnerability in Openstack Murano using insecure YAML tags == :Date: June 23, 2016 :CVE: CVE-2016-4972 Affects ~~~ - Murano: <=2015.1.1; <=1.0.2; ==2.0.0 - Murano-da

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

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 4:30 PM, Eugen Block wrote: > They are running because you didn't stop the services, you just disabled them. I kind'a expected a disable to stop the service.. But what if I wanted to stop only ONE service (of several)? For example the "nfs" backend but leave the "lvm" online.

Re: [Openstack] packets not reaching VM

2016-06-23 Thread Brian Haley
On 06/23/2016 03:23 AM, Priyanka wrote: Hi, We want direct routing LB and LVS supports it. So we were trying that option. Can we add some rule in neutron-openvswi chain of the LB VM on compute node to prevent the drop of these packets? If yes please guide us on how can we configure such a rule.

[Openstack] [openstack-dev][ansible] Fail to install Openstack all in one

2016-06-23 Thread Alioune
Hi all, I'm trying to install OpenStack all in one using ansible but I got the error bellow. Someone knows how to solve this error? Regards, ERROR: + openstack-ansible --forks 1 openstack-hosts-setup.yml Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_v

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

2016-06-23 Thread Yngvi Páll Þorfinnsson
I think it's possible we're far away from the correct path ;-) It's not mentioned at all in the openstack lbaas V2 documentation, but I think it's necessary to install Octavia on the controller machine first. Then configure neutron on all compute nodes to support lbaas ... Someone please correct m

[Openstack] Openstack Neutron lbaas question

2016-06-23 Thread zhihao wang
Dear Openstack Team: I have some questions regarding to openstack Mitaka Neutron lbaas For Neutron-lbaas installation, should I just follow this LINKhttps://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRunbut my openstack has controller and compute nodes. is not installed by Devstack, it is ma

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

2016-06-23 Thread Eugen Block
"rbd"? It's a different storage backend, something like a network RAID. But don't mind it right now ;-) But even after disabling them, they're still show as "status=disabled,state=up" They are running because you didn't stop the services, you just disabled them. You could stop them for

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

2016-06-23 Thread Turbo Fredriksson
I'm starting to think that it might have something to do with the networking after all: - s n i p - 2016-06-23 15:52:13.775 25419 DEBUG nova.compute.manager [req-87a08e39-96ac-4c23-96dd-5227c972b865 0b7e5b0653084efdad5d67b66f2cf949 2985b96e27f048cd92a18db0dd 03aa23 - - -] [instance: d75b

Re: [Openstack] admin-openrc error in openstack

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 3:02 PM, venkat boggarapu wrote: > export OS_PROJECT_DOMAIN_NAME=defaultexport > OS_USER_DOMAIN_NAME=defaultexport OS_PROJECT_NAME=adminexport > OS_USERNAME=adminexport OS_PASSWORD=ADMIN_PASSexport > OS_AUTH_URL=http://controller:35357/v3export > OS_IDENTITY_API_VERSION=3export

[Openstack] admin-openrc error in openstack

2016-06-23 Thread venkat boggarapu
Hi All, I am getting the error when the run below in admin-openrc file export OS_PROJECT_DOMAIN_NAME=defaultexport OS_USER_DOMAIN_NAME=defaultexport OS_PROJECT_NAME=adminexport OS_USERNAME=adminexport OS_PASSWORD=ADMIN_PASSexport OS_AUTH_URL=http://controller:35357/v3export OS_IDENTITY_API_VERSIO

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

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 2:10 PM, Turbo Fredriksson wrote: > But even after disabling them, they're still show as > "status=disabled,state=up" > with a "cinder service-list".. ? I tried anyway, but creating a volume (empty or from an image) gave the host field as empty. And the status was Error! So

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

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 12:26 PM, Eugen Block wrote: > /etc/cinder/cinder.conf:enabled_backends = rbd--> that's what I use > currently "rbd"? > I'm not sure if it would work, it's been a while since I used local storage, > but if you just comment the enabled_backend option out and restart cind

Re: [Openstack] openstack liberty and lbaas v2

2016-06-23 Thread Turbo Fredriksson
On Jun 23, 2016, at 1:35 PM, Yngvi Páll Þorfinnsson wrote: > service_plugins = > router,neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 > service_provider = > LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default I'm pretty sure that if you look in yo

[Openstack] openstack liberty and lbaas v2

2016-06-23 Thread Yngvi Páll Þorfinnsson
HI, We've upgraded our openstack environment from Kilo to Liberty recently. But while testing the Loadbalancing servcie , version 2 , I get an error: neutron lbaas-loadbalancer-create --name test-lb b7b7fa5c-fac7-4da0-aa17-8506c2da678b 404 Not Found The resource could not be found. I'm using o

[Openstack] Unable to do software configuration in heat

2016-06-23 Thread Vijay Baskar
I am running a private cloud in openstack kilo version. I want to do software deployments with heat. I can create stacks without any issues, but when I try to deploy a stack with - user_data_format: SOFTWARE_CONFIG while creating a server(OS::Nova::Server), the configuration script fails with erro

Re: [Openstack] Ceph RadosGW and Object Storage meters: storage.objects.incoming|outgoing.bytes

2016-06-23 Thread Eugen Block
I'm trying to accomplish the same, I use Ceph as storage backend and get errors in ceilometer-polling.log like Cannot inspect data of MemoryUsagePollster for 7307de53-52a4-4900-9c04-d5fb6c787159, non-fatal reason: Failed to inspect memory usage of instance id=7307de53-52a4-4900-9c04-d5fb6c7

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

2016-06-23 Thread Eugen Block
How can I create a local volume? You have probably configured your cinder.conf to use lvm as backend: control1:~ # grep -r enabled_backends /etc/cinder/ /etc/cinder/cinder.conf:#enabled_backends = lvm /etc/cinder/cinder.conf:enabled_backends = rbd--> that's what I use currently I'm not

Re: [Openstack] (no subject)

2016-06-23 Thread Eugen Block
Before you can execute any administrational tasks you have to authenticate. So according to the docs I use (http://docs.openstack.org/mitaka/install-guide-obs/keystone-services.html) you need some credentials in your environment, at least OS_TOKEN (only for initializing the identity service)

Re: [Openstack] (no subject)

2016-06-23 Thread zhaolihuisky
You should execute command ". admin-openrc"  first. --From:venkat boggarapu Send Time:2016年6月23日(星期四) 19:12To:openstack Subject:[Openstack] (no subject) Hi All, We are getting the below error while installing glance service in our

[Openstack] (no subject)

2016-06-23 Thread venkat boggarapu
Hi All, We are getting the below error while installing glance service in our environment. [root@controller ~]# openstack user create --domain default --password-prompt glance Missing parameter(s): Set a username with --os-username, OS_USERNAME, or auth.username Set an authentication URL, with -

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

2016-06-23 Thread Eugen Block
Hmm, these are really for Neutron routers. Not sure about connecting VMs to them. It's a flat network on the compute node, I created a vlan directly on the compute node to avoid sending all the traffic to the control/network node for instances that are supposed to be in a productive envir

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

2016-06-23 Thread Darragh O'Reilly
On Thursday, 23 June 2016, 8:50, Eugen Block wrote: >> By external network, do you mean it has router:external=True? > Yes, that's what I mean. Hmm, these are really for Neutron routers. Not sure about connecting VMs to them. ___ Mailing list:

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

2016-06-23 Thread Eugen Block
What version are you using? control1:~ # rpm -qi openstack-neutron-linuxbridge-agent-8.1.3~a0~dev5-1.1.noarch Name: openstack-neutron-linuxbridge-agent Version : 8.1.3~a0~dev5 Release : 1.1 Architecture: noarch Install Date: Fr 17 Jun 2016 16:09:05 CEST Group : Developme

Re: [Openstack] packets not reaching VM

2016-06-23 Thread Priyanka
Hi, We want direct routing LB and LVS supports it. So we were trying that option. Can we add some rule in neutron-openvswi chain of the LB VM on compute node to prevent the drop of these packets? If yes please guide us on how can we configure such a rule. As i can see a drop rule in the chain