Tuesday, 2015-01-06

*** pm90_ has joined #openstack-sdks00:04
*** briancurtin has joined #openstack-sdks00:05
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Fixup backup list output  https://review.openstack.org/14510501:03
stevemardtroyer, ahhh backup list was a mess01:06
*** pm90_ has quit IRC01:11
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: backup  https://review.openstack.org/14510801:33
*** briancurtin has quit IRC01:34
*** sigmavirus24 is now known as sigmavirus24_awa02:42
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Fix up snapshot command  https://review.openstack.org/14511402:43
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: volume type  https://review.openstack.org/14493602:46
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command docs: volume  https://review.openstack.org/14494702:46
*** briancurtin has joined #openstack-sdks02:51
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: snapshot  https://review.openstack.org/14511703:01
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: snapshot  https://review.openstack.org/14511703:02
stevemardtroyer, hope you like reviewing! buahaha03:03
*** sigmavirus24_awa is now known as sigmavirus2403:04
*** briancurtin has quit IRC03:18
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command docs: volume  https://review.openstack.org/14494703:58
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: backup  https://review.openstack.org/14510803:59
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Fix up snapshot command  https://review.openstack.org/14511404:00
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Fix up snapshot command  https://review.openstack.org/14511404:01
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: snapshot  https://review.openstack.org/14511704:01
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Update the command list  https://review.openstack.org/14493804:09
*** sigmavirus24 is now known as sigmavirus24_awa04:24
*** k4n0 has joined #openstack-sdks05:24
*** k4n0 has quit IRC05:25
openstackgerritMerged openstack/python-openstackclient: Update the command list  https://review.openstack.org/14493805:29
*** terrylhowe has quit IRC05:30
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Imported Translations from Transifex  https://review.openstack.org/14482906:12
*** stevemar2 has joined #openstack-sdks06:31
*** stevemar has quit IRC06:34
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: mapping  https://review.openstack.org/14514406:44
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: identity provider  https://review.openstack.org/14515007:00
*** jamielennox is now known as jamielennox|away07:03
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: federation protocol  https://review.openstack.org/14515607:34
*** stevemar2 has quit IRC07:44
*** chlong has quit IRC07:49
*** chlong has joined #openstack-sdks07:49
*** chlong has quit IRC07:51
*** chlong has joined #openstack-sdks07:53
*** f13o has joined #openstack-sdks08:54
*** f13o has quit IRC08:55
*** f13o has joined #openstack-sdks08:55
*** f13o has quit IRC09:23
openstackgerritMarek Denis proposed openstack/python-openstackclient: Command doc: identity provider  https://review.openstack.org/14515010:31
openstackgerritMarek Denis proposed openstack/python-openstackclient: Command doc: federation protocol  https://review.openstack.org/14515610:46
*** terrylhowe has joined #openstack-sdks11:22
*** ayoung has quit IRC13:17
*** sigmavirus24_awa is now known as sigmavirus2413:57
*** ayoung has joined #openstack-sdks14:31
*** pm90_ has joined #openstack-sdks14:38
*** pm90_ has quit IRC14:40
*** pm90_ has joined #openstack-sdks14:40
*** sigmavirus24 is now known as sigmavirus24_awa14:59
*** torgomatic has quit IRC15:10
*** torgomatic has joined #openstack-sdks15:10
*** mattfarina has joined #openstack-sdks15:10
*** britthouser has joined #openstack-sdks15:20
*** stevemar has joined #openstack-sdks15:22
*** sigmavirus24_awa is now known as sigmavirus2415:23
*** britthou_ has quit IRC15:23
*** devx_ has quit IRC15:35
*** briancurtin has joined #openstack-sdks15:35
*** pm90_ has quit IRC15:42
*** britthouser has quit IRC16:04
*** britthouser has joined #openstack-sdks16:04
*** smc7 has joined #openstack-sdks16:11
smc7hi dtroyer and stevemar, i'm told you may be able to help. we're seeing build errors from python-openstackclient Exception raised: (python-keystoneclient 0.11.2.79.g07edcb5 (/opt/stack/new/python-keystoneclient), Requirement.parse('python-keystoneclient>=0.11.1')16:12
smc7it appears it can't parse the installed keystone client version correctly; did something change recently?16:12
stevemarsmc7, hmm i wonder if this is related to the setuptools error that was going around16:14
smc7it's at runtime16:14
smc7looks like it's internally version checking before it does anything (in this case, the project and user create calls that devstack does)16:14
smc7our build env has keystoneclient installed from git (g07...)16:15
smc7i don't have a full stack16:15
smc7(trace)16:15
*** pm90_ has joined #openstack-sdks16:15
terrylhowesmc7: the —debug option maybe?16:17
smc7i don't have access to the build env16:17
sigmavirus24smc7: when did you last recheck?16:19
sigmavirus24smc7: also what jobs?16:20
sigmavirus24this should be fixed on icehouse, juno, and kilo jobs16:20
smc7internal builds16:20
* sigmavirus24 fixed icehouse himself16:20
sigmavirus24smc7: update pbr16:20
sigmavirus24you can't use 0.7.0 it's ancient16:20
smc7requirements have >=0.6,!=0.7,<1.0 - trying to find out which version's installed16:21
smc7hmm.. looks like we're getting python-pbr 0.7.0 from apt16:24
smc7though that hasn't changed - did something else change recently that's made this visible?16:25
smc7ah... devstack installs 0.10.7 later16:26
*** Miouge has joined #openstack-sdks16:27
smc7where does the version parsing happen?16:27
terrylhowesmc7: maybe try keystoneclient 1.0.016:35
smc7i'm not doing this; it's an automated build system16:35
stevemarterrylhowe, i think smc7 would git the same error16:36
smc7it's installing client versions from git16:36
smc7i've got (i think) pbr 0.10.7 (from pip) and setuptools 3.3 (from ubunut)16:36
sigmavirus24smc7: so pbr 0.10.7 will work with setuptools 3.316:38
sigmavirus24what pip version are you using?16:38
sigmavirus24and when is pbr being upgraded?16:38
smc7as part of the devstack install from global-reqs i think16:40
smc7devstack installs the most recent pbr from pypi16:40
smc7looks like python-keystoneclient's installing pbr16:41
sigmavirus24smc7: what version of pip is installed?16:44
smc71.5.4 from apt i think16:45
smc7global-reqs only has >=1.4 so it wouldn't upgrade it16:45
*** pm90_ has quit IRC16:47
sigmavirus24So with all of that information you shouldn't be having this issue16:48
sigmavirus24You need at least setuptools 8 (or pip 6) to see that error message16:48
smc7ah.. sorry - setuptools 7.0 is later installed by devstack16:50
*** pm90_ has joined #openstack-sdks16:58
*** briancurtin has quit IRC17:16
*** briancurtin has joined #openstack-sdks17:16
*** bknudson has quit IRC17:21
sigmavirus247.0 should still be fine though17:31
sigmavirus248.0 or higher is the problem smc717:31
sigmavirus24I'm very confused now17:31
smc7ok17:31
sigmavirus24heh17:31
smc7you and me both. sorry i'm not being very precise; all i've got is a massive log file, no direct access to the machine17:32
sigmavirus24This probably isn't too helpful but I've been helping deal with this17:32
sigmavirus24smc7: sorry if I'm coming off annoyed or angry. I'm not17:32
sigmavirus24I'm intrigued, but rather confused17:32
sigmavirus24Can you by any chance share the log file?17:32
smc7probably not all of it17:33
smc7where in openstackclient does it do the version checking?17:34
smc7i'm having trouble even finding that17:34
smc7and thanks for the help, btw, appreciate it17:34
sigmavirus24smc7: is this failure happening after installing openstackclient or during?17:37
smc7after17:37
sigmavirus24this is so bizarre17:37
smc7it's when it's running 'openstack user create' etc17:37
smc7as part of the devstack service installation17:37
smc7yeah.. i'm rerunning the gate check now to make sure it's repeatable17:38
smc7i don't understand it at all; nothing i can see has changed that would cause this17:38
sigmavirus24when's the last time you ran the check?17:38
smc7yesterday17:38
sigmavirus24(You may have already answered that but I forgot)17:38
sigmavirus24hm17:38
sigmavirus24should have already been fixed by then17:39
sigmavirus24which branch again? (sorry)17:39
smc7master17:41
*** briancurtin2 has joined #openstack-sdks17:43
smc7i'm trying to get access to a build node so i can experiment better17:45
*** briancurtin has quit IRC17:46
sigmavirus24hm17:48
*** bknudson has joined #openstack-sdks17:48
sigmavirus24smc7: I know you intimated that this was a private set-up but are you seeing this with openstack infrastructure too? If so it might make sense to move this to #openstack-infra18:00
*** jamielennox|away is now known as jamielennox18:01
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: mapping  https://review.openstack.org/14514418:09
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: identity provider  https://review.openstack.org/14515018:10
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: federation protocol  https://review.openstack.org/14515618:10
*** hotha has joined #openstack-sdks18:17
*** hotha has left #openstack-sdks18:18
*** pm90_ has quit IRC18:18
*** pm90_ has joined #openstack-sdks18:19
smc7sorry sigmavirus24, was in a meeting. ok, will do18:26
briancurtin2we'll have a python-openstacksdk meeting in #openstack-meeting-3 in 15 minutes if anyone is around to regroup18:46
*** briancurtin2 is now known as briancurtin18:46
*** briancurtin has quit IRC18:46
*** briancurtin has joined #openstack-sdks18:46
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: identity provider  https://review.openstack.org/14515018:51
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Command doc: federation protocol  https://review.openstack.org/14515618:52
sigmavirus24hi briancurtin18:59
briancurtinsigmavirus24: what's up?19:00
sigmavirus24not much19:02
*** pm90_ has quit IRC19:02
*** bknudson has quit IRC19:06
*** Miouge has quit IRC19:12
*** pm90_ has joined #openstack-sdks19:15
*** Miouge has joined #openstack-sdks19:16
*** briancurtin has quit IRC19:51
*** smc7 has quit IRC19:56
*** ayoung has quit IRC20:04
*** ayoung has joined #openstack-sdks20:06
*** bknudson has joined #openstack-sdks20:10
*** tellesnobrega has quit IRC20:28
*** tellesnobrega has joined #openstack-sdks20:41
*** smc7 has joined #openstack-sdks20:47
*** Miouge has quit IRC21:19
stevemardtroyer, fwiw, i like jaypipes suggestions21:51
*** sigmavirus24 is now known as sigmavirus24_awa23:01
*** bknudson has quit IRC23:02
*** pm90_ has quit IRC23:20
*** stevemar has quit IRC23:20
*** notmyname has quit IRC23:21
*** stevelle has quit IRC23:21
*** redrobot has quit IRC23:21
*** utahcon has quit IRC23:21
*** stevelle has joined #openstack-sdks23:21
*** stevemar has joined #openstack-sdks23:21
*** notmyname has joined #openstack-sdks23:22
*** redrobot has joined #openstack-sdks23:22
*** utahcon has joined #openstack-sdks23:22
*** ayoung has quit IRC23:27
*** mattfarina has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!