*** amotoki has joined #openstack-sdks | 00:03 | |
*** amotoki has quit IRC | 00:08 | |
*** zhurong has joined #openstack-sdks | 01:16 | |
*** greghaynes has quit IRC | 01:16 | |
tangchen | stevemar: Will look at it . | 01:21 |
---|---|---|
*** amotoki has joined #openstack-sdks | 01:25 | |
*** amotoki has quit IRC | 01:30 | |
*** greghaynes has joined #openstack-sdks | 01:31 | |
*** aohuanxuan has joined #openstack-sdks | 01:32 | |
*** zhurong has quit IRC | 02:00 | |
*** zhurong has joined #openstack-sdks | 02:00 | |
stevemar | tangchen: thank you :) | 02:02 |
*** markvoelker has quit IRC | 02:06 | |
*** yanyanhu has joined #openstack-sdks | 02:27 | |
*** shu-mutou has joined #openstack-sdks | 02:34 | |
*** amotoki has joined #openstack-sdks | 02:47 | |
*** yuanying has quit IRC | 02:50 | |
*** amotoki has quit IRC | 02:51 | |
*** coolsvap has joined #openstack-sdks | 02:56 | |
*** markvoelker has joined #openstack-sdks | 03:06 | |
*** markvoelker has quit IRC | 03:11 | |
*** sheel has joined #openstack-sdks | 03:28 | |
*** amotoki has joined #openstack-sdks | 03:36 | |
*** amotoki has quit IRC | 03:50 | |
*** yuanying has joined #openstack-sdks | 03:53 | |
openstackgerrit | Merged openstack/osc-lib: Attempt to find resource by ID, without kwargs https://review.openstack.org/335577 | 03:55 |
*** amotoki has joined #openstack-sdks | 03:58 | |
*** markvoelker has joined #openstack-sdks | 04:07 | |
openstackgerrit | Huanxuan Ao proposed openstack/python-openstackclient: Fix doc issue for "compute agent list" command https://review.openstack.org/335785 | 04:09 |
*** markvoelker has quit IRC | 04:12 | |
*** reedip has joined #openstack-sdks | 04:17 | |
*** amotoki has quit IRC | 04:18 | |
*** amotoki has joined #openstack-sdks | 04:26 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add command to unset information from Subnet-pools https://review.openstack.org/306253 | 04:40 |
reedip | tangchen, RuiChen, dtroyer ^^ : Review updated | 04:41 |
*** salv-orlando has joined #openstack-sdks | 05:00 | |
*** zhurong has quit IRC | 05:02 | |
*** salv-orl_ has quit IRC | 05:03 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add command to unset information from ports https://review.openstack.org/302530 | 05:04 |
*** zhurong has joined #openstack-sdks | 05:08 | |
*** hoangcx has joined #openstack-sdks | 05:47 | |
*** markvoelker has joined #openstack-sdks | 06:09 | |
*** markvoelker has quit IRC | 06:13 | |
openstackgerrit | sunyajing proposed openstack/python-openstackclient: Fix common-find-service function https://review.openstack.org/333253 | 06:31 |
tangchen | reedip: Sure, will look at them. Thanks | 06:46 |
*** amoralej|off is now known as amoralej | 06:55 | |
openstackgerrit | Huanxuan Ao proposed openstack/python-openstackclient: Add "--snapshot" option to "backup create" command in volumev2 https://review.openstack.org/335823 | 07:09 |
*** markvoelker has joined #openstack-sdks | 07:10 | |
*** markvoelker has quit IRC | 07:14 | |
*** hoangcx has quit IRC | 07:15 | |
tangchen | reedip: Hi, seems that the CI didn't pass. | 07:25 |
tangchen | reedip: port and subnet-pool patches | 07:25 |
*** jpena|off is now known as jpena | 07:43 | |
*** fzdarsky has joined #openstack-sdks | 07:56 | |
*** coolsvap is now known as coolsvap_ | 08:02 | |
reedip | tangchen :" lemme check | 08:07 |
*** gmann_ has quit IRC | 08:08 | |
*** gmann has joined #openstack-sdks | 08:09 | |
*** Romanenko_K has joined #openstack-sdks | 08:10 | |
*** markvoelker has joined #openstack-sdks | 08:11 | |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add command to unset information from ports https://review.openstack.org/302530 | 08:13 |
openstackgerrit | Reedip proposed openstack/python-openstackclient: Add command to unset information from Subnet-pools https://review.openstack.org/306253 | 08:15 |
reedip | tangchen: fixed, but I am having some problems | 08:15 |
*** markvoelker has quit IRC | 08:15 | |
reedip | tangchen: whenever I run tox on openstackclient, it tells me that osc_lib is missing | 08:15 |
reedip | any idea how to make osc_lib available? would checkout be sufficient ( checkout doesnt work though) | 08:15 |
*** jamielennox is now known as jamielennox|away | 08:16 | |
tangchen | reedip: I know what happened to your environment. | 08:20 |
tangchen | reedip: I think you have installed osc-lib, by pip install. But it is in your system's /usr/lib/python2.7/site-packages/..., I think. It is not in your .tox/ | 08:21 |
tangchen | reedip: So you can try this: | 08:21 |
tangchen | reedip: Just remove your .tox dir, and tox will rebuild it. Then, you will have osc_lib in your .tox/ | 08:22 |
tangchen | reedip: Or, you can create a link with command "ln", to link the osc_lib to your .tox/ | 08:22 |
tangchen | reedip: That's it. :) | 08:22 |
reedip | tangchen : weird :P | 08:28 |
reedip | tangchen : lemme try | 08:28 |
*** lucas-afk is now known as lucasagomes | 08:30 | |
tangchen | reedip: I think it is not weird. .tox dir won't be rebuilt everytime you run a test. If you updated your lib, you have to update it. | 08:31 |
RuiChen | reedip: remove .tox directory or run tox -r to recreate the virtual env, it work for me. | 08:38 |
reedip | RuiChen : okay, looking into it | 08:38 |
reedip | IT WORKED!!!!! THANKS :) | 08:40 |
*** sheel has quit IRC | 08:45 | |
*** shu-mutou has quit IRC | 08:54 | |
*** bapalm has quit IRC | 08:57 | |
*** yuanying_ has joined #openstack-sdks | 08:58 | |
*** bapalm has joined #openstack-sdks | 09:00 | |
*** Kiall_ has joined #openstack-sdks | 09:03 | |
*** peterstac_ has joined #openstack-sdks | 09:05 | |
*** auggy_ has joined #openstack-sdks | 09:05 | |
*** GheRivero_ has joined #openstack-sdks | 09:05 | |
*** alex_xu_ has joined #openstack-sdks | 09:06 | |
*** _elmiko_ has joined #openstack-sdks | 09:06 | |
*** fzdarsky has quit IRC | 09:07 | |
*** yuanying has quit IRC | 09:08 | |
*** alex_xu has quit IRC | 09:08 | |
*** peterstac has quit IRC | 09:08 | |
*** Kiall has quit IRC | 09:08 | |
*** mordred has quit IRC | 09:08 | |
*** _elmiko has quit IRC | 09:08 | |
*** GheRivero has quit IRC | 09:08 | |
*** auggy has quit IRC | 09:08 | |
*** peterstac_ is now known as peterstac | 09:08 | |
*** GheRivero_ is now known as GheRivero | 09:09 | |
*** auggy_ is now known as auggy | 09:10 | |
*** mordred has joined #openstack-sdks | 09:13 | |
openstackgerrit | sunyajing proposed openstack/python-openstackclient: Fix common-find-service function https://review.openstack.org/333253 | 09:23 |
openstackgerrit | sunyajing proposed openstack/python-openstackclient: Modify compute agent set command https://review.openstack.org/328819 | 09:30 |
*** zhurong has quit IRC | 09:35 | |
*** hoangcx has joined #openstack-sdks | 09:44 | |
*** breton has quit IRC | 09:52 | |
*** aohuanxuan has quit IRC | 10:04 | |
*** yanyanhu has quit IRC | 10:21 | |
*** thrash|g0ne is now known as thrash | 10:26 | |
*** betheynyx has joined #openstack-sdks | 10:26 | |
openstackgerrit | Merged openstack/python-openstackclient: Add "--property" option to "flavor create" command https://review.openstack.org/334792 | 10:36 |
*** hoangcx has quit IRC | 10:38 | |
*** fzdarsky has joined #openstack-sdks | 10:40 | |
*** thrash is now known as thrash|bbl | 10:49 | |
*** salv-orl_ has joined #openstack-sdks | 11:00 | |
*** fzdarsky has quit IRC | 11:01 | |
*** salv-orlando has quit IRC | 11:03 | |
*** salv-orl_ has quit IRC | 11:05 | |
*** jpena is now known as jpena|lunch | 11:16 | |
*** rtheis has joined #openstack-sdks | 11:16 | |
*** lucasagomes is now known as lucas-hungry | 12:03 | |
*** coolsvap_ has quit IRC | 12:05 | |
*** salv-orlando has joined #openstack-sdks | 12:06 | |
*** hieulq_ has joined #openstack-sdks | 12:07 | |
*** Qiming has quit IRC | 12:07 | |
*** hieulq has quit IRC | 12:09 | |
*** Qiming has joined #openstack-sdks | 12:10 | |
*** markvoelker has joined #openstack-sdks | 12:13 | |
*** salv-orlando has quit IRC | 12:14 | |
*** markvoelker has quit IRC | 12:14 | |
*** markvoelker has joined #openstack-sdks | 12:15 | |
*** edmondsw has joined #openstack-sdks | 12:25 | |
*** hieulq has joined #openstack-sdks | 12:26 | |
*** hieulq_ has quit IRC | 12:26 | |
*** jamie_h has joined #openstack-sdks | 12:27 | |
*** salv-orlando has joined #openstack-sdks | 12:43 | |
*** jpena|lunch is now known as jpena | 12:46 | |
*** amoralej is now known as amoralej|lunch | 12:56 | |
*** amotoki has quit IRC | 13:01 | |
*** tangchen has quit IRC | 13:05 | |
*** lucas-hungry is now known as lucasagomes | 13:06 | |
*** amotoki has joined #openstack-sdks | 13:07 | |
*** tangchen has joined #openstack-sdks | 13:07 | |
*** cleong has joined #openstack-sdks | 13:14 | |
*** fzdarsky has joined #openstack-sdks | 13:16 | |
*** erlon has joined #openstack-sdks | 13:18 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Revert "skip image tag tests" https://review.openstack.org/336013 | 13:30 |
*** singhj has joined #openstack-sdks | 13:33 | |
*** karimb has joined #openstack-sdks | 13:35 | |
*** amoralej|lunch is now known as amoralej | 13:40 | |
*** karimb has quit IRC | 13:43 | |
*** sheel has joined #openstack-sdks | 13:44 | |
*** edmondsw has quit IRC | 13:44 | |
openstackgerrit | Merged openstack/python-openstackclient: Fix doc issue for "compute agent list" command https://review.openstack.org/335785 | 13:48 |
*** karimb has joined #openstack-sdks | 13:55 | |
amotoki | rtheis: ping | 13:59 |
rtheis | amotoki: hi | 14:01 |
amotoki | rtheis: do you know what happens if both OSC core and plugin define a same command? | 14:01 |
rtheis | they will overwrite each other | 14:01 |
amotoki | rtheis: I am thinking how commands in neutronclient OSC plugin can be migrated into OSC core later. | 14:02 |
rtheis | I think the plugin may win | 14:02 |
amotoki | rtheis: I am following the discussion on vlan-aware-vms. | 14:02 |
rtheis | I think stevemar added a job to check for duplicates | 14:02 |
amotoki | rtheis: IIRC, we have a job to check duplicates. | 14:03 |
stevemar | amotoki: look at the check-osc-plugins job here; https://review.openstack.org/#/c/335823/ | 14:03 |
stevemar | amotoki: you may need to add to the job... | 14:03 |
amotoki | rtheis: yeah, I know. | 14:04 |
stevemar | https://github.com/openstack-infra/project-config/blob/master/jenkins/scripts/check-osc-plugins.sh#L36-L51 | 14:04 |
rtheis | amotoki: I'm not sure how to best migrate the commands, maybe neutronclient would need to use OSC as a requirement | 14:04 |
amotoki | rtheis: this is a possible option, but it means openstackclient is always installed even when they want to use neutronclient python bindings. | 14:05 |
amotoki | It seems i need to consider more. | 14:06 |
rtheis | amotoki: we may be able to add logic to OSC or osc-lib to allow OSC to win over plugin commands | 14:07 |
rtheis | I recall having a similar discussion with dtroyer a couple months ago but don't recall if we came up with other ideas | 14:10 |
amotoki | rtheis: it might be a good way. I will check a migration scenario with mixed versions of OSC and neutronclient plugin. | 14:10 |
rtheis | amotoki: sounds good | 14:10 |
amotoki | rtheis: thanks for your time | 14:11 |
rtheis | yw | 14:11 |
*** amotoki has quit IRC | 14:13 | |
stevemar | i had no idea aodh had osc support | 14:14 |
stevemar | http://git.openstack.org/cgit/openstack/python-aodhclient/tree/setup.cfg | 14:14 |
stevemar | well shit, http://git.openstack.org/cgit/openstack/python-gnocchiclient/tree/setup.cfg#n33 and http://git.openstack.org/cgit/openstack/python-aodhclient/tree/setup.cfg both have the "metric" namespace | 14:16 |
stevemar | i don't know if that's even allowed | 14:19 |
*** gouthamr has joined #openstack-sdks | 14:24 | |
*** zhurong has joined #openstack-sdks | 14:25 | |
*** gouthamr_ has joined #openstack-sdks | 14:26 | |
*** zhurong has quit IRC | 14:26 | |
stevemar | rtheis: dtroyer our plugins now include watcher, aodh and gnocchi: http://codesearch.openstack.org/?q=openstack.cli.extension&i=nope&files=setup.cfg&repos= | 14:26 |
*** edmondsw has joined #openstack-sdks | 14:26 | |
*** gouthamr has quit IRC | 14:29 | |
rtheis | the list keeps growing | 14:30 |
*** zhurong has joined #openstack-sdks | 14:31 | |
*** tangchen has quit IRC | 14:32 | |
*** zhurong has quit IRC | 14:41 | |
*** tangchen has joined #openstack-sdks | 14:41 | |
*** charz has quit IRC | 14:43 | |
*** charz has joined #openstack-sdks | 14:46 | |
*** zhurong has joined #openstack-sdks | 14:46 | |
stevemar | rtheis: https://review.openstack.org/#/c/336061/ | 14:46 |
*** zhurong has quit IRC | 14:47 | |
rtheis | will take a look after a couple meetings | 14:50 |
stevemar | rtheis: cool | 14:52 |
stevemar | i think it's time we make that job voting | 14:52 |
rtheis | sounds good to me | 14:52 |
*** gouthamr_ is now known as gouthamr | 15:01 | |
*** thrash|bbl is now known as thrash | 15:05 | |
*** gamage has joined #openstack-sdks | 15:08 | |
gamage | Hi anyone know with PythonOpenStackSDK 0.8.6, how do i pass the nova schduler hints such as --availability-zone ${ZONE}:${NOVAHOST} ? | 15:11 |
*** fzdarsky has quit IRC | 15:13 | |
*** Kuwagata has joined #openstack-sdks | 15:15 | |
briancurtin | gamage: you can’t yet, though i think i sent you or someone else a patch that would let it happen in the interim until an in-progress change is merged | 15:16 |
briancurtin | (once i get three more functional tests to pass, it’ll be merged and then released as 0.9) | 15:16 |
gamage | ok thanks | 15:18 |
EmilienM | stevemar: btw, your patch helps us, thx again :) | 15:27 |
gamage | how can i get access to the patch meantime ? | 15:28 |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk: Allow alternate_id to be accessed directly https://review.openstack.org/335613 | 15:43 |
*** michaelgugino has joined #openstack-sdks | 15:47 | |
*** salv-orlando has quit IRC | 15:50 | |
etoews | _elmiko_: cdent: api wg meeting today? | 15:58 |
*** dims has quit IRC | 16:00 | |
*** dims has joined #openstack-sdks | 16:06 | |
stevemar | EmilienM: great! | 16:23 |
*** cleverdevil has joined #openstack-sdks | 16:24 | |
cleverdevil | hey folks, found an issue with the latest version of cliff | 16:29 |
cleverdevil | doesn't seem to want to pip install in Python 3.x | 16:29 |
cleverdevil | http://share.cleverdevil.io/L6uXuV0xLY.html | 16:29 |
stevemar | cleverdevil: that is weird | 16:36 |
stevemar | cleverdevil: file a bug? | 16:36 |
stevemar | we can look into it | 16:36 |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk: Refactor compute for new resource/proxy https://review.openstack.org/298900 | 16:37 |
cleverdevil | will do! | 16:41 |
cleverdevil | tgabjs' | 16:41 |
cleverdevil | oops, dropped my coffee mug on my keyboard :) | 16:41 |
*** Romanenko_K has quit IRC | 16:50 | |
*** lucasagomes is now known as lucas-afk | 16:50 | |
*** salv-orlando has joined #openstack-sdks | 16:51 | |
cleverdevil | stevemar: https://bugs.launchpad.net/python-cliff/+bug/1597846 | 16:52 |
openstack | Launchpad bug 1597846 in cliff "Cannot install cliff 2.1.0 in Python 3.x" [Undecided,New] | 16:52 |
cleverdevil | there you go! | 16:52 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: update plugin documentation https://review.openstack.org/336120 | 16:55 |
*** RuiChen has quit IRC | 16:56 | |
*** salv-orl_ has joined #openstack-sdks | 16:57 | |
*** jvrbanac has left #openstack-sdks | 16:57 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: update plugin documentation https://review.openstack.org/336120 | 16:57 |
*** salv-orlando has quit IRC | 16:58 | |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk: Refactor compute for new resource/proxy https://review.openstack.org/298900 | 16:58 |
*** salv-orl_ has quit IRC | 17:02 | |
openstackgerrit | Alexander Tsamutali proposed openstack/osc-lib: Get VersionInfo of "osc-lib" https://review.openstack.org/336123 | 17:04 |
*** jpena is now known as jpena|off | 17:08 | |
*** salv-orlando has joined #openstack-sdks | 17:29 | |
*** Kuwagata has quit IRC | 17:31 | |
*** salv-orlando has quit IRC | 17:34 | |
openstackgerrit | Merged openstack/osc-lib: Get VersionInfo of "osc-lib" https://review.openstack.org/336123 | 17:43 |
*** singhj has quit IRC | 17:44 | |
*** michaelgugino has quit IRC | 17:49 | |
*** karimb has quit IRC | 17:49 | |
*** singhj has joined #openstack-sdks | 17:56 | |
*** michaelgugino has joined #openstack-sdks | 17:56 | |
stevemar | dtroyer: o/ | 17:57 |
stevemar | dtroyer: i wanted to plant a thought in your brain | 17:57 |
*** salv-orlando has joined #openstack-sdks | 17:57 | |
stevemar | dtroyer: osc.virtual.midcycle :O | 17:58 |
dtroyer | Interesting idea… | 17:59 |
dtroyer | pre 3.0? | 17:59 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: osc-lib: api.auth https://review.openstack.org/333577 | 18:02 |
*** salv-orlando has quit IRC | 18:05 | |
*** salv-orlando has joined #openstack-sdks | 18:05 | |
stevemar | dtroyer: up to you | 18:06 |
stevemar | dtroyer: we also need an osc-lib release for puppet guys | 18:06 |
stevemar | dtroyer: you missed my patch, it went in | 18:06 |
stevemar | dtroyer: just wanted to put the idea in your head | 18:06 |
stevemar | the china bug smash is happening july 6-8 | 18:06 |
stevemar | and keystone sprint is 19-23 | 18:06 |
stevemar | so maybe the week before keystone? | 18:06 |
stevemar | we could use google hangouts | 18:07 |
stevemar | anyway, i am heading out, gotta take the little guy to the doctor's for his 6 week check up | 18:07 |
dtroyer | I'll think about it on the drive tomorrow... | 18:10 |
*** e0ne has joined #openstack-sdks | 18:13 | |
openstackgerrit | Brian Curtin proposed openstack/python-openstacksdk: Refactor compute for new resource/proxy https://review.openstack.org/298900 | 18:18 |
*** amoralej is now known as amoralej|off | 18:24 | |
*** e0ne has quit IRC | 18:33 | |
*** thrash is now known as thrash|biab | 18:38 | |
*** Kuwagata has joined #openstack-sdks | 18:39 | |
*** e0ne has joined #openstack-sdks | 18:44 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/336236 | 18:49 |
*** e0ne has quit IRC | 18:54 | |
*** e0ne_ has joined #openstack-sdks | 18:54 | |
*** amotoki has joined #openstack-sdks | 19:14 | |
*** e0ne_ has quit IRC | 19:30 | |
*** sheel has quit IRC | 19:35 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Rework clientmanager https://review.openstack.org/329189 | 20:05 |
*** thrash|biab is now known as thrash | 20:12 | |
gamage | i cannot seem to find an equivalent to neutron router-gateway-set with new openstack unified client. Anyone knows how ? | 20:43 |
dtroyer | stevemar, rtheis: any chance you guys could have a look at https://review.openstack.org/#/c/333991/? | 20:44 |
briancurtin | gamage: what is “openstack unified client" | 20:45 |
rtheis | dtroyer: I'll put it on the list for tomorrow | 20:45 |
briancurtin | rather, what do you mean by that? | 20:45 |
stevemar | briancurtin: "openstack unified client" usually mean osc | 20:46 |
briancurtin | usually, but sdk used to have some form of unified name | 20:46 |
stevemar | briancurtin: since gamage wrote a neutron command, i assume it's osc :P | 20:47 |
stevemar | gamage: maybe look at the `openstack router set` command? | 20:48 |
gamage | sorry i meant OSC, openstack router set seems to be to set an additional route | 20:49 |
stevemar | gamage: there's an argument for gateway there... http://docs.openstack.org/developer/python-openstackclient/command-objects/router.html#router-set | 20:50 |
stevemar | i no nothing about networking | 20:50 |
stevemar | maybe `openstack router set <router-id> --gateway <ip_address>` | 20:50 |
gamage | np, thats does not set a router to use external floating ip network as the router gateway. | 20:51 |
stevemar | gamage: you can file a bug with us -- rtheis will either reply with the command to use, or create the command :P | 20:54 |
stevemar | https://bugs.launchpad.net/python-openstackclient/+filebug | 20:54 |
rtheis | gamage: that is on the todo list | 20:55 |
rtheis | gamage: https://bugs.launchpad.net/python-openstackclient/+bug/1519503 | 20:55 |
openstack | Launchpad bug 1519503 in python-openstackclient "Network Router CRUD" [Medium,In progress] - Assigned to Tang Chen (tangchen) | 20:55 |
rtheis | There is also https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-client-advanced-router | 20:56 |
gamage | Thanks , that is what i beleive needed here | 20:58 |
stevemar | dtroyer: did you want to reply to http://lists.openstack.org/pipermail/openstack-dev/2016-June/098538.html | 21:07 |
openstackgerrit | Merged openstack/python-openstackclient: update plugin documentation https://review.openstack.org/336120 | 21:12 |
dtroyer | I had not seen that yet…mostly only paying attention to the client manager reviews today... | 21:20 |
dtroyer | I will in a few minutes | 21:20 |
*** edmondsw has quit IRC | 21:24 | |
*** notmyname has quit IRC | 21:28 | |
*** lucas-afk has quit IRC | 21:28 | |
*** notmyname_ has joined #openstack-sdks | 21:28 | |
*** lucasagomes has joined #openstack-sdks | 21:28 | |
*** rtheis has quit IRC | 21:29 | |
*** notmyname_ is now known as notmyname | 21:29 | |
*** HenryG_ has joined #openstack-sdks | 21:41 | |
*** cleong has quit IRC | 21:45 | |
*** hieulq has quit IRC | 21:45 | |
*** mordred has quit IRC | 21:45 | |
*** HenryG has quit IRC | 21:45 | |
*** hogepodge has quit IRC | 21:45 | |
stevemar | dtroyer: ack | 21:47 |
stevemar | rtheis is offline, drats | 21:47 |
*** jamie_h has quit IRC | 21:47 | |
*** HenryG_ is now known as HenryG | 21:52 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/336236 | 22:04 |
*** gamage has quit IRC | 22:06 | |
*** singhj has quit IRC | 22:16 | |
*** mordred has joined #openstack-sdks | 22:22 | |
*** Kuwagata has quit IRC | 22:31 | |
*** Kuwagata_ has joined #openstack-sdks | 22:31 | |
*** salv-orl_ has joined #openstack-sdks | 22:34 | |
*** salv-orlando has quit IRC | 22:35 | |
*** jamielennox|away is now known as jamielennox | 22:37 | |
*** singhj has joined #openstack-sdks | 23:07 | |
*** amotoki has quit IRC | 23:08 | |
*** amotoki has joined #openstack-sdks | 23:10 | |
*** markvoelker has quit IRC | 23:21 | |
openstackgerrit | Jamie Lennox proposed openstack/keystoneauth: Add create_plugin to loader https://review.openstack.org/333119 | 23:37 |
*** amotoki has quit IRC | 23:44 | |
*** erlon has quit IRC | 23:46 | |
*** hogepodge has joined #openstack-sdks | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!