*** yangyapeng has quit IRC | 00:11 | |
*** ddieterly has joined #openstack-freezer | 00:19 | |
*** iceyao has joined #openstack-freezer | 01:01 | |
*** ddieterly has quit IRC | 01:02 | |
*** zhurong has joined #openstack-freezer | 01:12 | |
*** yangyapeng has joined #openstack-freezer | 01:17 | |
*** EinstCrazy has joined #openstack-freezer | 01:32 | |
*** EinstCrazy has quit IRC | 02:09 | |
*** EinstCrazy has joined #openstack-freezer | 02:10 | |
*** EinstCrazy has quit IRC | 02:54 | |
*** zhusz has left #openstack-freezer | 02:57 | |
*** ddieterly has joined #openstack-freezer | 03:01 | |
*** EinstCrazy has joined #openstack-freezer | 03:03 | |
*** zhurong has quit IRC | 03:11 | |
*** zhurong has joined #openstack-freezer | 03:12 | |
*** ddieterly has quit IRC | 03:15 | |
*** zhusz_ has joined #openstack-freezer | 03:15 | |
*** yangyapeng has quit IRC | 04:58 | |
*** yangyapeng has joined #openstack-freezer | 04:58 | |
*** yangyapeng has quit IRC | 05:00 | |
*** yangyape_ has joined #openstack-freezer | 05:00 | |
*** fawadkhaliq has joined #openstack-freezer | 05:01 | |
*** zhusz has joined #openstack-freezer | 05:22 | |
*** zhusz has left #openstack-freezer | 05:24 | |
*** lpetrut has joined #openstack-freezer | 05:35 | |
*** zhusz has joined #openstack-freezer | 05:41 | |
*** fawadkhaliq has quit IRC | 05:58 | |
*** fawadkhaliq has joined #openstack-freezer | 06:56 | |
*** fawadkhaliq has quit IRC | 06:59 | |
*** fawadkhaliq has joined #openstack-freezer | 06:59 | |
*** lpetrut has quit IRC | 07:06 | |
athinkingmeat | hi, 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 |
---|---|---|
athinkingmeat | my environment has self-signed ssl certificate. | 07:11 |
*** lpetrut has joined #openstack-freezer | 07:17 | |
*** zhurong has quit IRC | 07:46 | |
*** zhurong has joined #openstack-freezer | 07:47 | |
*** daemontool has joined #openstack-freezer | 07:53 | |
daemontool | o/ | 07:54 |
*** lpetrut has quit IRC | 07:55 | |
*** fawadkhaliq has quit IRC | 07:59 | |
*** fawadkhaliq has joined #openstack-freezer | 08:01 | |
*** fawadkhaliq has quit IRC | 08:05 | |
*** zhusz has quit IRC | 08:07 | |
*** zhusz_ is now known as zhusz | 08:07 | |
*** electrofelix has joined #openstack-freezer | 08:56 | |
*** fawadkhaliq has joined #openstack-freezer | 09:02 | |
*** fawadkhaliq has quit IRC | 09:06 | |
*** lpetrut has joined #openstack-freezer | 09:17 | |
*** fawadkhaliq has joined #openstack-freezer | 09:24 | |
*** zhurong has quit IRC | 10:13 | |
athinkingmeat | i 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-freezer | 10:31 | |
*** iceyao has quit IRC | 10:34 | |
*** iceyao has joined #openstack-freezer | 10:35 | |
*** EinstCrazy has quit IRC | 10:36 | |
m3m0 | athinkingmeat: hey | 10:38 |
m3m0 | did you register the ssl cert in local_settings.py | 10:38 |
m3m0 | > | 10:38 |
*** iceyao has quit IRC | 10:39 | |
*** yangyape_ has quit IRC | 10:40 | |
*** yuval has joined #openstack-freezer | 10:40 | |
athinkingmeat | m3m0: hello! :) i don't know how to do that :/ | 10:41 |
openstackgerrit | Memo Garcia proposed openstack/freezer: Fix Backup removal is not working https://review.openstack.org/340307 | 10:45 |
m3m0 | athinkingmeat: is your horizon in /opt/stack/horizon? | 10:46 |
m3m0 | although it doesn't matter where it is, just go to horizon/openstack_dashboard/local/local_settings.pu | 10:46 |
m3m0 | sorry horizon/openstack_dashboard/local/local_settings.py | 10:47 |
athinkingmeat | m3m0: ok, i am there | 10:49 |
m3m0 | there are a few options to set up ssl | 10:51 |
m3m0 | # Disable SSL certificate checks (useful for self-signed certificates): | 10:51 |
m3m0 | #OPENSTACK_SSL_NO_VERIFY = True | 10:51 |
m3m0 | # The CA certificate to use to verify SSL connections | 10: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-header | 10:52 |
m3m0 | #SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') | 10:52 |
athinkingmeat | so i have this already set OPENSTACK_SSL_NO_VERIFY = True | 10:53 |
athinkingmeat | others are commented out | 10:54 |
m3m0 | what do you get when you type keystone endpoint list | 10:57 |
m3m0 | that error may be related to a ssl connection going through a different port | 10:58 |
athinkingmeat | keystone 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 |
athinkingmeat | endpoint show https://www.irccloud.com/pastebin/go21rbKc/ | 11:01 |
*** zhusz_ has joined #openstack-freezer | 11:05 | |
athinkingmeat | if 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 Keystone | 11:15 |
m3m0 | athinkingmeat: sorry for the delay, could you paste the opnestack endpoint list | 11:21 |
m3m0 | please | 11:21 |
athinkingmeat | openstack 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-freezer | 11:26 | |
m3m0 | athinkingmeat: you shouldn't change the protocol of the endpoing | 11:27 |
m3m0 | endpoint | 11:27 |
m3m0 | but, I'm looking why is it failing to work with your ssl environment | 11:27 |
m3m0 | bdb | 11:28 |
*** ddieterly has quit IRC | 11:31 | |
*** popawu has quit IRC | 11:32 | |
athinkingmeat | m3m0: ok, will set it back | 11:36 |
*** yuval has quit IRC | 11:43 | |
*** yangyapeng has joined #openstack-freezer | 11:45 | |
athinkingmeat | m3m0: 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 IRC | 11:50 | |
m3m0 | :) good news :) | 11:58 |
*** jokke_ has quit IRC | 11:59 | |
athinkingmeat | yeah :) now i need to verify if my freezer deployment did not mess with openstack overall :D | 11:59 |
*** jokke_ has joined #openstack-freezer | 11:59 | |
*** ddieterly has joined #openstack-freezer | 12:06 | |
*** iceyao has joined #openstack-freezer | 12:16 | |
*** fawadkhaliq has joined #openstack-freezer | 12:17 | |
*** fawadkhaliq has quit IRC | 12:20 | |
*** zhurong has joined #openstack-freezer | 12:26 | |
*** ddieterly is now known as ddieterly[away] | 12:31 | |
*** ddieterly[away] is now known as ddieterly | 12:31 | |
*** ddieterly has quit IRC | 12:32 | |
athinkingmeat | when trying to create job in horizon - it spins without stopping and nothing happens. how do i debug that? | 12:33 |
*** ddieterly has joined #openstack-freezer | 12:35 | |
*** ddieterly has quit IRC | 12:42 | |
*** saggi1 has joined #openstack-freezer | 12:46 | |
*** saggi1 has quit IRC | 12:51 | |
openstackgerrit | Pierre Mathieu proposed openstack/freezer-api: Fix mapping ES mapping deletion https://review.openstack.org/340931 | 13:00 |
*** ddieterly has joined #openstack-freezer | 13:15 | |
openstackgerrit | Memo Garcia proposed openstack/freezer: Fix Backup removal is not working https://review.openstack.org/340307 | 13:16 |
*** ddieterly is now known as ddieterly[away] | 13:20 | |
*** zhurong has quit IRC | 13:25 | |
*** ddieterly[away] is now known as ddieterly | 13:26 | |
*** lpetrut has quit IRC | 13:35 | |
*** ddieterly is now known as ddieterly[away] | 13:39 | |
*** ddieterly[away] is now known as ddieterly | 13:48 | |
*** clenimar has quit IRC | 13:48 | |
openstackgerrit | Pierre Mathieu proposed openstack/freezer-api: Fix mapping ES mapping deletion https://review.openstack.org/340931 | 13:59 |
*** yangyapeng has quit IRC | 14:04 | |
*** yangyapeng has joined #openstack-freezer | 14:05 | |
*** lpetrut has joined #openstack-freezer | 14:09 | |
*** jonaspf1 has quit IRC | 14:20 | |
*** jonaspf has joined #openstack-freezer | 14:23 | |
*** clenimar has joined #openstack-freezer | 14:43 | |
*** clenimar_ has joined #openstack-freezer | 14:43 | |
*** clenimar_ has quit IRC | 14:43 | |
*** clenimar has quit IRC | 14:43 | |
*** clenimar has joined #openstack-freezer | 14:44 | |
*** yangyapeng has quit IRC | 14:53 | |
*** yangyapeng has joined #openstack-freezer | 14:53 | |
*** lpetrut has quit IRC | 15:12 | |
*** lpetrut has joined #openstack-freezer | 15:36 | |
*** lpetrut1 has joined #openstack-freezer | 15:39 | |
*** lpetrut has quit IRC | 15:40 | |
*** lpetrut1 is now known as lpetrut | 15:40 | |
*** ddieterly is now known as ddieterly[away] | 15:54 | |
*** ddieterly[away] is now known as ddieterly | 15:57 | |
*** daemontool has quit IRC | 16:06 | |
*** daemontool has joined #openstack-freezer | 16:19 | |
*** zhurong has joined #openstack-freezer | 16:57 | |
*** zhurong has quit IRC | 17:02 | |
*** zhurong has joined #openstack-freezer | 17:03 | |
*** lpetrut has quit IRC | 17:09 | |
*** zhurong has quit IRC | 17:22 | |
*** ddieterly is now known as ddieterly[away] | 17:33 | |
*** ddieterly[away] is now known as ddieterly | 17:34 | |
*** ddieterly is now known as ddieterly[away] | 17:55 | |
*** electrofelix has quit IRC | 17:57 | |
*** fawadkhaliq has joined #openstack-freezer | 17:57 | |
*** iceyao has quit IRC | 17:58 | |
openstackgerrit | Tim Buckley proposed openstack/freezer-api: Listen on 127.0.0.1 in devstack https://review.openstack.org/340470 | 17:58 |
*** lpetrut has joined #openstack-freezer | 18:07 | |
*** ddieterly[away] has quit IRC | 18:56 | |
*** daemontool has quit IRC | 19:04 | |
*** ddieterly has joined #openstack-freezer | 19:04 | |
*** daemontool has joined #openstack-freezer | 19:50 | |
*** fawadkhaliq has quit IRC | 19:53 | |
*** ddieterly is now known as ddieterly[away] | 19:56 | |
*** ddieterly[away] is now known as ddieterly | 20:24 | |
*** ddieterly is now known as ddieterly[away] | 20:40 | |
*** ddieterly[away] is now known as ddieterly | 21:03 | |
*** lpetrut has quit IRC | 21:07 | |
*** yangyapeng has quit IRC | 21:10 | |
*** clenimar_ has joined #openstack-freezer | 21:54 | |
*** clenimar_ has quit IRC | 22:06 | |
*** clenimar_ has joined #openstack-freezer | 22:19 | |
*** ddieterly has quit IRC | 22:29 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!