*** ducttape_ has joined #openstack-lbaas | 00:07 | |
*** fnaval has joined #openstack-lbaas | 00:08 | |
*** ducttape_ has quit IRC | 00:46 | |
*** bana_k has quit IRC | 01:12 | |
*** ducnc has joined #openstack-lbaas | 01:21 | |
*** reedip has quit IRC | 01:27 | |
*** reedip has joined #openstack-lbaas | 01:28 | |
*** ducnc has quit IRC | 01:35 | |
*** armax has joined #openstack-lbaas | 01:46 | |
*** ducttape_ has joined #openstack-lbaas | 01:46 | |
*** woodster_ has joined #openstack-lbaas | 01:51 | |
*** ducttape_ has quit IRC | 01:52 | |
openstackgerrit | zhangyanxian proposed openstack/octavia: Fix typo in active-active-distributor.rst https://review.openstack.org/379077 | 02:12 |
---|---|---|
openstackgerrit | zhangyanxian proposed openstack/octavia: Fix typo in active-active-distributor.rst https://review.openstack.org/379077 | 02:14 |
*** ducttape_ has joined #openstack-lbaas | 02:16 | |
*** armax has quit IRC | 02:31 | |
*** ducttape_ has quit IRC | 02:42 | |
sticker | is there a trick to allowing neutron access to certificates for HTTPS offload? I can't seem to find it | 02:49 |
*** yuanying_ has quit IRC | 02:50 | |
*** yamamoto_ has joined #openstack-lbaas | 02:59 | |
*** bdeschenes has quit IRC | 03:05 | |
*** yuanying has joined #openstack-lbaas | 03:05 | |
*** armax has joined #openstack-lbaas | 03:22 | |
*** saju_m has joined #openstack-lbaas | 03:24 | |
sbalukoff | sticker: Yes there is. http://docs.openstack.org/developer/octavia/guides/basic-cookbook.html#deploy-a-tls-terminated-https-load-balancer | 03:31 |
rm_work | "Grant the admin user access to all the secret and secret container barbican resources above." is a little vague :( | 03:32 |
rm_work | I think I missed reviewing that | 03:33 |
rm_work | due to all the ... weirdness the past bit | 03:33 |
sticker | haha sorry and thanks. i don't know how i haven't seen that doc.. i'll take a look! *shamefully runs away* | 03:33 |
rm_work | Ii'll look at submitting a patch for that | 03:33 |
rm_work | I think it's new | 03:33 |
*** links has joined #openstack-lbaas | 03:33 | |
*** yuanying has quit IRC | 03:33 | |
sbalukoff | It's a very new doc. | 03:33 |
rm_work | sticker: for step three, that means setting Barbican ACLs | 03:33 |
rm_work | http://docs.openstack.org/developer/barbican/api/quickstart/acls.html#how-to-set-replace-acl | 03:34 |
sbalukoff | Yeah, that's what's shown in the commands that follow immediately. | 03:34 |
rm_work | ah | 03:34 |
rm_work | ok so it's just vague in the instructions, should have kept going | 03:34 |
*** yuanying has joined #openstack-lbaas | 03:34 | |
*** armax has quit IRC | 03:34 | |
rm_work | the example makes it clear | 03:34 |
sticker | "The admin user on this cloud installation has keystone ID admin_id" <- is that referring to the service account for Octavia, Neutron, or something else? | 03:36 |
rm_work | soooo | 03:37 |
sticker | i see all requests coming from neutron in barbican | 03:37 |
rm_work | It needs to be both | 03:37 |
rm_work | SO they either need to share a service user | 03:37 |
sticker | ahh okay | 03:37 |
rm_work | or you need to do both ACLs | 03:37 |
rm_work | the idea is that they'd share a service user, because we're merging them into one service in Ocata anyway | 03:37 |
sbalukoff | Yep. | 03:38 |
sbalukoff | And right now it's the 'admin' user, though we intend to use an actual service user in Ocata. | 03:38 |
rm_work | well, for devstack | 03:38 |
sbalukoff | I'm also hoping we can get a better user story around the barbican secret ACLs, because right now that whole part of the process is pretty confusing. | 03:38 |
rm_work | in your deployment, it is whatever you've set as the service user | 03:38 |
rm_work | yeah, the ACLs thing is a little unfortunate | 03:38 |
sticker | okay no probs. I have separate users for octavia and neutron at the moment, but i can merge it together to one user | 03:39 |
rm_work | like, if there were a "recursive" ACL feature sbalukoff? | 03:39 |
rm_work | is that what you were thinking? | 03:39 |
sbalukoff | sticker: Also, there's an open bug about intermediate certificates. If they're in PKCS7 PEM format right now, Octavia won't pick them up properly. | 03:39 |
sticker | ahh okay, thanks | 03:40 |
sbalukoff | So for now, just use a concatenated list of PEM-encoded certificates. (That should always work.) | 03:40 |
rm_work | yeah they are supposed to be a concatenated list of standard PEMs | 03:40 |
rm_work | oh so that's why you were poking at PKCS7 | 03:40 |
sbalukoff | rm_work: Honestly, I think it would be better if service users could just access certain types of barbican secrets at a global cloud-configuration level. | 03:41 |
sbalukoff | So we can eliminate the whole "grant permissions with an ACL" story for users. | 03:41 |
rm_work | ah, you want the god account | 03:41 |
rm_work | which is actually what i was specifically trying to avoid :/ | 03:42 |
sbalukoff | *shrug* | 03:42 |
sbalukoff | In order to do this stuff, you need to grant that kind of access anyway. | 03:42 |
rm_work | that makes me .... uncomfortable. | 03:43 |
rm_work | but | 03:43 |
sbalukoff | rm_work: The whole PKCS7 thing is because barbican specifies intermediates should be in PKCS7 format. :P | 03:43 |
rm_work | you know I am crazy security paranoid | 03:43 |
rm_work | lol | 03:43 |
rm_work | great | 03:43 |
sbalukoff | rm_work: It does to me too. But having had a look at other barbican code, there are a *lot* of things that make me uncomfortable in that project. :P | 03:43 |
rm_work | lol | 03:43 |
rm_work | you aren't ... wrong | 03:43 |
sbalukoff | In any case, I've finally pieced together code that can convert PKCS7 (DER or PEM) into a sequence of PEM-encoded certificates using just the python modules that are already in the global requirements. | 03:44 |
sbalukoff | I just need to finish updating the Octavia code, write some tests for it, and then I think octavia will have no problem with PKCS7 certificate bundles. | 03:44 |
rm_work | kk | 03:45 |
rm_work | it's interesting that cryptography is completely lacking support for that | 03:45 |
rm_work | but i guess it wasn't actually supposed to necessarily handle the higher level stuff | 03:45 |
sbalukoff | I guess I should probably mark that bug as being worked on by me so people know I'm working on it and don't duplicate efforts. | 03:45 |
sbalukoff | Well... it turns out you can get the job done with just the base64 and pyasn1 and pyasn1-modules modules. | 03:46 |
sbalukoff | Ugly, but it works. | 03:46 |
*** diltram has quit IRC | 03:46 | |
*** pcaruana has quit IRC | 03:47 | |
sbalukoff | I've tested it on bundles I made myself with the openssl CLI, as well as random p7b bundles I've downloaded from various sites on the internet. It looks like it works. | 03:47 |
*** Dave___ has joined #openstack-lbaas | 03:48 | |
rm_work | yeah | 03:48 |
rm_work | we were using those at first | 03:49 |
*** yuanying has quit IRC | 03:49 | |
sbalukoff | Oh? | 03:49 |
rm_work | until i was like "please stop" | 03:49 |
sbalukoff | Haha! | 03:49 |
sbalukoff | Yeah, it's... ugly. | 03:49 |
rm_work | but if it's really unsupported in higher level libs... | 03:49 |
rm_work | then yeah, fine | 03:49 |
rm_work | ugh | 03:49 |
sbalukoff | cryptography should really support this. | 03:49 |
*** Kiall has quit IRC | 03:49 | |
rm_work | yeah, poke at reaperhulk :P | 03:49 |
sbalukoff | But... it doesn't. At all. | 03:49 |
rm_work | or I can do it | 03:49 |
sbalukoff | I have no idea who that is. | 03:50 |
*** diltram has joined #openstack-lbaas | 03:50 | |
*** xgerman has quit IRC | 03:50 | |
sticker | still no certs.. hmm.. is that bug about only being able to deploy TLS in the admin project still open or is that fixed? | 03:50 |
*** Kiall has joined #openstack-lbaas | 03:50 | |
rm_work | oh, i think someone was reporting that it still doesn't work <_< | 03:51 |
rm_work | so maybe that bug isn't fixed | 03:51 |
sbalukoff | sticker: It should work for non-admin users. The instructions in the document I linked to you were all tested using a demo project. | 03:51 |
rm_work | or rather, the specific bug might be fixed but it exposed another bug with the same result | 03:51 |
rm_work | hmm | 03:51 |
rm_work | interesting sbalukoff | 03:51 |
sticker | ahh okay | 03:51 |
rm_work | i was seeing complaints in the barbican channel within the last couple days | 03:51 |
sbalukoff | sticker: What release is your cloud using? | 03:52 |
*** yuanying has joined #openstack-lbaas | 03:52 | |
sticker | Mitaka (latest RDO packages) | 03:52 |
sbalukoff | sticker: It's possible that this was a bug that was fixed after the release you're on. | 03:52 |
sticker | argh! | 03:52 |
*** xgerman has joined #openstack-lbaas | 03:52 | |
sbalukoff | rm_work: Did that bugfix land prior to the Mitaka release? | 03:52 |
*** Dave has quit IRC | 03:52 | |
sbalukoff | rm_work: You're talking about the consumer registration bug, right? | 03:53 |
sticker | i'm barbican 2.0.0 and octavia 0.8.0 | 03:53 |
rm_work | you will need 0..9.0 | 03:53 |
rm_work | sbalukoff: yes | 03:53 |
sbalukoff | Ok. | 03:53 |
sbalukoff | So yeah, that's a bugfix that landed after Mitaka. | 03:53 |
rm_work | but i heard rumblings there were further issues on master | 03:54 |
rm_work | but i didn't get a chance to reproduce | 03:54 |
rm_work | because my devstack instances aren't mine anymore :( | 03:54 |
sbalukoff | sticker: I don't know whether barbican's Newton release has been tagged yet, but the Octavia newton release has. I don't think it has any hard requirements for Newton in any of the other OpenStack components. | 03:54 |
sbalukoff | rm_work: D'oh! | 03:55 |
*** diltram has quit IRC | 03:55 | |
sbalukoff | sticker: In any case, if it's the bugfix we've been discussing, then it's actually a bugfix for barbican. :/ | 03:56 |
*** diltram has joined #openstack-lbaas | 03:56 | |
sticker | haha cool. I guess I will be upgrading parts of our cloud to Newton earlier than expected then | 03:56 |
sbalukoff | rm_work: In any case, I went through all the instructions in the cookbook document using the demo user on the demo project (after granting it the 'creator' role on that project), and they work as listed. | 03:56 |
sbalukoff | In Newton, anyway. | 03:57 |
sticker | thanks for your help | 03:57 |
sbalukoff | With the exception of intermediate certificates. Which I hope to have a fix for this week. | 03:57 |
sbalukoff | sticker: No problem, eh! Let us know how it works out for you! | 03:57 |
*** pcaruana has joined #openstack-lbaas | 03:59 | |
*** fnaval_ has joined #openstack-lbaas | 04:01 | |
*** fnaval has quit IRC | 04:02 | |
rm_work | ok cool | 04:04 |
rm_work | yeah I need to figure out a solution for devstack testing :( | 04:04 |
rm_work | I would like to continue to help with merge tasks | 04:04 |
rm_work | and reviewing | 04:04 |
rm_work | but I relied VERY heavily on having free cloud | 04:05 |
rm_work | lol | 04:05 |
*** amotoki has joined #openstack-lbaas | 04:57 | |
*** amotoki has quit IRC | 05:02 | |
*** yamamoto_ has quit IRC | 05:04 | |
*** bana_k has joined #openstack-lbaas | 05:06 | |
*** amotoki has joined #openstack-lbaas | 05:17 | |
*** fnaval_ has quit IRC | 05:20 | |
*** fnaval has joined #openstack-lbaas | 05:21 | |
*** anilvenkata has joined #openstack-lbaas | 05:32 | |
*** nmagnezi has joined #openstack-lbaas | 05:43 | |
*** yamamoto_ has joined #openstack-lbaas | 05:46 | |
zetab | any ideas why lbaasv2 (haproxy) security groups does not apply? | 05:55 |
zetab | i have created new load balancer, and added rules http://dpaste.com/1PQEBE5 to it but still all traffic is going through | 05:56 |
*** gcheresh_ has joined #openstack-lbaas | 05:57 | |
zetab | if i go to neutron host, and write ip netns exec <namespace> iptables -L -n the iptables is empty? | 05:57 |
zetab | should there be something if i have added that security group | 05:57 |
zetab | openstack version mitaka | 05:57 |
*** woodster_ has quit IRC | 06:00 | |
*** numan_ has joined #openstack-lbaas | 06:18 | |
*** rcernin has joined #openstack-lbaas | 06:22 | |
*** saju_m has quit IRC | 06:33 | |
*** numan_ has quit IRC | 06:37 | |
*** numans has joined #openstack-lbaas | 06:37 | |
*** bana_k has quit IRC | 06:46 | |
*** nagyz has quit IRC | 07:35 | |
*** saju_m has joined #openstack-lbaas | 07:42 | |
*** ipsecguy has quit IRC | 07:43 | |
*** nagyz has joined #openstack-lbaas | 07:44 | |
*** ipsecguy has joined #openstack-lbaas | 07:44 | |
*** ducnc has joined #openstack-lbaas | 07:55 | |
*** Dave___ is now known as Dave | 08:07 | |
*** strigazi_AFK is now known as strigazi | 08:29 | |
*** ihrachys has joined #openstack-lbaas | 09:01 | |
*** amotoki has quit IRC | 10:06 | |
*** nagyz has quit IRC | 10:31 | |
*** ihrachys has quit IRC | 10:37 | |
*** yamamoto_ has quit IRC | 10:40 | |
*** ducnc has quit IRC | 10:47 | |
*** bdeschenes has joined #openstack-lbaas | 10:59 | |
openstackgerrit | Reedip proposed openstack/neutron-lbaas: Add Timeout on Listeners https://review.openstack.org/273896 | 11:02 |
*** bdeschenes has quit IRC | 11:16 | |
*** yamamoto has joined #openstack-lbaas | 11:18 | |
*** yamamoto_ has joined #openstack-lbaas | 11:18 | |
*** yamamoto has quit IRC | 11:18 | |
*** openstackgerrit has quit IRC | 11:19 | |
*** openstackgerrit has joined #openstack-lbaas | 11:19 | |
*** bdeschenes has joined #openstack-lbaas | 11:46 | |
*** saju_m has quit IRC | 12:01 | |
*** ducttape_ has joined #openstack-lbaas | 12:03 | |
*** ducttape_ has quit IRC | 12:04 | |
*** ducttape_ has joined #openstack-lbaas | 12:04 | |
*** fnaval has quit IRC | 12:08 | |
*** catintheroof has joined #openstack-lbaas | 12:18 | |
*** ihrachys has joined #openstack-lbaas | 12:25 | |
*** ducttape_ has quit IRC | 12:35 | |
*** nagyz has joined #openstack-lbaas | 12:36 | |
*** yamamoto_ has quit IRC | 12:54 | |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/336925 | 12:55 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - amphora cluster DB https://review.openstack.org/327138 | 12:55 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/327137 | 12:55 |
*** ducttape_ has joined #openstack-lbaas | 12:57 | |
*** ducttape_ has quit IRC | 13:05 | |
*** matt-borland has joined #openstack-lbaas | 13:15 | |
*** yamamoto has joined #openstack-lbaas | 13:16 | |
*** links has quit IRC | 13:17 | |
*** fnaval has joined #openstack-lbaas | 13:26 | |
*** fnaval_ has joined #openstack-lbaas | 13:31 | |
*** fnaval has quit IRC | 13:31 | |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/336925 | 13:39 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - amphora cluster DB https://review.openstack.org/327138 | 13:39 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/327137 | 13:39 |
*** fnaval_ has quit IRC | 13:39 | |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/336925 | 13:42 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - amphora cluster DB https://review.openstack.org/327138 | 13:42 |
openstackgerrit | Valleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/327137 | 13:42 |
*** ducttape_ has joined #openstack-lbaas | 13:43 | |
*** fnaval has joined #openstack-lbaas | 13:46 | |
*** amoralej has joined #openstack-lbaas | 13:49 | |
*** fnaval has quit IRC | 13:52 | |
amoralej | question about lbaas-dashboard | 13:53 |
amoralej | will be a new release for newton? | 13:54 |
*** yamamoto has quit IRC | 13:57 | |
*** yamamoto has joined #openstack-lbaas | 14:05 | |
*** fnaval has joined #openstack-lbaas | 14:11 | |
*** fnaval_ has joined #openstack-lbaas | 14:13 | |
*** fnaval__ has joined #openstack-lbaas | 14:15 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/octavia: Fix nova image-list which is unavailable. https://review.openstack.org/379493 | 14:17 |
*** fnaval___ has joined #openstack-lbaas | 14:17 | |
*** fnaval has quit IRC | 14:17 | |
*** fnaval has joined #openstack-lbaas | 14:18 | |
*** fnaval_ has quit IRC | 14:19 | |
*** fnaval_ has joined #openstack-lbaas | 14:20 | |
*** fnaval__ has quit IRC | 14:20 | |
*** fnaval___ has quit IRC | 14:21 | |
*** yamamoto has quit IRC | 14:22 | |
*** fnaval__ has joined #openstack-lbaas | 14:22 | |
*** yamamoto has joined #openstack-lbaas | 14:23 | |
*** fnaval___ has joined #openstack-lbaas | 14:23 | |
*** fnaval has quit IRC | 14:24 | |
*** fnaval_ has quit IRC | 14:25 | |
*** fnaval has joined #openstack-lbaas | 14:25 | |
*** fnaval__ has quit IRC | 14:27 | |
*** yamamoto has quit IRC | 14:27 | |
*** yamamoto has joined #openstack-lbaas | 14:27 | |
*** yamamoto has quit IRC | 14:27 | |
*** fnaval_ has joined #openstack-lbaas | 14:27 | |
*** fnaval__ has joined #openstack-lbaas | 14:29 | |
*** fnaval___ has quit IRC | 14:29 | |
*** fnaval___ has joined #openstack-lbaas | 14:30 | |
*** fnaval has quit IRC | 14:31 | |
*** ducttape_ has quit IRC | 14:31 | |
*** fnaval_ has quit IRC | 14:32 | |
*** fnaval has joined #openstack-lbaas | 14:32 | |
*** fnaval__ has quit IRC | 14:33 | |
*** fnaval_ has joined #openstack-lbaas | 14:34 | |
*** fnaval___ has quit IRC | 14:35 | |
*** fnaval__ has joined #openstack-lbaas | 14:36 | |
*** fnaval___ has joined #openstack-lbaas | 14:37 | |
*** fnaval has quit IRC | 14:38 | |
*** amotoki has joined #openstack-lbaas | 14:38 | |
*** fnaval has joined #openstack-lbaas | 14:39 | |
*** fnaval_ has quit IRC | 14:39 | |
*** fnaval_ has joined #openstack-lbaas | 14:40 | |
*** fnaval__ has quit IRC | 14:41 | |
*** fnaval__ has joined #openstack-lbaas | 14:42 | |
*** fnaval__ has quit IRC | 14:42 | |
*** fnaval___ has quit IRC | 14:43 | |
*** fnaval__ has joined #openstack-lbaas | 14:43 | |
*** fnaval__ has quit IRC | 14:43 | |
*** fnaval__ has joined #openstack-lbaas | 14:44 | |
*** fnaval has quit IRC | 14:45 | |
*** fnaval__ has quit IRC | 14:45 | |
*** fnaval_ has quit IRC | 14:46 | |
*** fnaval has joined #openstack-lbaas | 14:46 | |
*** fnaval has quit IRC | 14:48 | |
*** amotoki has quit IRC | 14:48 | |
*** fnaval has joined #openstack-lbaas | 14:48 | |
*** pglass has joined #openstack-lbaas | 14:49 | |
*** fnaval has quit IRC | 14:49 | |
*** fnaval has joined #openstack-lbaas | 14:50 | |
*** ducttape_ has joined #openstack-lbaas | 14:52 | |
*** pglass has quit IRC | 14:56 | |
*** pglass has joined #openstack-lbaas | 14:58 | |
johnsom | amoralej It's not clear that there was enough changes to warrant a release of neutron-lbaas-dashboard for newton. Is there something in particular you wanted in a newton release? | 15:02 |
amoralej | not really, i'm working to introduce lbaasv2 in packstack | 15:03 |
amoralej | and i'm checking if i should install -dashboard | 15:03 |
amoralej | which is already packaged in RDO | 15:03 |
amoralej | but last tag is from mitaka | 15:03 |
johnsom | Ok. Yeah. Most of the developers changed jobs and work slowed on dashboard. | 15:04 |
amoralej | i see, i'll test how it works on top of newton release and see how it works | 15:05 |
johnsom | There were no API changes in the Newton release, so I would expect it should be fine. | 15:05 |
johnsom | LBaaSv2 API changes I should say. | 15:06 |
amoralej | ok, let's see, thanks johnsom | 15:06 |
*** gcheresh_ has quit IRC | 15:07 | |
*** amotoki has joined #openstack-lbaas | 15:14 | |
*** amotoki has quit IRC | 15:20 | |
*** amotoki has joined #openstack-lbaas | 15:27 | |
*** yamamoto has joined #openstack-lbaas | 15:28 | |
*** amotoki has quit IRC | 15:28 | |
*** numans has quit IRC | 15:29 | |
*** yamamoto has quit IRC | 15:33 | |
*** amotoki has joined #openstack-lbaas | 15:34 | |
*** amotoki has quit IRC | 15:36 | |
*** amoralej is now known as amoralej|off | 15:37 | |
*** saju_m has joined #openstack-lbaas | 15:49 | |
*** openstackgerrit has quit IRC | 15:49 | |
*** openstackgerrit has joined #openstack-lbaas | 15:50 | |
*** pcaruana has quit IRC | 16:03 | |
*** woodster_ has joined #openstack-lbaas | 16:03 | |
*** rcernin has quit IRC | 16:05 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Use a cached get-pip.py if it is availble https://review.openstack.org/379000 | 16:15 |
*** reedip has quit IRC | 16:18 | |
*** saju_m has quit IRC | 16:21 | |
*** tries_ has quit IRC | 16:25 | |
*** reedip has joined #openstack-lbaas | 16:32 | |
*** saju_m has joined #openstack-lbaas | 16:33 | |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas: Use a cached get-pip.py if it is availble https://review.openstack.org/379001 | 16:46 |
*** eezhova has quit IRC | 16:55 | |
*** amotoki has joined #openstack-lbaas | 16:57 | |
*** nmagnezi has quit IRC | 17:01 | |
*** reedip has quit IRC | 17:02 | |
*** amotoki has quit IRC | 17:03 | |
*** ihrachys has quit IRC | 17:05 | |
*** tries_ has joined #openstack-lbaas | 17:06 | |
*** tries_ has quit IRC | 17:06 | |
*** tries_ has joined #openstack-lbaas | 17:06 | |
*** saju_m has quit IRC | 17:09 | |
*** bana_k has joined #openstack-lbaas | 17:12 | |
*** anilvenkata has quit IRC | 17:13 | |
*** reedip has joined #openstack-lbaas | 17:15 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: WIP: Add quota support to Octavia https://review.openstack.org/360794 | 17:19 |
*** reedip has quit IRC | 17:25 | |
*** reedip has joined #openstack-lbaas | 17:38 | |
*** bana_k has quit IRC | 17:39 | |
*** numans has joined #openstack-lbaas | 17:46 | |
*** SumitNaiksatam has joined #openstack-lbaas | 17:57 | |
*** bana_k has joined #openstack-lbaas | 17:59 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Use a cached get-pip.py if it is availble https://review.openstack.org/379000 | 18:02 |
*** reedip has quit IRC | 18:03 | |
*** reedip has joined #openstack-lbaas | 18:15 | |
*** ducttape_ has quit IRC | 18:19 | |
*** woodster_ has quit IRC | 18:20 | |
*** ducttape_ has joined #openstack-lbaas | 18:22 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: WIP: Add quota support to Octavia https://review.openstack.org/360794 | 18:28 |
*** reedip has quit IRC | 18:42 | |
*** ihrachys has joined #openstack-lbaas | 18:51 | |
openstackgerrit | Phillip Toohill proposed openstack/octavia: WIP: Add quota support to Octavia https://review.openstack.org/360794 | 18:53 |
*** ihrachys has quit IRC | 18:55 | |
*** gcheresh_ has joined #openstack-lbaas | 19:06 | |
*** numans has quit IRC | 19:08 | |
*** SumitNaiksatam has left #openstack-lbaas | 19:20 | |
*** ihrachys has joined #openstack-lbaas | 19:31 | |
*** anilvenkata has joined #openstack-lbaas | 19:33 | |
*** afranc has quit IRC | 19:43 | |
*** crc32 has joined #openstack-lbaas | 19:45 | |
*** crc32 has quit IRC | 19:46 | |
*** afranc has joined #openstack-lbaas | 19:47 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Use a cached get-pip.py if it is availble https://review.openstack.org/379000 | 19:49 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Use a cached get-pip.py if it is availble https://review.openstack.org/379000 | 19:50 |
*** crc32 has joined #openstack-lbaas | 19:50 | |
*** woodster_ has joined #openstack-lbaas | 19:54 | |
*** ihrachys has quit IRC | 19:56 | |
*** bdeschenes has quit IRC | 20:13 | |
*** anilvenkata has quit IRC | 20:20 | |
*** catintheroof has quit IRC | 20:32 | |
*** gcheresh_ has quit IRC | 20:37 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Use a cached get-pip.py if it is availble https://review.openstack.org/379000 | 20:38 |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas: Use a cached get-pip.py if it is availble https://review.openstack.org/379001 | 20:38 |
*** amoralej|off has quit IRC | 20:53 | |
*** amoralej has joined #openstack-lbaas | 20:55 | |
*** matt-borland has quit IRC | 21:00 | |
*** amotoki has joined #openstack-lbaas | 21:00 | |
*** amotoki has quit IRC | 21:05 | |
openstackgerrit | Paul Glass proposed openstack/octavia: Basic session persistence scenario test https://review.openstack.org/379826 | 21:12 |
*** pglass has quit IRC | 21:41 | |
*** woodster_ has quit IRC | 22:00 | |
*** ducttape_ has quit IRC | 22:20 | |
*** ducttape_ has joined #openstack-lbaas | 22:26 | |
*** ducttape_ has quit IRC | 22:33 | |
*** Kiall has quit IRC | 22:41 | |
*** fnaval has quit IRC | 23:24 | |
*** ducttape_ has joined #openstack-lbaas | 23:41 | |
*** bdeschenes has joined #openstack-lbaas | 23:46 | |
*** ducttape_ has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!