Re: [Openstack] [OpenStack][Trove]Something wrong with Jenkins unit tests in Trove?

2017-09-21 Thread Zhang Fan
Hi, Amrith, Glad to hear from you. Thanks so much for your response. Fan Zhang Best wishes. From: Amrith Kumar Date: 2017-09-22 10:25 To: Zhang Fan CC: openstack; 杨振宇<

Re: [Openstack] [OpenStack][Trove]Something wrong with Jenkins unit tests in Trove?

2017-09-21 Thread Amrith Kumar
Fan Zhang, The patch to tag Trove with maintenance mode is [1] and as I type this, it has not yet merged. Yes, I realize that the Trove tests are currently broken and I've spoken with the other members of the trove team about it at the PTG in Denver. I'm sorry I am not able to look into the test

[Openstack] how can I migrate an instance from one openstack environment to another and why the size of an image created from an instance is 0?

2017-09-21 Thread Manuel Sopena Ballesteros
Hi all, I need to move an instance from one openstack environment to another so I tried: 1. Create an image from an instance 2. Save the image to a file 3. Copy create a new instance on another openstack using the new image file My problem is that the new image has 0 as imag

[Openstack] 回复: Placement API service is not responding with haproxy

2017-09-21 Thread 谭 明宵
I add "http-check expect status 401" in haproxy.cfg , also hava this problem then i found some errors in /var/log/nova/nova-placement-api.log 2017-09-21 22:39:18.056 4916 INFO nova.api.openstack.placement.requestlog [req-d5dd1f7d-c64d-4d6b-9d1d-db2df298921c - - - - -] 192.168.105.10 "GET /allo

[Openstack] [OpenStack][Trove]Something wrong with Jenkins unit tests in Trove?

2017-09-21 Thread Zhang Fan
Hello, Recently I commited two patches[1] in Trove, but failed to pass Jenkins. I looked through the console log, it showed some errors like 'ImportError: No module named tempest.lib' and so on. Is there anyone who is in charge of Trove Jenkins? Please check it out. BTW, has Trove been tagged

Re: [Openstack] Placement API service is not responding with haproxy

2017-09-21 Thread Adhi Priharmanto
did your nova-placement at your controller node running on port 58778? On Sep 21, 2017 4:44 PM, "谭 明宵" wrote: I had HA setup for placement api to work on high availability enviornment by using HAproxy on three controller nodes vim /etc/haproxy/haproxy.cfg listen nova_placement_cluster

[Openstack] [Fuel] Fuel 11 does not boot into setup menu, does not install successfully

2017-09-21 Thread Tomas Brännström
Hi I'm trying to install the Fuel 11 release in a Virtualbox VM, but to no success. When the OS install is finished, instead of starting the fuelmenu, I just get to a login prompt. Scrolling up the tty reveals a stack trace from python: + fuelmenu --save-only --iface=eth0 Traceback (most recent ca

Re: [Openstack] Placement API service is not responding with haproxy

2017-09-21 Thread Jens Harbott
2017-09-21 11:32 GMT+02:00 谭 明宵 : > > I had HA setup for placement api to work on high availability enviornment by > using HAproxy on three controller nodes > > vim /etc/haproxy/haproxy.cfg > > listen nova_placement_cluster > bind 0.0.0.0:8778 > http-request del-header X-Forwarded-P

[Openstack] Placement API service is not responding with haproxy

2017-09-21 Thread 谭 明宵
I had HA setup for placement api to work on high availability enviornment by using HAproxy on three controller nodes vim /etc/haproxy/haproxy.cfg listen nova_placement_cluster bind 0.0.0.0:8778 http-request del-header X-Forwarded-Proto server controller01 192.168.105.10: