*** chlong has quit IRC | 00:13 | |
diltram | bana_k: no, in config files we need to use UUID's | 00:15 |
---|---|---|
diltram | it will to problematic if someone by mistake create something with the same name | 00:16 |
*** sbalukoff has joined #openstack-lbaas | 00:16 | |
*** ducttape_ has quit IRC | 00:21 | |
*** chlong has joined #openstack-lbaas | 00:26 | |
*** sputnik13 has quit IRC | 00:30 | |
*** chenli has joined #openstack-lbaas | 00:34 | |
*** ducttape_ has joined #openstack-lbaas | 00:35 | |
openstackgerrit | Stephen Balukoff proposed openstack/neutron-lbaas: Fix L7 Policy creation with Octavia driver https://review.openstack.org/360138 | 00:39 |
*** ducttape_ has quit IRC | 00:40 | |
*** bana_k has quit IRC | 00:41 | |
*** sbalukoff has quit IRC | 00:44 | |
*** bana_k has joined #openstack-lbaas | 00:50 | |
*** ducttape_ has joined #openstack-lbaas | 00:50 | |
*** ducttape_ has quit IRC | 00:51 | |
bana_k | diltram my team here is arguing we need to have both the option as many other support the same thing and it ll make installation and configuring of the Octavia services easy | 00:52 |
openstackgerrit | li,chen proposed openstack/octavia: Add a new API to list loadbalancer statistics https://review.openstack.org/356268 | 00:56 |
diltram | bana_k: in config file? | 00:57 |
diltram | you need to show me some example project | 00:58 |
bana_k | CLIs, most of the other config files I checked they don't have anythng like us :/ | 00:58 |
diltram | cli is not a config | 00:58 |
diltram | show me really config file witch is accepting name not UUID | 00:59 |
bana_k | yes, do we have any other projects using the uuid, I can show them to my team | 00:59 |
diltram | I don't know is there any project | 01:00 |
bana_k | the discussion here is for some reason if we need to change the mgmt nw or security groups we need to go and change the config file, if we have names no need to do that | 01:00 |
bana_k | and the other arguments is APIs work fine with the name or uuid why not configs | 01:02 |
bana_k | diltram do you see any problem of having both the options in config file / | 01:03 |
diltram | yes, in my opinion we need UUIDs like its done right now | 01:04 |
diltram | because using names is too risky | 01:04 |
diltram | create two vms with name test | 01:04 |
diltram | and run nova show test | 01:04 |
diltram | bum, error | 01:05 |
diltram | and we cannot let to octavia stop working because of that stupid issue | 01:05 |
bana_k | yes but do you think thats happening with the operator/octavia account ? | 01:05 |
diltram | it may be the issue | 01:06 |
diltram | I don't know if octavia supports config reload by sending some signal, but if no maybe we should thing about adding that feature | 01:06 |
bana_k | and with we needing uuids before hand, we are demanding a working cloud before we start installing the Octavia | 01:07 |
diltram | yes, because octavia cannot be started without working cloud | 01:07 |
bana_k | it can be, but it wont work . | 01:08 |
diltram | how? | 01:08 |
bana_k | they take default values and it won't validate them at the time of startup | 01:08 |
bana_k | if you want you can provide any random uuid | 01:08 |
bana_k | it won't complain at the the time of startup | 01:09 |
diltram | may you create a bug on launchpad for that | 01:09 |
diltram | we will fix that | 01:09 |
bana_k | thats not the issues for me at lest as of now. | 01:09 |
bana_k | we needing a working cloud for installing a service is not going well with my folks | 01:09 |
diltram | unfortunatelly this is how Service VM is working | 01:10 |
diltram | we require working network which is configured on controllers | 01:10 |
diltram | because we need to communicate with Amphorae thru that network | 01:10 |
bana_k | yes thats what is the discussion if we dont have any prob of having support name also, we can work on that | 01:11 |
diltram | so it must be create before starting to work with Octavia | 01:11 |
bana_k | it ll be created but no need for us to wait start the service till we get all the components created | 01:11 |
diltram | you can add a bug for that on launchpad, we're in the middle of mid-cycle right now so we can discuss that tommorrow morning when we will meet | 01:12 |
bana_k | cool that will be great ! thank you. | 01:12 |
bana_k | diltram https://bugs.launchpad.net/octavia/+bug/1616698 | 01:17 |
openstack | Launchpad bug 1616698 in octavia "Support name also along with the UUID in the octavia.conf" [Undecided,New] | 01:17 |
diltram | ok, I will ask the reast what do they think about that | 01:18 |
*** bana_k has quit IRC | 01:18 | |
*** kevo has quit IRC | 01:21 | |
johnsom | Are you sure the APIs take names? I have mostly seen that "translated" in the clients. | 01:26 |
johnsom | bana_k I also know there is at least one service that will not take names. I think it is a neutron item. I don't think UUIDs is a burden. Multiple operators are shipping Octavia this way. | 01:28 |
johnsom | They are easy to update but updating the config and restarting, though I do want us to enable the signal reload at some point | 01:28 |
diltram | +1 | 01:29 |
johnsom | Plus, for most of those, we would have to resolve the name right away on startup anyway, so it would error out right away if they don't exist | 01:29 |
johnsom | I agree with diltram that this is a bad idea, but we can discuss it with the team in the morning. | 01:34 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/360169 | 01:39 |
*** ducttape_ has joined #openstack-lbaas | 01:52 | |
*** ducttape_ has quit IRC | 01:57 | |
openstackgerrit | Merged openstack/neutron-lbaas: Nuke lbaas v1 https://review.openstack.org/286381 | 02:05 |
openstackgerrit | Merged openstack/octavia: Octavia: Implement Tempest Plugin https://review.openstack.org/281569 | 02:14 |
*** ducttape_ has joined #openstack-lbaas | 02:15 | |
dougwig | johnsom: diltram: i disagree with you both, but what else is new. | 02:27 |
johnsom | Ha! | 02:28 |
xgerman | dougwig, I should side with you on that one ;-) | 02:36 |
*** reedip has quit IRC | 02:44 | |
*** ducttape_ has quit IRC | 02:46 | |
*** yuanying has quit IRC | 02:49 | |
openstackgerrit | Merged openstack/octavia: Add spec for active-active https://review.openstack.org/234639 | 02:51 |
*** fnaval has quit IRC | 02:51 | |
*** yuanying has joined #openstack-lbaas | 02:53 | |
*** ducttape_ has joined #openstack-lbaas | 02:53 | |
*** fnaval has joined #openstack-lbaas | 02:54 | |
*** fnaval has quit IRC | 02:54 | |
openstackgerrit | Merged openstack/octavia: Deperecate apt-mirror element https://review.openstack.org/358786 | 02:56 |
*** fnaval has joined #openstack-lbaas | 02:56 | |
*** reedip has joined #openstack-lbaas | 02:57 | |
*** sbalukoff has joined #openstack-lbaas | 03:04 | |
*** woodster_ has quit IRC | 03:09 | |
*** ducttape_ has quit IRC | 03:16 | |
*** ducttape_ has joined #openstack-lbaas | 03:22 | |
*** chlong has quit IRC | 03:23 | |
*** ducttape_ has quit IRC | 03:26 | |
rm_work | i'm on the fence >_> | 03:31 |
rm_work | we use names for the amp image already... | 03:31 |
rm_work | for a very similar reason | 03:31 |
rm_work | though you wouldn't want to SWITCH the mgmt network, for example O_o | 03:32 |
rm_work | you'd have to keep track of every one you've ever used to make sure you plug them on new controllers | 03:32 |
rm_work | and how would you deal with multiple of the same name? with glance we choose the first one; is that a good strategy for mgmt-net? lol | 03:33 |
rm_work | maybe? but seems kinda risky | 03:33 |
*** kevo has joined #openstack-lbaas | 03:33 | |
*** chlong has joined #openstack-lbaas | 03:35 | |
*** sbalukoff has quit IRC | 03:37 | |
*** sbalukoff has joined #openstack-lbaas | 03:38 | |
*** chlong has quit IRC | 03:38 | |
*** chlong has joined #openstack-lbaas | 03:38 | |
*** gongysh has joined #openstack-lbaas | 03:43 | |
*** yuanying has quit IRC | 03:45 | |
*** armax has quit IRC | 03:47 | |
openstackgerrit | Darren Chan proposed openstack/octavia: Update readme file https://review.openstack.org/353270 | 03:47 |
*** yuanying has joined #openstack-lbaas | 03:48 | |
*** kevo has quit IRC | 03:53 | |
openstackgerrit | Stephen Balukoff proposed openstack/neutron-lbaas: Fix L7 Policy creation with Octavia driver https://review.openstack.org/360138 | 03:54 |
*** amotoki has joined #openstack-lbaas | 04:06 | |
fnaval | w00t thanks for the reviews! | 04:07 |
*** fnaval has quit IRC | 04:17 | |
*** fnaval has joined #openstack-lbaas | 04:18 | |
*** fnaval has quit IRC | 04:22 | |
*** ducttape_ has joined #openstack-lbaas | 04:23 | |
*** gongysh has quit IRC | 04:25 | |
*** ducttape_ has quit IRC | 04:28 | |
*** fnaval has joined #openstack-lbaas | 04:31 | |
*** links has joined #openstack-lbaas | 04:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/360169 | 04:52 |
openstackgerrit | Reedip proposed openstack/neutron-lbaas: Add Timeout on Listeners https://review.openstack.org/273896 | 04:56 |
*** kevo has joined #openstack-lbaas | 04:57 | |
*** kevo has quit IRC | 04:59 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/360169 | 05:03 |
*** cody-somerville has joined #openstack-lbaas | 05:25 | |
*** ducttape_ has joined #openstack-lbaas | 05:25 | |
*** ducttape_ has quit IRC | 05:29 | |
*** cody-somerville has quit IRC | 05:38 | |
*** anilvenkata has joined #openstack-lbaas | 05:55 | |
openstackgerrit | Adam Harwell proposed openstack/neutron-lbaas: Updating import for linux/interface opts https://review.openstack.org/352471 | 05:56 |
*** kobis has joined #openstack-lbaas | 06:18 | |
openstackgerrit | Merged openstack/octavia: Add spec for adding statistics gathering API for loadbalancer https://review.openstack.org/352666 | 06:19 |
*** bana_k has joined #openstack-lbaas | 06:23 | |
*** ducttape_ has joined #openstack-lbaas | 06:26 | |
*** rcernin has joined #openstack-lbaas | 06:28 | |
*** ducttape_ has quit IRC | 06:30 | |
*** bana_k has quit IRC | 06:47 | |
*** ihrachys has joined #openstack-lbaas | 06:50 | |
*** ihrachys has quit IRC | 06:56 | |
*** numans has joined #openstack-lbaas | 07:03 | |
*** tesseract- has joined #openstack-lbaas | 07:08 | |
*** ducttape_ has joined #openstack-lbaas | 07:26 | |
*** ducttape_ has quit IRC | 07:31 | |
*** sbalukoff has quit IRC | 07:47 | |
*** sbalukoff has joined #openstack-lbaas | 07:51 | |
*** sbalukoff has quit IRC | 07:52 | |
*** sbalukoff has joined #openstack-lbaas | 07:52 | |
openstackgerrit | Merged openstack/neutron-lbaas: Updating imports for services prov_config options https://review.openstack.org/349074 | 08:00 |
*** yamamoto has quit IRC | 08:11 | |
*** ducttape_ has joined #openstack-lbaas | 08:27 | |
*** noshankus has joined #openstack-lbaas | 08:29 | |
*** ducttape_ has quit IRC | 08:32 | |
*** duvarenkov_ has joined #openstack-lbaas | 08:43 | |
*** duvarenkov__ has quit IRC | 08:46 | |
*** yamamoto has joined #openstack-lbaas | 08:48 | |
*** openstackgerrit has quit IRC | 08:48 | |
*** openstackgerrit has joined #openstack-lbaas | 08:49 | |
openstackgerrit | Reedip proposed openstack/neutron-lbaas: Add Timeout on Listeners https://review.openstack.org/273896 | 08:50 |
*** ihrachys has joined #openstack-lbaas | 08:52 | |
*** yamamoto has quit IRC | 08:57 | |
*** yamamoto has joined #openstack-lbaas | 08:57 | |
*** yamamoto has quit IRC | 08:58 | |
*** yamamoto has joined #openstack-lbaas | 08:58 | |
*** saju_m has joined #openstack-lbaas | 09:25 | |
*** ducttape_ has joined #openstack-lbaas | 09:28 | |
*** yamamoto has quit IRC | 09:29 | |
*** yamamoto has joined #openstack-lbaas | 09:32 | |
*** ducttape_ has quit IRC | 09:33 | |
*** chenli has quit IRC | 09:38 | |
*** yamamoto has quit IRC | 09:58 | |
*** yamamoto has joined #openstack-lbaas | 09:58 | |
*** yamamoto has quit IRC | 09:58 | |
*** yamamoto has joined #openstack-lbaas | 10:02 | |
*** numans has quit IRC | 10:03 | |
*** yamamoto has quit IRC | 10:07 | |
*** yamamoto has joined #openstack-lbaas | 10:08 | |
*** hockeynut has quit IRC | 10:23 | |
*** ducttape_ has joined #openstack-lbaas | 10:29 | |
*** numans has joined #openstack-lbaas | 10:30 | |
*** ducttape_ has quit IRC | 10:34 | |
*** anilvenkata has quit IRC | 10:36 | |
*** anilvenkata has joined #openstack-lbaas | 10:59 | |
*** rtheis has joined #openstack-lbaas | 11:25 | |
*** ducttape_ has joined #openstack-lbaas | 12:11 | |
*** anilvenkata is now known as anilvenakata_afk | 12:17 | |
*** bradjones has quit IRC | 12:21 | |
*** diltram_ has joined #openstack-lbaas | 12:23 | |
*** diltram has quit IRC | 12:23 | |
*** bradjones has joined #openstack-lbaas | 12:27 | |
*** bradjones has quit IRC | 12:27 | |
*** bradjones has joined #openstack-lbaas | 12:27 | |
*** ducttape_ has quit IRC | 12:28 | |
*** woodster_ has joined #openstack-lbaas | 12:58 | |
*** anilvenakata_afk has quit IRC | 13:03 | |
*** rtheis_ has joined #openstack-lbaas | 13:04 | |
*** yamamoto has quit IRC | 13:05 | |
*** yamamoto has joined #openstack-lbaas | 13:06 | |
*** rtheis has quit IRC | 13:06 | |
*** rtheis_ is now known as rtheis | 13:09 | |
*** anilvenakata_afk has joined #openstack-lbaas | 13:15 | |
*** yamamoto has quit IRC | 13:17 | |
*** yamamoto has joined #openstack-lbaas | 13:17 | |
*** ducttape_ has joined #openstack-lbaas | 13:22 | |
*** links has quit IRC | 13:22 | |
*** kobis has quit IRC | 13:28 | |
*** sbalukoff has quit IRC | 13:29 | |
*** matt-borland has joined #openstack-lbaas | 13:32 | |
*** ducttape_ has quit IRC | 13:33 | |
*** ehrhardt has joined #openstack-lbaas | 13:34 | |
*** ehrhardt has quit IRC | 13:39 | |
*** ehrhardt has joined #openstack-lbaas | 13:39 | |
*** ehrhardt has quit IRC | 13:41 | |
*** ehrhardt has joined #openstack-lbaas | 13:42 | |
*** anilvenakata_afk has quit IRC | 13:43 | |
*** yamamoto has quit IRC | 13:50 | |
*** yamamoto has joined #openstack-lbaas | 13:51 | |
*** anilvenakata_afk has joined #openstack-lbaas | 13:56 | |
*** yamamoto has quit IRC | 13:57 | |
*** sbalukoff has joined #openstack-lbaas | 13:58 | |
*** diltram_ is now known as diltram | 14:01 | |
*** pglass has joined #openstack-lbaas | 14:04 | |
johnsom | sbalukoff https://bugs.launchpad.net/octavia/+bug/1616698 | 14:07 |
openstack | Launchpad bug 1616698 in octavia "Support name also along with the UUID in the octavia.conf" [Wishlist,Confirmed] | 14:07 |
*** hockeynut has joined #openstack-lbaas | 14:11 | |
*** ducttape_ has joined #openstack-lbaas | 14:12 | |
*** Mouli has joined #openstack-lbaas | 14:14 | |
*** pglbutt has joined #openstack-lbaas | 14:15 | |
*** pglass has quit IRC | 14:18 | |
sbalukoff | https://review.openstack.org/#/c/326018/ | 14:36 |
sbalukoff | https://review.openstack.org/#/c/360138/ | 14:36 |
*** openstackgerrit has quit IRC | 14:48 | |
*** openstackgerrit has joined #openstack-lbaas | 14:49 | |
*** hockeynut has quit IRC | 14:51 | |
*** pglbutt has quit IRC | 14:52 | |
*** yamamoto has joined #openstack-lbaas | 14:54 | |
*** yamamoto has quit IRC | 15:00 | |
*** pglass has joined #openstack-lbaas | 15:00 | |
*** fnaval has quit IRC | 15:02 | |
*** duvarenkov_ has quit IRC | 15:08 | |
*** noshankus has quit IRC | 15:16 | |
openstackgerrit | Merged openstack/octavia: Updated from global requirements https://review.openstack.org/360169 | 15:18 |
openstackgerrit | Merged openstack/neutron-lbaas: Add the database v1 to v2 migration script in tools https://review.openstack.org/289595 | 15:19 |
*** links has joined #openstack-lbaas | 15:21 | |
*** saju_m has quit IRC | 15:22 | |
openstackgerrit | Merged openstack/neutron-lbaas: Add missing "listener_id" attribute to L7 policy https://review.openstack.org/326018 | 15:26 |
openstackgerrit | Merged openstack/neutron-lbaas: Remove internal function validate_integer already implemented in neutron-lib https://review.openstack.org/351088 | 15:26 |
*** hockeynut has joined #openstack-lbaas | 15:27 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Update config reference to use auto generate https://review.openstack.org/360635 | 15:28 |
*** nmagnezi has joined #openstack-lbaas | 15:28 | |
*** fnaval has joined #openstack-lbaas | 15:35 | |
*** hockeynu_ has joined #openstack-lbaas | 15:37 | |
dougwig | https://review.openstack.org/#/c/360640/ | 15:39 |
nmagnezi | dougwig, congrats for finally nuking v1 :-) | 15:40 |
*** kevo has joined #openstack-lbaas | 15:40 | |
*** armax has joined #openstack-lbaas | 15:41 | |
*** hockeynut has quit IRC | 15:41 | |
*** fnaval has quit IRC | 15:42 | |
dougwig | nmagnezi: team effort. :) | 15:45 |
*** fnaval has joined #openstack-lbaas | 15:46 | |
nmagnezi | dougwig, :) | 15:46 |
*** BjoernT has joined #openstack-lbaas | 15:46 | |
nmagnezi | dougwig, now i finally won't have to wonder about the which class belong to which version. :) | 15:47 |
dougwig | nmagnezi: until v3. :) | 15:47 |
nmagnezi | dougwig, LOL | 15:47 |
nmagnezi | dougwig, i wonder how the CLI will look for that one.. | 15:48 |
openstackgerrit | Doug Wiegley proposed openstack/neutron-lbaas: Reno for lbaas v1 removal https://review.openstack.org/360654 | 15:52 |
rm_work | dougwig: https://review.openstack.org/#/c/353270/ | 15:53 |
pglass | hey, i came down to castle from austin for a day of the octavia midcycle, mainly to meet people. is that still in slinky, and how do I get there? | 15:55 |
rm_work | Yes, it's slinky | 15:55 |
rm_work | Go over to the HR side of the building | 15:55 |
rm_work | (newest phase) | 15:55 |
rm_work | we're almost over by the exit door | 15:55 |
pglass | okay. cool. thanks rm_work | 15:55 |
rm_work | it's right near the "main" fueling station | 15:56 |
rm_work | Toy Shoppe area | 15:56 |
rm_work | ... or do they say "Toy Shop" | 15:56 |
*** pglass has quit IRC | 15:57 | |
*** links has quit IRC | 16:00 | |
*** pglass has joined #openstack-lbaas | 16:00 | |
*** pglass has quit IRC | 16:01 | |
*** pglass has joined #openstack-lbaas | 16:01 | |
nmagnezi | can anyone please spare some cycles and review https://review.openstack.org/#/c/299998/ and https://review.openstack.org/#/c/344658/ ? those aare pending review for some time now and we are getting close to the code freeze | 16:01 |
*** numans has quit IRC | 16:01 | |
*** pglass has quit IRC | 16:02 | |
*** pglass has joined #openstack-lbaas | 16:02 | |
*** pglbutt has joined #openstack-lbaas | 16:05 | |
nmagnezi | dougwig, blogan, sbalukoff ^^ | 16:05 |
*** fnaval has quit IRC | 16:06 | |
*** pglass has quit IRC | 16:06 | |
*** fnaval has joined #openstack-lbaas | 16:06 | |
sbalukoff | # Create an L7policy: | 16:07 |
sbalukoff | neutron lbaas-l7policy-create --action REDIRECT_TO_POOL --redirect-pool pool2 --listener listener1 --name policy1 | 16:07 |
sbalukoff | neutron lbaas-l7policy-create --action REJECT --listener listener1 --name policy1 | 16:07 |
sbalukoff | # Create an L7Rule: | 16:07 |
sbalukoff | neutron lbaas-l7rule-create --type PATH --compare-type STARTS_WITH --value /api policy1 | 16:07 |
*** bana_k has joined #openstack-lbaas | 16:12 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Update config reference to use auto generate https://review.openstack.org/360635 | 16:12 |
*** kevo has quit IRC | 16:24 | |
*** pglbutt has quit IRC | 16:27 | |
*** hockeynu_ has quit IRC | 16:28 | |
*** hockeynut has joined #openstack-lbaas | 16:29 | |
*** rtheis_ has joined #openstack-lbaas | 16:29 | |
*** rtheis has quit IRC | 16:31 | |
*** pglass has joined #openstack-lbaas | 16:32 | |
*** rcernin has quit IRC | 16:45 | |
*** bana_k has quit IRC | 16:46 | |
*** Kiall has quit IRC | 16:51 | |
*** tesseract- has quit IRC | 16:56 | |
*** _ducttape_ has joined #openstack-lbaas | 16:57 | |
*** anilvenakata_afk is now known as anilvenkata | 16:59 | |
*** ducttape_ has quit IRC | 17:01 | |
*** rtheis_ is now known as rtheis | 17:01 | |
*** hockeynut has quit IRC | 17:05 | |
*** hockeynut has joined #openstack-lbaas | 17:08 | |
*** kevo has joined #openstack-lbaas | 17:12 | |
*** fnaval has quit IRC | 17:14 | |
*** bana_k has joined #openstack-lbaas | 17:16 | |
*** amotoki has quit IRC | 17:17 | |
*** hockeynut has quit IRC | 17:19 | |
johnsom | crc32|znc /home/michjohn/projects/OpenStack/neutron/neutron/api/api_common.py | 17:25 |
*** _ducttape_ has quit IRC | 17:25 | |
*** Kiall has joined #openstack-lbaas | 17:36 | |
*** sputnik13 has joined #openstack-lbaas | 17:37 | |
openstackgerrit | Banashankar k proposed openstack/neutron-lbaas: validate that delay and timeout Make sure delay must be greater than or equal to timeout https://review.openstack.org/355115 | 17:40 |
openstackgerrit | Merged openstack/neutron-lbaas: Fix L7 Policy creation with Octavia driver https://review.openstack.org/360138 | 17:42 |
*** hockeynut has joined #openstack-lbaas | 17:50 | |
*** hockeynut has quit IRC | 17:51 | |
*** ducttape_ has joined #openstack-lbaas | 17:51 | |
openstackgerrit | Nir Magnezi proposed openstack/neutron-lbaas: Auto reschedule loadbalancers from dead agents https://review.openstack.org/299998 | 17:51 |
*** hockeynut has joined #openstack-lbaas | 17:53 | |
nmagnezi | sbalukoff, ^^ all done. thanks! | 17:53 |
*** rcernin has joined #openstack-lbaas | 17:54 | |
*** fnaval has joined #openstack-lbaas | 17:54 | |
*** ihrachys has quit IRC | 18:02 | |
*** kbyrne has quit IRC | 18:13 | |
*** hockeynut has quit IRC | 18:13 | |
*** kbyrne has joined #openstack-lbaas | 18:16 | |
*** anilvenkata has quit IRC | 18:21 | |
johnsom | http://docs-draft.openstack.org/35/360635/2/check/gate-octavia-docs-ubuntu-xenial/e538de6//doc/build/html/ | 18:29 |
johnsom | http://docs.openstack.org/developer/octavia/ | 18:31 |
openstackgerrit | Banashankar k proposed openstack/neutron-lbaas: validate that delay and timeout Make sure delay must be greater than or equal to timeout https://review.openstack.org/355115 | 18:49 |
*** krotscheck has left #openstack-lbaas | 18:51 | |
*** pglass has quit IRC | 19:38 | |
rm_work | johnsom: https://review.openstack.org/#/c/360745/ | 19:39 |
*** cody-somerville has joined #openstack-lbaas | 19:41 | |
*** cody-somerville has quit IRC | 19:41 | |
*** cody-somerville has joined #openstack-lbaas | 19:41 | |
*** pglass has joined #openstack-lbaas | 19:44 | |
openstackgerrit | Merged openstack/neutron-lbaas: Reno for lbaas v1 removal https://review.openstack.org/360654 | 19:56 |
*** csomerville has joined #openstack-lbaas | 20:02 | |
*** cody-somerville has quit IRC | 20:06 | |
*** ducttape_ has quit IRC | 20:11 | |
*** pglass has quit IRC | 20:11 | |
*** ducttape_ has joined #openstack-lbaas | 20:14 | |
*** nmagnezi has quit IRC | 20:22 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Adding introduction and developer quick start docs https://review.openstack.org/232173 | 20:24 |
*** rm_mobile has joined #openstack-lbaas | 20:33 | |
*** rm_mobile has joined #openstack-lbaas | 20:33 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Update config reference to use auto generate https://review.openstack.org/360635 | 20:38 |
*** csomerville has quit IRC | 20:39 | |
*** saju_m has joined #openstack-lbaas | 20:41 | |
*** fnaval has quit IRC | 20:41 | |
johnsom | The link to the rendered version: http://docs-draft.openstack.org/35/360635/3/check/gate-octavia-docs-ubuntu-xenial/cbb66dc//doc/build/html/ | 20:43 |
*** ehrhardt has left #openstack-lbaas | 20:44 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Update config reference to use auto generate https://review.openstack.org/360635 | 20:47 |
*** csomerville has joined #openstack-lbaas | 21:01 | |
openstackgerrit | Banashankar k proposed openstack/neutron-lbaas: validate that delay and timeout Make sure delay must be greater than or equal to timeout https://review.openstack.org/355115 | 21:04 |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: Add quota support to Octavia https://review.openstack.org/360794 | 21:11 |
*** rm_mobile has quit IRC | 21:14 | |
*** fnaval has joined #openstack-lbaas | 21:20 | |
dougwig | i am way too early. | 21:28 |
rm_work | yes | 21:28 |
rm_work | SA Airport is usually CRAZY fast | 21:28 |
rm_work | except the random times when it is CRAZY slow T_T | 21:28 |
rm_work | I have made it from my front door to sitting at the gate in 20 minutes before | 21:29 |
*** matt-borland has quit IRC | 21:30 | |
rm_work | johnsom: http://logs.openstack.org/35/360635/4/check/gate-octavia-pep8-ubuntu-xenial/c297b09/console.html#_2016-08-25_20_55_03_520604 | 21:34 |
*** saju_m has quit IRC | 21:43 | |
*** rtheis has quit IRC | 21:44 | |
*** Mouli has quit IRC | 21:47 | |
openstackgerrit | Franklin Naval proposed openstack/octavia: Octavia: Basic LoadBalancer Scenario Test https://review.openstack.org/172199 | 21:55 |
fnaval | that's not ready for review yet | 21:55 |
fnaval | just fixing merge conflicts | 21:55 |
openstackgerrit | Franklin Naval proposed openstack/octavia: WIP: Octavia: Basic LoadBalancer Scenario Test https://review.openstack.org/172199 | 21:56 |
openstackgerrit | Adam Harwell proposed openstack/neutron-lbaas: validate that delay and timeout Make sure delay must be greater than or equal to timeout https://review.openstack.org/355115 | 22:01 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Update config reference to use auto generate https://review.openstack.org/360635 | 22:02 |
*** BjoernT has quit IRC | 22:03 | |
*** csomerville has quit IRC | 22:10 | |
*** fnaval has quit IRC | 22:14 | |
*** sbalukoff has quit IRC | 22:15 | |
*** csomerville has joined #openstack-lbaas | 22:16 | |
*** fnaval has joined #openstack-lbaas | 22:23 | |
*** ducttape_ has quit IRC | 22:25 | |
*** ducttape_ has joined #openstack-lbaas | 22:26 | |
*** ducttape_ has quit IRC | 22:30 | |
*** yamamoto has joined #openstack-lbaas | 22:49 | |
*** chlong has quit IRC | 22:58 | |
*** hockeynut has joined #openstack-lbaas | 22:59 | |
*** ducttape_ has joined #openstack-lbaas | 23:00 | |
*** ducttape_ has quit IRC | 23:08 | |
*** hockeynut has quit IRC | 23:10 | |
*** chlong has joined #openstack-lbaas | 23:12 | |
*** cody-somerville has joined #openstack-lbaas | 23:14 | |
*** csomerville has quit IRC | 23:17 | |
*** ducttape_ has joined #openstack-lbaas | 23:23 | |
*** sputnik13 has quit IRC | 23:32 | |
*** ducttape_ has quit IRC | 23:33 | |
*** chlong has quit IRC | 23:35 | |
openstackgerrit | Banashankar k proposed openstack/neutron-lbaas: validate that delay and timeout Make sure delay must be greater than or equal to timeout https://review.openstack.org/355115 | 23:47 |
*** ducttape_ has joined #openstack-lbaas | 23:47 | |
*** rcernin has quit IRC | 23:53 | |
*** woodster_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!