Tuesday, 2016-07-12

*** yangyapeng has quit IRC00:11
*** ddieterly has joined #openstack-freezer00:19
*** iceyao has joined #openstack-freezer01:01
*** ddieterly has quit IRC01:02
*** zhurong has joined #openstack-freezer01:12
*** yangyapeng has joined #openstack-freezer01:17
*** EinstCrazy has joined #openstack-freezer01:32
*** EinstCrazy has quit IRC02:09
*** EinstCrazy has joined #openstack-freezer02:10
*** EinstCrazy has quit IRC02:54
*** zhusz has left #openstack-freezer02:57
*** ddieterly has joined #openstack-freezer03:01
*** EinstCrazy has joined #openstack-freezer03:03
*** zhurong has quit IRC03:11
*** zhurong has joined #openstack-freezer03:12
*** ddieterly has quit IRC03:15
*** zhusz_ has joined #openstack-freezer03:15
*** yangyapeng has quit IRC04:58
*** yangyapeng has joined #openstack-freezer04:58
*** yangyapeng has quit IRC05:00
*** yangyape_ has joined #openstack-freezer05:00
*** fawadkhaliq has joined #openstack-freezer05:01
*** zhusz has joined #openstack-freezer05:22
*** zhusz has left #openstack-freezer05:24
*** lpetrut has joined #openstack-freezer05:35
*** zhusz has joined #openstack-freezer05:41
*** fawadkhaliq has quit IRC05:58
*** fawadkhaliq has joined #openstack-freezer06:56
*** fawadkhaliq has quit IRC06:59
*** fawadkhaliq has joined #openstack-freezer06:59
*** lpetrut has quit IRC07:06
athinkingmeathi, trying to integrate web ui with horizon. i've did site wide installation of freezer and freezer-web-ui, enabled it in horizon, but any action i try to click i get this: https://www.irccloud.com/pastebin/7GdWg9pi/07:10
athinkingmeatmy environment has self-signed ssl certificate.07:11
*** lpetrut has joined #openstack-freezer07:17
*** zhurong has quit IRC07:46
*** zhurong has joined #openstack-freezer07:47
*** daemontool has joined #openstack-freezer07:53
daemontoolo/07:54
*** lpetrut has quit IRC07:55
*** fawadkhaliq has quit IRC07:59
*** fawadkhaliq has joined #openstack-freezer08:01
*** fawadkhaliq has quit IRC08:05
*** zhusz has quit IRC08:07
*** zhusz_ is now known as zhusz08:07
*** electrofelix has joined #openstack-freezer08:56
*** fawadkhaliq has joined #openstack-freezer09:02
*** fawadkhaliq has quit IRC09:06
*** lpetrut has joined #openstack-freezer09:17
*** fawadkhaliq has joined #openstack-freezer09:24
*** zhurong has quit IRC10:13
athinkingmeati get this in apache error log for horizon - [Tue Jul 12 10:26:50.078074 2016] [wsgi:error] [pid 26319:tid 140274366351104] ERROR:disaster_recovery.utils:[Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol . any ideas how to get rid of it?10:27
*** popawu has joined #openstack-freezer10:31
*** iceyao has quit IRC10:34
*** iceyao has joined #openstack-freezer10:35
*** EinstCrazy has quit IRC10:36
m3m0athinkingmeat: hey10:38
m3m0did you register the ssl cert in local_settings.py10:38
m3m0>10:38
*** iceyao has quit IRC10:39
*** yangyape_ has quit IRC10:40
*** yuval has joined #openstack-freezer10:40
athinkingmeatm3m0: hello! :) i don't know how to do that :/10:41
openstackgerritMemo Garcia proposed openstack/freezer: Fix Backup removal is not working  https://review.openstack.org/34030710:45
m3m0athinkingmeat: is your horizon in /opt/stack/horizon?10:46
m3m0although it doesn't matter where it is, just go to horizon/openstack_dashboard/local/local_settings.pu10:46
m3m0sorry horizon/openstack_dashboard/local/local_settings.py10:47
athinkingmeatm3m0: ok, i am there10:49
m3m0there are a few options to set up ssl10:51
m3m0# Disable SSL certificate checks (useful for self-signed certificates):10:51
m3m0#OPENSTACK_SSL_NO_VERIFY = True10:51
m3m0# The CA certificate to use to verify SSL connections10:51
m3m0#OPENSTACK_SSL_CACERT = '/path/to/cacert.pem'10:51
m3m0# Set SSL proxy settings:10:52
m3m0# Pass this header from the proxy after terminating the SSL,10:52
m3m0# and don't forget to strip it from the client's request.10:52
m3m0# For more information see:10:52
m3m0# https://docs.djangoproject.com/en/1.8/ref/settings/#secure-proxy-ssl-header10:52
m3m0#SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')10:52
athinkingmeatso i have this already set OPENSTACK_SSL_NO_VERIFY = True10:53
athinkingmeatothers are commented out10:54
m3m0what do you get when you type keystone endpoint list10:57
m3m0that error may be related to a ssl connection going through a different port10:58
athinkingmeatkeystone endpoint list doesn't work with DeprecationWarning, but openstack endpoint list shows a list of endpoints. among them i can see | 10e7b40d202f4a9aaf4d0feba41f7c12 | RegionOne | freezer        | backup              |11:00
athinkingmeatendpoint show https://www.irccloud.com/pastebin/go21rbKc/11:01
*** zhusz_ has joined #openstack-freezer11:05
athinkingmeatif i try to setup internalurl as http://10.249.19.36:9090 - i get ERROR:disaster_recovery.utils:Could no get FREEZER_API_URL from config or Keystone11:15
m3m0athinkingmeat: sorry for the delay, could you paste the opnestack endpoint list11:21
m3m0please11:21
athinkingmeatopenstack endpoint list. id for freezer has changed as i tried to recreate it https://www.irccloud.com/pastebin/rKAjIgph/11:22
*** ddieterly has joined #openstack-freezer11:26
m3m0athinkingmeat: you shouldn't change the protocol of the endpoing11:27
m3m0endpoint11:27
m3m0but, I'm looking why is it failing to work with your ssl environment11:27
m3m0bdb11:28
*** ddieterly has quit IRC11:31
*** popawu has quit IRC11:32
athinkingmeatm3m0: ok, will set it back11:36
*** yuval has quit IRC11:43
*** yangyapeng has joined #openstack-freezer11:45
athinkingmeatm3m0: i think i've found a problem. freezer-api has died, i've restarted it and now horizon works with disaster recovery panel :)11:45
*** fawadkhaliq has quit IRC11:50
m3m0:) good news :)11:58
*** jokke_ has quit IRC11:59
athinkingmeatyeah :) now i need to verify if my freezer deployment did not mess with openstack overall :D11:59
*** jokke_ has joined #openstack-freezer11:59
*** ddieterly has joined #openstack-freezer12:06
*** iceyao has joined #openstack-freezer12:16
*** fawadkhaliq has joined #openstack-freezer12:17
*** fawadkhaliq has quit IRC12:20
*** zhurong has joined #openstack-freezer12:26
*** ddieterly is now known as ddieterly[away]12:31
*** ddieterly[away] is now known as ddieterly12:31
*** ddieterly has quit IRC12:32
athinkingmeatwhen trying to create job in horizon - it spins without stopping and nothing happens. how do i debug that?12:33
*** ddieterly has joined #openstack-freezer12:35
*** ddieterly has quit IRC12:42
*** saggi1 has joined #openstack-freezer12:46
*** saggi1 has quit IRC12:51
openstackgerritPierre Mathieu proposed openstack/freezer-api: Fix mapping ES mapping deletion  https://review.openstack.org/34093113:00
*** ddieterly has joined #openstack-freezer13:15
openstackgerritMemo Garcia proposed openstack/freezer: Fix Backup removal is not working  https://review.openstack.org/34030713:16
*** ddieterly is now known as ddieterly[away]13:20
*** zhurong has quit IRC13:25
*** ddieterly[away] is now known as ddieterly13:26
*** lpetrut has quit IRC13:35
*** ddieterly is now known as ddieterly[away]13:39
*** ddieterly[away] is now known as ddieterly13:48
*** clenimar has quit IRC13:48
openstackgerritPierre Mathieu proposed openstack/freezer-api: Fix mapping ES mapping deletion  https://review.openstack.org/34093113:59
*** yangyapeng has quit IRC14:04
*** yangyapeng has joined #openstack-freezer14:05
*** lpetrut has joined #openstack-freezer14:09
*** jonaspf1 has quit IRC14:20
*** jonaspf has joined #openstack-freezer14:23
*** clenimar has joined #openstack-freezer14:43
*** clenimar_ has joined #openstack-freezer14:43
*** clenimar_ has quit IRC14:43
*** clenimar has quit IRC14:43
*** clenimar has joined #openstack-freezer14:44
*** yangyapeng has quit IRC14:53
*** yangyapeng has joined #openstack-freezer14:53
*** lpetrut has quit IRC15:12
*** lpetrut has joined #openstack-freezer15:36
*** lpetrut1 has joined #openstack-freezer15:39
*** lpetrut has quit IRC15:40
*** lpetrut1 is now known as lpetrut15:40
*** ddieterly is now known as ddieterly[away]15:54
*** ddieterly[away] is now known as ddieterly15:57
*** daemontool has quit IRC16:06
*** daemontool has joined #openstack-freezer16:19
*** zhurong has joined #openstack-freezer16:57
*** zhurong has quit IRC17:02
*** zhurong has joined #openstack-freezer17:03
*** lpetrut has quit IRC17:09
*** zhurong has quit IRC17:22
*** ddieterly is now known as ddieterly[away]17:33
*** ddieterly[away] is now known as ddieterly17:34
*** ddieterly is now known as ddieterly[away]17:55
*** electrofelix has quit IRC17:57
*** fawadkhaliq has joined #openstack-freezer17:57
*** iceyao has quit IRC17:58
openstackgerritTim Buckley proposed openstack/freezer-api: Listen on 127.0.0.1 in devstack  https://review.openstack.org/34047017:58
*** lpetrut has joined #openstack-freezer18:07
*** ddieterly[away] has quit IRC18:56
*** daemontool has quit IRC19:04
*** ddieterly has joined #openstack-freezer19:04
*** daemontool has joined #openstack-freezer19:50
*** fawadkhaliq has quit IRC19:53
*** ddieterly is now known as ddieterly[away]19:56
*** ddieterly[away] is now known as ddieterly20:24
*** ddieterly is now known as ddieterly[away]20:40
*** ddieterly[away] is now known as ddieterly21:03
*** lpetrut has quit IRC21:07
*** yangyapeng has quit IRC21:10
*** clenimar_ has joined #openstack-freezer21:54
*** clenimar_ has quit IRC22:06
*** clenimar_ has joined #openstack-freezer22:19
*** ddieterly has quit IRC22:29

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!