Ibnout | Hi, hope someone can help understand what is going on with an issue I've when installing octavia manually (not devstack script). | 00:04 |
---|---|---|
Ibnout | I created octavia service and user in keystone, then I configured octavia credentials in octavia.conf and neutron_lbaas.conf. | 00:04 |
Ibnout | But when creating a loadbalancer, the neutron_lbaas is using 'admin' user and some default credentials againt keystone, which fails! | 00:04 |
Ibnout | I did a grep and found out those credentials are only present in the source code "/usr/lib/python2.7/dist-packages/neutron_lbaas/common/keystone.py". | 00:04 |
Ibnout | It's like neutron lbaas is using only those default values without considering the credentials in neutron_lbaas config file. | 00:04 |
Ibnout | Can someone tell if there is any other file where the octavia credentials should be configured ? | 00:04 |
Ibnout | If I update manually the default credential values in ".../neutron_lbaas/common/keystone.py" with the octavia credentials I created then all work fine!! | 00:04 |
Ibnout | So am I missing something ? or is this a bug ? | 00:04 |
bana_k | did you add admin role for octavia user? | 00:06 |
Ibnout | yes I added it | 00:06 |
bana_k | oh strange, I had tested it earlier worked fine for me not sure what got changed. | 00:07 |
Ibnout | so you have created dedicated octavia user (with admin role) and configured its credentials only in octavia.conf and neutron_lbaas.conf ? | 00:09 |
bana_k | yes. I had admin and service roles | 00:09 |
bana_k | can you paste your keystone part from octavia.conf | 00:11 |
Ibnout | [keystone_authtoken] | 00:12 |
Ibnout | auth_version = 3 | 00:12 |
Ibnout | admin_password = octavia_user_secret | 00:12 |
Ibnout | admin_tenant_name = service | 00:12 |
Ibnout | admin_user = octavia | 00:12 |
Ibnout | auth_uri = http://controller:35357/v3 | 00:12 |
bana_k | I have not tried it with v3 but I don't think it should change anything. | 00:13 |
bana_k | can you paste neutron_lbaas.conf | 00:13 |
Ibnout | in fact it does not even use this auth_uri! it uses http//127.0.0.1:5000/v2, and that is only present as default value in the keystone.py file, that's how I guess it was not using value configured in the config file | 00:14 |
Ibnout | the only changes I put in neutron_lbaas are : | 00:15 |
johnsom | I'm wondering if the neutron_lbaas.conf isn't getting picked up. | 00:15 |
bana_k | check this out https://bugs.launchpad.net/octavia/+bug/1618691 | 00:16 |
openstack | Launchpad bug 1618691 in octavia "LBaaS v2 and Keystone v3 in Devstack" [Undecided,In progress] - Assigned to Lubosz Kosnik (diltram) | 00:16 |
Ibnout | [service_auth] | 00:16 |
Ibnout | auth_url = http://controller:5000/v3 | 00:16 |
Ibnout | admin_user = octavia | 00:16 |
Ibnout | admin_tenant_name = service | 00:16 |
Ibnout | admin_password = octavia_user_secret | 00:16 |
Ibnout | admin_user_domain = default | 00:16 |
Ibnout | admin_project_domain = default | 00:16 |
Ibnout | region = RegionOne | 00:16 |
Ibnout | service_name = octavia | 00:16 |
Ibnout | auth_version = 3 | 00:16 |
Ibnout | endpoint_type = public | 00:16 |
Ibnout | [service_providers] | 00:16 |
Ibnout | service_provider = LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default | 00:16 |
bana_k | inout your are trying the master branch for neutron-lbaas? | 00:17 |
*** kevo has quit IRC | 00:17 | |
*** kevo has joined #openstack-lbaas | 00:17 | |
*** itsuugo has quit IRC | 00:17 | |
*** kevo has quit IRC | 00:17 | |
Ibnout | well I just did : sudo apt-get install python-neutron-lbaas (my installation is mitaka) | 00:18 |
*** itsuugo has joined #openstack-lbaas | 00:18 | |
bana_k | if you are I think you need to pass neutron_lbaas.conf for neutron-server through --config-file option in cli | 00:18 |
bana_k | oh i see | 00:18 |
Ibnout | ah ah will try that | 00:22 |
*** bana_k has quit IRC | 00:28 | |
*** itsuugo has quit IRC | 00:29 | |
*** itsuugo has joined #openstack-lbaas | 00:30 | |
*** bana_k has joined #openstack-lbaas | 00:31 | |
*** bana_k has quit IRC | 00:33 | |
*** itsuugo has quit IRC | 00:37 | |
*** itsuugo has joined #openstack-lbaas | 00:39 | |
*** itsuugo has quit IRC | 00:44 | |
*** itsuugo has joined #openstack-lbaas | 00:46 | |
*** bana_k has joined #openstack-lbaas | 00:48 | |
*** itsuugo has quit IRC | 00:51 | |
*** bana_k has quit IRC | 00:51 | |
*** itsuugo has joined #openstack-lbaas | 00:51 | |
*** itsuugo has quit IRC | 00:56 | |
*** itsuugo has joined #openstack-lbaas | 00:57 | |
*** itsuugo has quit IRC | 01:02 | |
*** itsuugo has joined #openstack-lbaas | 01:03 | |
*** itsuugo has quit IRC | 01:08 | |
*** itsuugo has joined #openstack-lbaas | 01:08 | |
*** itsuugo has quit IRC | 01:16 | |
*** itsuugo has joined #openstack-lbaas | 01:16 | |
*** Bibnt has joined #openstack-lbaas | 01:21 | |
*** Ibnout has quit IRC | 01:22 | |
*** itsuugo has quit IRC | 01:27 | |
*** itsuugo has joined #openstack-lbaas | 01:27 | |
*** itsuugo has quit IRC | 01:32 | |
*** itsuugo has joined #openstack-lbaas | 01:33 | |
*** itsuugo has quit IRC | 01:37 | |
*** itsuugo has joined #openstack-lbaas | 01:38 | |
*** yamamoto has joined #openstack-lbaas | 01:44 | |
*** itsuugo has quit IRC | 01:48 | |
*** itsuugo has joined #openstack-lbaas | 01:50 | |
*** yamamoto has quit IRC | 01:53 | |
*** itsuugo has quit IRC | 01:58 | |
*** itsuugo has joined #openstack-lbaas | 01:59 | |
*** itsuugo has quit IRC | 02:04 | |
*** itsuugo has joined #openstack-lbaas | 02:05 | |
*** kevo has joined #openstack-lbaas | 02:05 | |
*** itsuugo has quit IRC | 02:16 | |
*** itsuugo has joined #openstack-lbaas | 02:17 | |
*** itsuugo has quit IRC | 02:22 | |
*** itsuugo has joined #openstack-lbaas | 02:22 | |
*** itsuugo has quit IRC | 02:27 | |
*** itsuugo has joined #openstack-lbaas | 02:29 | |
*** itsuugo has quit IRC | 02:37 | |
*** itsuugo has joined #openstack-lbaas | 02:38 | |
*** harlowja has quit IRC | 02:40 | |
*** itsuugo has quit IRC | 02:43 | |
*** yamamoto has joined #openstack-lbaas | 02:43 | |
*** itsuugo has joined #openstack-lbaas | 02:44 | |
*** yamamoto has quit IRC | 02:47 | |
*** itsuugo has quit IRC | 02:48 | |
*** itsuugo has joined #openstack-lbaas | 02:50 | |
*** yamamoto has joined #openstack-lbaas | 02:54 | |
*** yamamoto has quit IRC | 02:54 | |
*** itsuugo has quit IRC | 02:57 | |
*** itsuugo has joined #openstack-lbaas | 02:58 | |
*** itsuugo has quit IRC | 03:03 | |
*** itsuugo has joined #openstack-lbaas | 03:04 | |
*** armax has quit IRC | 03:07 | |
*** itsuugo has quit IRC | 03:08 | |
*** itsuugo has joined #openstack-lbaas | 03:10 | |
*** harlowja has joined #openstack-lbaas | 03:12 | |
*** Bibnt has quit IRC | 03:15 | |
*** itsuugo has quit IRC | 03:20 | |
*** itsuugo has joined #openstack-lbaas | 03:21 | |
*** itsuugo has quit IRC | 03:27 | |
*** itsuugo has joined #openstack-lbaas | 03:27 | |
*** gongysh has joined #openstack-lbaas | 03:30 | |
*** itsuugo has quit IRC | 03:53 | |
*** itsuugo has joined #openstack-lbaas | 03:53 | |
*** yamamoto has joined #openstack-lbaas | 03:55 | |
*** itsuugo has quit IRC | 03:58 | |
*** itsuugo has joined #openstack-lbaas | 03:59 | |
*** yamamoto has quit IRC | 04:01 | |
*** itsuugo has quit IRC | 04:06 | |
*** itsuugo has joined #openstack-lbaas | 04:07 | |
*** itsuugo has quit IRC | 04:12 | |
*** itsuugo has joined #openstack-lbaas | 04:13 | |
*** itsuugo has quit IRC | 04:17 | |
*** itsuugo has joined #openstack-lbaas | 04:19 | |
*** gongysh has quit IRC | 04:19 | |
*** itsuugo has quit IRC | 04:23 | |
*** itsuugo has joined #openstack-lbaas | 04:25 | |
*** yamamoto has joined #openstack-lbaas | 04:26 | |
*** yamamoto has quit IRC | 04:27 | |
*** yamamoto has joined #openstack-lbaas | 04:34 | |
*** itsuugo has quit IRC | 04:35 | |
*** itsuugo has joined #openstack-lbaas | 04:36 | |
*** itsuugo has quit IRC | 04:42 | |
*** itsuugo has joined #openstack-lbaas | 04:44 | |
*** itsuugo has quit IRC | 04:49 | |
*** itsuugo has joined #openstack-lbaas | 04:50 | |
*** itsuugo has quit IRC | 04:55 | |
*** itsuugo has joined #openstack-lbaas | 04:56 | |
*** itsuugo has quit IRC | 05:06 | |
*** itsuugo has joined #openstack-lbaas | 05:08 | |
*** itsuugo has quit IRC | 05:12 | |
*** fnaval has quit IRC | 05:13 | |
*** itsuugo has joined #openstack-lbaas | 05:13 | |
*** yamamoto has quit IRC | 05:14 | |
*** itsuugo has quit IRC | 05:18 | |
*** itsuugo has joined #openstack-lbaas | 05:19 | |
*** itsuugo has quit IRC | 05:23 | |
*** itsuugo has joined #openstack-lbaas | 05:24 | |
*** fnaval has joined #openstack-lbaas | 05:28 | |
*** itsuugo has quit IRC | 05:29 | |
*** itsuugo has joined #openstack-lbaas | 05:30 | |
*** itsuugo has quit IRC | 05:40 | |
*** itsuugo has joined #openstack-lbaas | 05:40 | |
*** itsuugo has quit IRC | 05:45 | |
*** itsuugo has joined #openstack-lbaas | 05:47 | |
*** itsuugo has quit IRC | 05:52 | |
*** itsuugo has joined #openstack-lbaas | 05:53 | |
*** yamamoto has joined #openstack-lbaas | 05:54 | |
*** itsuugo has quit IRC | 05:58 | |
*** itsuugo has joined #openstack-lbaas | 05:59 | |
*** itsuugo has quit IRC | 06:04 | |
*** itsuugo has joined #openstack-lbaas | 06:05 | |
reedip | sbalukoff : awake ?? | 06:07 |
*** harlowja has quit IRC | 06:09 | |
*** itsuugo has quit IRC | 06:10 | |
*** itsuugo has joined #openstack-lbaas | 06:10 | |
*** itsuugo has quit IRC | 06:15 | |
*** itsuugo has joined #openstack-lbaas | 06:16 | |
*** itsuugo has quit IRC | 06:21 | |
*** itsuugo has joined #openstack-lbaas | 06:21 | |
*** itsuugo has quit IRC | 06:28 | |
*** yamamoto has quit IRC | 06:28 | |
*** itsuugo has joined #openstack-lbaas | 06:29 | |
*** yamamoto has joined #openstack-lbaas | 06:31 | |
*** Ibnout has joined #openstack-lbaas | 06:33 | |
*** itsuugo has quit IRC | 06:36 | |
*** itsuugo has joined #openstack-lbaas | 06:36 | |
*** itsuugo has quit IRC | 06:41 | |
*** itsuugo has joined #openstack-lbaas | 06:42 | |
*** yamamoto has quit IRC | 06:47 | |
*** itsuugo has quit IRC | 06:47 | |
*** itsuugo has joined #openstack-lbaas | 06:48 | |
*** yamamoto has joined #openstack-lbaas | 06:52 | |
*** itsuugo has quit IRC | 06:53 | |
*** itsuugo has joined #openstack-lbaas | 06:53 | |
*** yamamoto has quit IRC | 06:54 | |
*** itsuugo has quit IRC | 06:59 | |
*** itsuugo has joined #openstack-lbaas | 07:00 | |
*** itsuugo has quit IRC | 07:05 | |
*** itsuugo has joined #openstack-lbaas | 07:06 | |
*** itsuugo has quit IRC | 07:11 | |
*** itsuugo has joined #openstack-lbaas | 07:12 | |
*** armax has joined #openstack-lbaas | 07:12 | |
*** armax has quit IRC | 07:18 | |
*** itsuugo has quit IRC | 07:25 | |
*** itsuugo has joined #openstack-lbaas | 07:26 | |
*** amotoki has joined #openstack-lbaas | 07:28 | |
*** itsuugo has quit IRC | 07:30 | |
*** itsuugo has joined #openstack-lbaas | 07:31 | |
*** yamamoto has joined #openstack-lbaas | 07:35 | |
*** yamamoto has quit IRC | 07:36 | |
*** itsuugo has quit IRC | 07:40 | |
*** itsuugo has joined #openstack-lbaas | 07:41 | |
*** yamamoto has joined #openstack-lbaas | 07:44 | |
*** yamamoto has quit IRC | 07:49 | |
*** yamamoto has joined #openstack-lbaas | 07:50 | |
*** itsuugo has quit IRC | 07:53 | |
*** itsuugo has joined #openstack-lbaas | 07:54 | |
*** yamamoto has quit IRC | 07:56 | |
*** harlowja has joined #openstack-lbaas | 07:58 | |
*** itsuugo has quit IRC | 08:04 | |
*** itsuugo has joined #openstack-lbaas | 08:05 | |
*** itsuugo has quit IRC | 08:10 | |
*** itsuugo has joined #openstack-lbaas | 08:11 | |
*** itsuugo has quit IRC | 08:16 | |
*** itsuugo has joined #openstack-lbaas | 08:17 | |
*** itsuugo has quit IRC | 08:22 | |
*** itsuugo has joined #openstack-lbaas | 08:23 | |
*** itsuugo has quit IRC | 08:27 | |
*** itsuugo has joined #openstack-lbaas | 08:28 | |
*** eezhova_ has joined #openstack-lbaas | 08:28 | |
*** itsuugo has quit IRC | 08:33 | |
*** eezhova_ has quit IRC | 08:34 | |
*** itsuugo has joined #openstack-lbaas | 08:34 | |
*** itsuugo has quit IRC | 08:45 | |
*** itsuugo has joined #openstack-lbaas | 08:46 | |
*** harlowja has quit IRC | 08:55 | |
*** yamamoto has joined #openstack-lbaas | 08:56 | |
*** armax has joined #openstack-lbaas | 08:59 | |
*** yamamoto has quit IRC | 09:03 | |
*** armax has quit IRC | 09:04 | |
*** carrbs has quit IRC | 09:05 | |
*** itsuugo has quit IRC | 09:07 | |
*** itsuugo has joined #openstack-lbaas | 09:09 | |
*** itsuugo has quit IRC | 09:14 | |
*** itsuugo has joined #openstack-lbaas | 09:15 | |
*** itsuugo has quit IRC | 09:20 | |
*** itsuugo has joined #openstack-lbaas | 09:21 | |
*** itsuugo has quit IRC | 09:26 | |
*** itsuugo has joined #openstack-lbaas | 09:27 | |
*** itsuugo has quit IRC | 09:31 | |
*** itsuugo has joined #openstack-lbaas | 09:32 | |
*** itsuugo has quit IRC | 09:37 | |
*** itsuugo has joined #openstack-lbaas | 09:38 | |
*** itsuugo has quit IRC | 09:46 | |
*** itsuugo has joined #openstack-lbaas | 09:47 | |
*** itsuugo has quit IRC | 09:52 | |
*** itsuugo has joined #openstack-lbaas | 09:53 | |
*** itsuugo has quit IRC | 10:04 | |
*** itsuugo has joined #openstack-lbaas | 10:06 | |
*** Ibnout has quit IRC | 10:18 | |
*** itsuugo has quit IRC | 10:23 | |
*** itsuugo has joined #openstack-lbaas | 10:23 | |
*** yamamoto has joined #openstack-lbaas | 10:24 | |
*** itsuugo has quit IRC | 10:28 | |
*** itsuugo has joined #openstack-lbaas | 10:29 | |
*** yamamoto has quit IRC | 10:29 | |
*** yamamoto has joined #openstack-lbaas | 10:30 | |
*** yamamoto has quit IRC | 10:33 | |
*** itsuugo has quit IRC | 10:34 | |
*** itsuugo has joined #openstack-lbaas | 10:35 | |
*** itsuugo has quit IRC | 10:40 | |
*** itsuugo has joined #openstack-lbaas | 10:41 | |
*** itsuugo has quit IRC | 10:46 | |
*** itsuugo has joined #openstack-lbaas | 10:47 | |
*** itsuugo has quit IRC | 10:52 | |
*** itsuugo has joined #openstack-lbaas | 10:52 | |
*** yamamoto has joined #openstack-lbaas | 10:53 | |
*** itsuugo has quit IRC | 11:06 | |
*** itsuugo has joined #openstack-lbaas | 11:07 | |
*** itsuugo has quit IRC | 11:12 | |
*** itsuugo has joined #openstack-lbaas | 11:12 | |
*** yamamoto has quit IRC | 11:19 | |
*** itsuugo has quit IRC | 11:19 | |
*** itsuugo has joined #openstack-lbaas | 11:20 | |
*** itsuugo has quit IRC | 11:28 | |
*** itsuugo has joined #openstack-lbaas | 11:29 | |
*** itsuugo has quit IRC | 11:33 | |
*** itsuugo has joined #openstack-lbaas | 11:34 | |
*** itsuugo has quit IRC | 11:39 | |
*** itsuugo has joined #openstack-lbaas | 11:40 | |
*** itsuugo has quit IRC | 11:45 | |
*** itsuugo has joined #openstack-lbaas | 11:45 | |
*** itsuugo has quit IRC | 11:50 | |
*** yamamoto has joined #openstack-lbaas | 11:50 | |
*** itsuugo has joined #openstack-lbaas | 11:51 | |
*** itsuugo has quit IRC | 11:57 | |
*** itsuugo has joined #openstack-lbaas | 11:58 | |
*** itsuugo has quit IRC | 12:03 | |
*** itsuugo has joined #openstack-lbaas | 12:04 | |
*** itsuugo has quit IRC | 12:20 | |
*** itsuugo has joined #openstack-lbaas | 12:21 | |
*** eezhova_ has joined #openstack-lbaas | 12:21 | |
*** itsuugo has quit IRC | 12:29 | |
*** itsuugo has joined #openstack-lbaas | 12:29 | |
*** itsuugo has quit IRC | 12:34 | |
*** itsuugo has joined #openstack-lbaas | 12:35 | |
*** itsuugo has quit IRC | 12:42 | |
*** itsuugo has joined #openstack-lbaas | 12:43 | |
*** itsuugo has quit IRC | 12:47 | |
*** itsuugo has joined #openstack-lbaas | 12:49 | |
*** itsuugo has quit IRC | 12:53 | |
*** itsuugo has joined #openstack-lbaas | 12:54 | |
*** Alex_Stef has quit IRC | 12:58 | |
*** itsuugo has quit IRC | 12:59 | |
*** itsuugo has joined #openstack-lbaas | 13:00 | |
*** yamamoto has quit IRC | 13:01 | |
*** itsuugo has quit IRC | 13:05 | |
*** itsuugo has joined #openstack-lbaas | 13:06 | |
*** itsuugo has quit IRC | 13:11 | |
*** itsuugo has joined #openstack-lbaas | 13:12 | |
*** itsuugo has quit IRC | 13:17 | |
*** itsuugo has joined #openstack-lbaas | 13:18 | |
*** itsuugo has quit IRC | 13:23 | |
*** itsuugo has joined #openstack-lbaas | 13:25 | |
*** itsuugo has quit IRC | 13:43 | |
*** itsuugo has joined #openstack-lbaas | 13:44 | |
*** itsuugo has quit IRC | 13:49 | |
*** itsuugo has joined #openstack-lbaas | 13:51 | |
*** itsuugo has quit IRC | 13:59 | |
*** itsuugo has joined #openstack-lbaas | 13:59 | |
*** yamamoto has joined #openstack-lbaas | 14:02 | |
*** itsuugo has quit IRC | 14:04 | |
*** itsuugo has joined #openstack-lbaas | 14:05 | |
*** yamamoto has quit IRC | 14:09 | |
*** itsuugo has quit IRC | 14:16 | |
*** itsuugo has joined #openstack-lbaas | 14:17 | |
*** eezhova_ has quit IRC | 14:18 | |
*** eezhova_ has joined #openstack-lbaas | 14:20 | |
*** itsuugo has quit IRC | 14:21 | |
*** eezhova_ has quit IRC | 14:22 | |
*** itsuugo has joined #openstack-lbaas | 14:22 | |
*** itsuugo has quit IRC | 14:32 | |
*** itsuugo has joined #openstack-lbaas | 14:34 | |
*** itsuugo has quit IRC | 14:38 | |
*** itsuugo has joined #openstack-lbaas | 14:40 | |
*** itsuugo has quit IRC | 14:49 | |
*** itsuugo has joined #openstack-lbaas | 14:50 | |
*** itsuugo has quit IRC | 14:54 | |
*** itsuugo has joined #openstack-lbaas | 14:57 | |
*** itsuugo has quit IRC | 15:01 | |
*** itsuugo has joined #openstack-lbaas | 15:02 | |
*** itsuugo has quit IRC | 15:07 | |
*** itsuugo has joined #openstack-lbaas | 15:08 | |
*** itsuugo has quit IRC | 15:12 | |
*** itsuugo has joined #openstack-lbaas | 15:13 | |
*** itsuugo has quit IRC | 15:20 | |
*** itsuugo has joined #openstack-lbaas | 15:21 | |
*** itsuugo has quit IRC | 15:26 | |
*** itsuugo has joined #openstack-lbaas | 15:27 | |
*** itsuugo has quit IRC | 15:31 | |
*** itsuugo has joined #openstack-lbaas | 15:33 | |
*** itsuugo has quit IRC | 15:44 | |
*** itsuugo has joined #openstack-lbaas | 15:45 | |
*** armax has joined #openstack-lbaas | 15:48 | |
*** itsuugo has quit IRC | 15:49 | |
*** itsuugo has joined #openstack-lbaas | 15:51 | |
*** itsuugo has quit IRC | 15:55 | |
*** itsuugo has joined #openstack-lbaas | 15:56 | |
*** itsuugo has quit IRC | 16:01 | |
*** itsuugo has joined #openstack-lbaas | 16:02 | |
*** itsuugo has quit IRC | 16:07 | |
*** itsuugo has joined #openstack-lbaas | 16:08 | |
*** itsuugo has quit IRC | 16:16 | |
*** itsuugo has joined #openstack-lbaas | 16:18 | |
*** itsuugo has quit IRC | 16:37 | |
*** itsuugo has joined #openstack-lbaas | 16:38 | |
*** itsuugo has quit IRC | 16:50 | |
*** itsuugo has joined #openstack-lbaas | 16:51 | |
*** armax has quit IRC | 16:55 | |
*** itsuugo has quit IRC | 16:58 | |
*** itsuugo has joined #openstack-lbaas | 16:59 | |
*** itsuugo has quit IRC | 17:10 | |
*** itsuugo has joined #openstack-lbaas | 17:11 | |
*** itsuugo has quit IRC | 17:34 | |
*** itsuugo has joined #openstack-lbaas | 17:34 | |
*** carrbs has joined #openstack-lbaas | 17:38 | |
*** itsuugo has quit IRC | 17:43 | |
*** itsuugo has joined #openstack-lbaas | 17:45 | |
*** itsuugo has quit IRC | 17:49 | |
*** itsuugo has joined #openstack-lbaas | 17:51 | |
*** itsuugo has quit IRC | 18:20 | |
*** itsuugo has joined #openstack-lbaas | 18:21 | |
*** itsuugo has quit IRC | 18:26 | |
*** itsuugo has joined #openstack-lbaas | 18:28 | |
*** Ibnout has joined #openstack-lbaas | 18:31 | |
*** itsuugo has quit IRC | 18:32 | |
*** itsuugo has joined #openstack-lbaas | 18:34 | |
*** itsuugo has quit IRC | 18:45 | |
*** itsuugo has joined #openstack-lbaas | 18:47 | |
*** itsuugo has quit IRC | 19:04 | |
*** itsuugo has joined #openstack-lbaas | 19:05 | |
*** itsuugo has quit IRC | 19:18 | |
*** itsuugo has joined #openstack-lbaas | 19:19 | |
*** itsuugo has quit IRC | 19:31 | |
*** itsuugo has joined #openstack-lbaas | 19:32 | |
*** itsuugo has quit IRC | 19:37 | |
*** itsuugo has joined #openstack-lbaas | 19:38 | |
*** itsuugo has quit IRC | 19:43 | |
*** itsuugo has joined #openstack-lbaas | 19:44 | |
*** itsuugo has quit IRC | 19:49 | |
*** itsuugo has joined #openstack-lbaas | 19:49 | |
*** itsuugo has quit IRC | 19:55 | |
*** itsuugo has joined #openstack-lbaas | 19:55 | |
*** harlowja has joined #openstack-lbaas | 19:59 | |
*** harlowja has quit IRC | 20:00 | |
*** itsuugo has quit IRC | 20:03 | |
*** rcernin has joined #openstack-lbaas | 20:03 | |
*** itsuugo has joined #openstack-lbaas | 20:04 | |
*** rcernin has quit IRC | 20:25 | |
*** rcernin has joined #openstack-lbaas | 20:26 | |
*** rcernin has quit IRC | 20:27 | |
*** itsuugo has quit IRC | 20:27 | |
*** itsuugo has joined #openstack-lbaas | 20:29 | |
*** itsuugo has quit IRC | 20:40 | |
*** itsuugo has joined #openstack-lbaas | 20:42 | |
*** bana_k has joined #openstack-lbaas | 20:42 | |
*** itsuugo has quit IRC | 20:46 | |
*** itsuugo has joined #openstack-lbaas | 20:48 | |
*** cody-somerville has joined #openstack-lbaas | 20:50 | |
*** csomerville has quit IRC | 20:52 | |
*** itsuugo has quit IRC | 20:58 | |
*** itsuugo has joined #openstack-lbaas | 20:59 | |
*** itsuugo has quit IRC | 21:03 | |
*** itsuugo has joined #openstack-lbaas | 21:05 | |
*** bana_k has quit IRC | 21:08 | |
*** itsuugo has quit IRC | 21:10 | |
*** itsuugo has joined #openstack-lbaas | 21:11 | |
*** bana_k has joined #openstack-lbaas | 21:11 | |
*** itsuugo has quit IRC | 21:16 | |
*** itsuugo has joined #openstack-lbaas | 21:17 | |
*** itsuugo has quit IRC | 21:28 | |
*** itsuugo has joined #openstack-lbaas | 21:30 | |
*** bana_k has quit IRC | 21:34 | |
*** itsuugo has quit IRC | 21:35 | |
*** itsuugo has joined #openstack-lbaas | 21:36 | |
*** eezhova_ has joined #openstack-lbaas | 21:40 | |
*** itsuugo has quit IRC | 21:48 | |
*** itsuugo has joined #openstack-lbaas | 21:49 | |
*** itsuugo has quit IRC | 21:56 | |
*** itsuugo has joined #openstack-lbaas | 21:58 | |
*** itsuugo has quit IRC | 22:05 | |
*** itsuugo has joined #openstack-lbaas | 22:07 | |
*** itsuugo has quit IRC | 22:20 | |
*** itsuugo has joined #openstack-lbaas | 22:21 | |
*** itsuugo has quit IRC | 22:26 | |
*** itsuugo has joined #openstack-lbaas | 22:28 | |
*** eezhova_ has quit IRC | 22:29 | |
*** itsuugo has quit IRC | 22:38 | |
*** itsuugo has joined #openstack-lbaas | 22:39 | |
*** itsuugo has quit IRC | 22:44 | |
*** itsuugo has joined #openstack-lbaas | 22:45 | |
*** itsuugo has quit IRC | 22:50 | |
*** itsuugo has joined #openstack-lbaas | 22:52 | |
*** itsuugo has quit IRC | 22:56 | |
*** itsuugo has joined #openstack-lbaas | 22:57 | |
*** itsuugo has quit IRC | 23:07 | |
*** itsuugo has joined #openstack-lbaas | 23:08 | |
*** itsuugo has quit IRC | 23:25 | |
*** itsuugo has joined #openstack-lbaas | 23:26 | |
*** itsuugo has quit IRC | 23:31 | |
*** itsuugo has joined #openstack-lbaas | 23:32 | |
*** itsuugo has quit IRC | 23:37 | |
*** itsuugo has joined #openstack-lbaas | 23:38 | |
*** itsuugo has quit IRC | 23:43 | |
*** itsuugo has joined #openstack-lbaas | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!