* anteaya would like to hear from anyone associated with runabove or vexxhost | 00:00 | |
*** ChuckC has quit IRC | 00:00 | |
*** ChuckC has joined #openstack-infra | 00:00 | |
clarkb | SpamapS: ftr the thing that prevents arp storm today in neutron is you don't have working arp aiui | 00:00 |
---|---|---|
clarkb | SpamapS: they do l2pop or something named like that, where neutron fills arp tables for you | 00:00 |
*** shardy has quit IRC | 00:00 | |
lifeless | clarkb: there was working arp without l2pop last time I looked closely | 00:02 |
lifeless | clarkb: I know l2pop is desired | 00:02 |
lifeless | clarkb: but the mesh tunnels neutron gre builds do broadcast propogation | 00:02 |
*** wenlock has quit IRC | 00:02 | |
*** wenlock has joined #openstack-infra | 00:02 | |
clarkb | lifeless: ya, I think if you aren't using vxlan + l2pop then you are vulnerable | 00:03 |
clarkb | but otherwise you should be ok? | 00:03 |
clarkb | (assuming l2pop works properly I guess) | 00:03 |
lifeless | I don't recal any broadcast ratelimiting config | 00:03 |
*** otter768 has joined #openstack-infra | 00:04 | |
lifeless | without that you're vulnerable | 00:04 |
lifeless | you're also vulnerable with l2pop without that | 00:04 |
*** wenlock has quit IRC | 00:04 | |
lifeless | since arp is just one form of broadcast | 00:04 |
*** shardy_ has quit IRC | 00:04 | |
*** akshai has joined #openstack-infra | 00:04 | |
fungi | l2pop is more there as a safety to prevent spoofing | 00:05 |
clarkb | lifeless: I thought with l2pop they killed arp completely | 00:05 |
fungi | in clouds where tenants' instances are comingled in a common broadcast domain | 00:05 |
clarkb | er | 00:05 |
*** shardy has joined #openstack-infra | 00:05 | |
clarkb | the broadcast | 00:05 |
lifeless | fungi: no, there are ebtables rules for that | 00:05 |
clarkb | right ebtables are there to prevent the really nasty stuff | 00:05 |
fungi | well, _now_ there are, but they were added relatively recently | 00:05 |
lifeless | fungi: its to make the expected broadcasts be answered locally | 00:05 |
clarkb | (this is why the multinode jobs initially failed with a single overlay network) | 00:05 |
lifeless | fungi: several years ago... | 00:05 |
*** akshai has quit IRC | 00:05 | |
clarkb | fungi: nova net has had them since forever | 00:06 |
fungi | oh, neutron did not until fairly recently | 00:06 |
fungi | there was some debate as to whether neutron's lack of feature parity with nova there counted as something we'd need to issue a security advisory for | 00:06 |
lifeless | fungi: I'm skeptical of your recent there | 00:07 |
cinerama | pleia2: i found a workaround for the percentage completion stuff. hoo boy is it ugly. but it will work. | 00:07 |
clarkb | fungi: interesting | 00:07 |
fungi | where recently ~= past 18 months | 00:07 |
fungi | bug 1274034 still open for neytron | 00:08 |
openstack | bug 1274034 in neutron "Neutron firewall anti-spoofing does not prevent ARP poisoning" [High,In progress] https://launchpad.net/bugs/1274034 | 00:08 |
*** otter768 has quit IRC | 00:09 | |
fungi | there's a spec to address it http://specs.openstack.org/openstack/neutron-specs/specs/kilo/arp-spoof-filtering-ebtables.html | 00:09 |
fungi | so i stand corrected, arp spoofing is still not mitigated in neutron today | 00:10 |
clarkb | huh so the idea of direct attaching would be bad unless every tenant had its own IP space | 00:10 |
clarkb | and even then not so great (but your private IPs are already vulnerable within a tenant) | 00:10 |
clarkb | s/tenant/tenant's various private networks/ | 00:11 |
fungi | anyway, i should weekend | 00:12 |
*** davideagnello has quit IRC | 00:12 | |
clarkb | enjoy | 00:13 |
*** yolanda has quit IRC | 00:13 | |
*** tjones2 has joined #openstack-infra | 00:13 | |
anteaya | fungi: enjoy the weekend | 00:13 |
fungi | you too anteaya | 00:14 |
anteaya | thanks | 00:14 |
*** zhiwei has quit IRC | 00:14 | |
fungi | i'm still around, just not too useful ;() | 00:14 |
anteaya | ha ha ha | 00:14 |
anteaya | your not too useful surpasses my useful any day | 00:14 |
fungi | as evidenced by the degradation in my typing | 00:14 |
anteaya | that was great | 00:14 |
anteaya | one for the wall | 00:15 |
*** tjones1 has quit IRC | 00:15 | |
lifeless | oh gerrit I hate you | 00:17 |
lifeless | making me rebase a lower patch to push a higher one. | 00:17 |
lifeless | thats such a hostile thing | 00:17 |
jroll | -R will avoid that | 00:18 |
*** patrickeast has quit IRC | 00:18 | |
lifeless | jroll: no, thats git review side, not gerrit : | 00:18 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Improve integration.sh. https://review.openstack.org/177500 | 00:18 |
jroll | lifeless: I guess I don't understand the problem, gerrit doesn't deal with pushes | 00:19 |
fungi | lifeless: well, technically it's a git thing, unless you use a merge commit | 00:19 |
clarkb | jroll: if you have a stack that actually depend on each other then the base conflicts now you have to rebase the whole stack | 00:19 |
fungi | or i guess you could blame gerrit for caring that the parent commit shas are actually existant | 00:20 |
lifeless | fungi: I think thats what I'm doing | 00:20 |
fungi | blame away! | 00:20 |
jroll | clarkb: oh, of course, I guess I'm misunderstanding the problem statement | 00:20 |
clarkb | SpamapS: I am learning about dogpile now, see what you have done :P | 00:20 |
lifeless | jroll: gerrit rejects a patch X with child Y that hasn't changed content but has changed hash | 00:20 |
*** gyee has quit IRC | 00:20 | |
lifeless | jroll: you need to rebase Y on the X sha that gerrit has already | 00:20 |
jroll | lifeless: ah! I see, yes | 00:20 |
* jroll piles on the blame | 00:21 | |
lifeless | https://jenkins03.openstack.org/job/check-pbr-installation-dsvm-upstream/1/console | 00:21 |
lifeless | that has the variable | 00:21 |
fungi | i understand why they implemented it the way they did, but it's no less annoying as a result | 00:21 |
lifeless | lets see if we have fireworks | 00:21 |
*** mtanino has quit IRC | 00:21 | |
*** achanda has joined #openstack-infra | 00:22 | |
clarkb | lifeless: so thats different, I think ou must've used cherry pick there | 00:22 |
clarkb | lifeless: if you merge/rebase it would be fine | 00:22 |
lifeless | clarkb: nope | 00:22 |
clarkb | gerrit's behavior is fine there imo, its a warning that you are pushing a noop | 00:23 |
lifeless | clarkb: just a coouple of local amends ending up at the same spot and then a follow on commit will do it | 00:23 |
clarkb | lifeless: gerrit will not reject Y if it is now based on X' | 00:23 |
lifeless | clarkb: it does | 00:23 |
lifeless | remote: Resolving deltas: 100% (2/2) | 00:23 |
lifeless | remote: Processing changes: refs: 1, done | 00:23 |
lifeless | remote: (W) No changes between prior commit 46cd72c and new commit 135c6bb | 00:23 |
clarkb | but with cherry picking you can end up with a Y' on X | 00:23 |
lifeless | To ssh://lifeless@review.openstack.org:29418/openstack-dev/pbr.git | 00:23 |
lifeless | ! [remote rejected] HEAD -> refs/publish/master (no changes made) | 00:23 |
*** akshai has joined #openstack-infra | 00:23 | |
lifeless | error: failed to push some refs to 'ssh://lifeless@review.openstack.org:29418/openstack-dev/pbr.git' | 00:23 |
clarkb | lifeless: thats not sufficient data, all it gives is two hashes for Y and Y' | 00:24 |
lifeless | clarkb: 46cd72c is the one in 177457,1 | 00:24 |
lifeless | clarkb: 135c6bb is the one that was my parent for 177500, and is textually the same as 46cd72c | 00:25 |
lifeless | clarkb: I did a rebase -i and changed my first line - the one for 177457 to be pick 46cd72c, and then I was able to push | 00:25 |
clarkb | lifeless: did the parent of 46cd72c and 135c6bb differ? | 00:25 |
lifeless | good q, let me check | 00:26 |
clarkb | gerrit shouldn't reject if the parent is different | 00:26 |
clarkb | if it did reject in that case then this is a gerrit bug | 00:26 |
*** tqtran has quit IRC | 00:27 | |
lifeless | hash parent | 00:28 |
lifeless | 46cd72cb2564f2c976c2c785417a5170802e0241 52fcd502bf9d23aac88dae2b4b34d36f7aa26ea8 | 00:28 |
lifeless | 135c6bb4cb3b76e79df5fab3636b428e7139246d 52fcd502bf9d23aac88dae2b4b34d36f7aa26ea8 | 00:28 |
clarkb | ya so thats expected gerrit behavior, you essentially just bumped the commit timestamp on that commit | 00:29 |
clarkb | and gerrit is saying thats insufficiently different to be accepted by me | 00:29 |
lifeless | sure | 00:29 |
lifeless | I'm not saying gerrit is wrong | 00:29 |
clarkb | but if you change a different attribute like diff, parent, author, it will accept it | 00:29 |
lifeless | I'm bitching | 00:29 |
*** melwitt has quit IRC | 00:31 | |
*** tjones2 has quit IRC | 00:34 | |
*** esker has joined #openstack-infra | 00:36 | |
clarkb | SpamapS: why doesn't the arg to cache_on_arguments at https://git.openstack.org/cgit/openstack-infra/shade/tree/shade/__init__.py#n162 (func) go through func.__get__(obj, type(obj)) | 00:38 |
clarkb | SpamapS: I think that dance is there to handle inheritance? shouldn't invalidate do the same? also its late on friday so meh if you are gone | 00:39 |
lifeless | we should probably install some extra packages for 2.7... | 00:40 |
lifeless | 2015-04-25 00:34:43.844 | /tmp/tmp.1OPln7jD1A/wheelhouse/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | 00:40 |
clarkb | you can install requests[security] iirc | 00:40 |
clarkb | which depends on all the thigns pyopenssl depends on | 00:40 |
*** otter768 has joined #openstack-infra | 00:44 | |
lifeless | clarkb: sure, just we're not atm | 00:44 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many. https://review.openstack.org/177503 | 00:48 |
*** alexpilotti has quit IRC | 00:48 | |
*** bhuvan has quit IRC | 00:54 | |
*** amitgandhinz has joined #openstack-infra | 00:56 | |
*** bknudson has joined #openstack-infra | 00:56 | |
*** amitgandhinz has quit IRC | 00:57 | |
*** amitgandhinz has joined #openstack-infra | 00:58 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Honour new test variable PIPVERSION https://review.openstack.org/177457 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many. https://review.openstack.org/177503 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Improve integration.sh. https://review.openstack.org/177500 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Test pip install -e of projects. https://review.openstack.org/177504 | 01:00 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Stop testing setup.py install https://review.openstack.org/177505 | 01:00 |
*** tiswanso has joined #openstack-infra | 01:01 | |
*** tiswanso has quit IRC | 01:02 | |
*** esker has quit IRC | 01:03 | |
*** tiswanso has joined #openstack-infra | 01:03 | |
*** yamamoto has joined #openstack-infra | 01:04 | |
*** esker has joined #openstack-infra | 01:04 | |
*** mwagner_lap has joined #openstack-infra | 01:05 | |
*** akshai has quit IRC | 01:06 | |
*** mmedvede has quit IRC | 01:10 | |
bknudson | something wacky happened to the pycadf stable/juno branch... http://git.openstack.org/cgit/openstack/pycadf/log/?h=stable%2Fjuno | 01:12 |
bknudson | looks like https://review.openstack.org/#/c/177436/ which merged was actually based off of master | 01:13 |
bknudson | so wound up fast-forwarding it. | 01:13 |
bknudson | I think it needs a reset | 01:14 |
*** ashleighfarnham has quit IRC | 01:14 | |
*** Swami_ has quit IRC | 01:15 | |
bknudson | if that's possible | 01:15 |
*** yamamoto has quit IRC | 01:19 | |
lifeless | you'll need someone with ops access - pleia2 clarkb mordred should still be awake | 01:19 |
*** salv-orlando has joined #openstack-infra | 01:20 | |
*** shashankhegde has joined #openstack-infra | 01:20 | |
openstackgerrit | lifeless proposed openstack-dev/pbr: Honour new test variable PIPVERSION https://review.openstack.org/177457 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Stop testing setup.py install https://review.openstack.org/177505 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Test pip install -e of projects. https://review.openstack.org/177504 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many. https://review.openstack.org/177503 | 01:21 |
openstackgerrit | lifeless proposed openstack-dev/pbr: Improve integration.sh. https://review.openstack.org/177500 | 01:21 |
*** mmedvede has joined #openstack-infra | 01:22 | |
*** dangers is now known as dangers_away | 01:23 | |
*** dangers_away is now known as dangers | 01:24 | |
*** yamamoto has joined #openstack-infra | 01:24 | |
*** yamahata has quit IRC | 01:27 | |
*** salv-orlando has quit IRC | 01:27 | |
*** achanda has quit IRC | 01:28 | |
*** ddieterly has joined #openstack-infra | 01:28 | |
*** ddieterl_ has joined #openstack-infra | 01:29 | |
fungi | bknudson: that's an annoying design decision on gerrit's part. it will let you propose commits to a branch which are parented on commits from another branch | 01:30 |
lifeless | fungi: thats normal though for merging stable -> master | 01:31 |
fungi | bknudson: which is one of the things our stable branch reviewers know to keep an eye out for | 01:31 |
lifeless | which some usage patterns do all the time | 01:31 |
fungi | lifeless: yep, however there are acls to prevent people from proposing merge commits | 01:31 |
fungi | but in this case they're depending on merge commits already existing on another branch | 01:31 |
lifeless | yep | 01:31 |
*** kaisers has quit IRC | 01:32 | |
*** shashankhegde has quit IRC | 01:32 | |
fungi | bknudson: gimme a sec to check out the history on that branch and see what options could be | 01:32 |
lifeless | I wonder what the integration.sh test is doing in this bit: | 01:32 |
lifeless | 2015-04-25 01:27:29.645 | Running devstack | 01:32 |
lifeless | 2015-04-25 01:27:29.645 | ... this takes 10 - 15 minutes (logs in logs/devstacklog.txt.gz) | 01:32 |
lifeless | since its not actually running devstack | 01:32 |
*** kaisers has joined #openstack-infra | 01:33 | |
*** ddieterly has quit IRC | 01:33 | |
fungi | lifeless: does it actually short-circuit the bits which run devstack? | 01:33 |
lifeless | looks like no | 01:33 |
lifeless | http://logs.openstack.org/57/177457/1/check/check-pbr-installation-dsvm-upstream/0ecb109/logs/devstacklog.txt.gz | 01:33 |
lifeless | its pointless to run devstack though | 01:33 |
lifeless | since a) we don't use it and b) its not running our modified pbr to build things | 01:34 |
fungi | lifeless: i think, at least at one point, it was relying on devstack's routine that patches the requirements files of all the repos | 01:35 |
fungi | to get them consistent | 01:35 |
lifeless | nope | 01:35 |
lifeless | (cd $REPODIR/requirements && python update.py $REPODIR/$SHORT_PROJECT) | 01:35 |
fungi | no idea whether it still needs to do that | 01:35 |
lifeless | line 175 of itnegration.sh | 01:35 |
fungi | looks like not | 01:35 |
lifeless | so we run devstack-vm-gate.sh | 01:35 |
lifeless | mordred: do you recall why it runs devstack-vm-gate.sh ? | 01:35 |
fungi | the job could probably be rewritten to not call devstack-gate at all and just run the integration script instead | 01:36 |
*** ZZelle has quit IRC | 01:36 | |
lifeless | I'm pondering that | 01:36 |
lifeless | I want this stack to [mostly] land first | 01:36 |
lifeless | since we can't test the zuul change without activating it | 01:36 |
fungi | unless _maybe_ it's relying on devstack to install the distro packages needed to be able to install python requirements of things | 01:36 |
lifeless | thats likely something it is doing | 01:37 |
lifeless | but we can fix that | 01:37 |
fungi | yep. you could just call into the part of devstack that does that one task | 01:37 |
*** unicell has quit IRC | 01:37 | |
lifeless | well | 01:38 |
lifeless | fungi: it has | 01:38 |
lifeless | # TODO: Figure out how to get this on to the box properly | 01:38 |
lifeless | sudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache | 01:38 |
lifeless | in it | 01:38 |
lifeless | so I'm not sure even that is needed | 01:38 |
fungi | aha | 01:38 |
fungi | bknudson: so i think your best bet is going to be for me to delete your current stable/juno branch and then create a new one off of an appropriate ref | 01:39 |
fungi | that _will_ cause the branch to not be fast-forwardable for anyone who happened to pull from it in the past few hours though | 01:39 |
*** otter768 has quit IRC | 01:40 | |
*** woodster_ has quit IRC | 01:40 | |
fungi | bknudson: what existing commit do you want as the tip of that branch? | 01:41 |
fungi | dhellmann: ^ | 01:42 |
fungi | looks like that was your patch | 01:42 |
lifeless | fungi: the reflog in the master repo should be a good way to tell | 01:44 |
fungi | great idea | 01:44 |
*** salv-orlando has joined #openstack-infra | 01:45 | |
fungi | based on http://paste.openstack.org/show/205871/ looks like it should be 52727bc | 01:45 |
fungi | Date: Wed Aug 20 15:18:22 2014 -0500 | 01:46 |
*** achanda has joined #openstack-infra | 01:47 | |
fungi | also matches the 0.6.0 tag so that seems right | 01:47 |
lifeless | oh! | 01:47 |
fungi | so i'll re-branch pycadf stable/juno from the 0.6.0 tag | 01:47 |
lifeless | export PBR_PIP_VERSION=git+https://github.com/pypa/pip.git@develop#egg=pipexport | 01:48 |
lifeless | whats wrong with that | 01:48 |
fungi | crap, can't delete stable/juno without first abandoning some open changes on it | 01:49 |
lifeless | fungi: don't delete | 01:49 |
openstackgerrit | lifeless proposed openstack-infra/project-config: Fixup the PBR_PIP_VERSION more. https://review.openstack.org/177513 | 01:49 |
lifeless | fungi: you've got direct push access right? | 01:49 |
fungi | lifeless: trying to avoid push --force there | 01:49 |
lifeless | fungi: *why* ? | 01:49 |
fungi | but i guess i could | 01:49 |
fungi | i suppose deleting the branch and recreating it is at least as bad | 01:50 |
fungi | so, yeah | 01:50 |
lifeless | what you're doing is specifically forcing a new history incompatible branch | 01:50 |
fungi | and that will avoid needing to temporarily abandoning changes at least | 01:50 |
lifeless | the disruption is all going to come from the fact you're doing that, you don't need to add more into the mix ;) | 01:50 |
fungi | yep | 01:51 |
*** MarkAtwood has quit IRC | 01:51 | |
*** salv-orlando has quit IRC | 01:51 | |
*** armax has joined #openstack-infra | 01:53 | |
*** MarkAtwood has joined #openstack-infra | 01:54 | |
*** jerryz has quit IRC | 01:57 | |
openstackgerrit | lifeless proposed openstack-infra/project-config: Don't setup devstack for pbr integration tests. https://review.openstack.org/177514 | 01:59 |
fungi | dhellmann: bknudson: the branch is reset to 0.6.0 where it was before the broken 177436 merged, and i've now reproposed that change correctly as 177515 | 02:00 |
lifeless | fungi: we do need the contents of things in /opt/stack/new, tahts not in the call to devstack though, is it ? | 02:01 |
fungi | lifeless: oh, devstack-gate syncs those from /opt/git | 02:01 |
fungi | you could do that in the script instead, via rsync or zuul-cloner or whatever | 02:02 |
fungi | or just tell it to operate out of /opt/git i support | 02:02 |
fungi | er, suppose | 02:02 |
*** yamamoto has quit IRC | 02:02 | |
lifeless | do I want to ask why it does that? | 02:05 |
*** ayoung-noms is now known as ayoung | 02:07 | |
bknudson | fungi: great, thanks | 02:07 |
*** boris-42 has quit IRC | 02:08 | |
fungi | lifeless: /opt/stack/new is the location where devstack expects to find its git cache. /opt/git is where zuul-cloner expects to find it (for reasons of wanting to be used for more than devstack) | 02:10 |
fungi | also devstack only uses the part of the repository name after the / | 02:11 |
fungi | and devstack-gate only copies in the git repositories it's configuring devstack to use, rather than all of them | 02:12 |
fungi | i'm sure it could be streamlined considerably, that's simply the current state | 02:12 |
*** tsg_ has joined #openstack-infra | 02:14 | |
*** achanda has quit IRC | 02:16 | |
*** tsg has quit IRC | 02:17 | |
bknudson | also, looks like the existing reviews are fine... probably because the parent commit is the same. | 02:18 |
*** tsg_ has quit IRC | 02:21 | |
bknudson | I thought we'd have to disable the py33 job for pycadf, but turns out all it needed was mox3 in test-requirements. | 02:22 |
*** ivar-laz_ has joined #openstack-infra | 02:25 | |
*** ivar-lazzaro has quit IRC | 02:29 | |
*** ivar-laz_ has quit IRC | 02:29 | |
*** amitgandhinz has quit IRC | 02:34 | |
*** amitgandhinz has joined #openstack-infra | 02:34 | |
lifeless | fungi: so, PROJECTS is like openstack/nova | 02:35 |
lifeless | fungi: and /opt/git/openstack/nova is the full source? | 02:35 |
fungi | lifeless: yeah, and devstack-gate copies it to /opt/stack/new/nova where devstack expects it to be | 02:36 |
lifeless | isn't that a big chunk of wasted IO ? | 02:37 |
*** bknudson has quit IRC | 02:38 | |
*** samueldmq has quit IRC | 02:38 | |
*** yamamoto has joined #openstack-infra | 02:39 | |
fungi | probably not a ton, but yeah could maybe symlink them instead or something | 02:42 |
lifeless | fungi: are they bare or anything otherwise surprising? | 02:42 |
lifeless | fungi: you might be surprised - do a du -h of that sometime | 02:42 |
fungi | nope. they're just the result of git clone | 02:42 |
lifeless | IIRC its GB's | 02:43 |
fungi | we've got timing info we can look at to see how much time it adds, yeah | 02:43 |
lifeless | not lots of GB's, but still | 02:43 |
lifeless | huh, hacking doesn't use pbr | 02:43 |
lifeless | who knew | 02:43 |
*** sks has joined #openstack-infra | 02:43 | |
lifeless | ok | 02:44 |
lifeless | so this is a genuine failure I think | 02:44 |
lifeless | 2015-04-25 01:50:20.110 | + /tmp/tmp.gVZs49VFKX/pip/bin/pip install git+file:///tmp/tmp.gVZs49VFKX/projects/ceilometer | 02:44 |
*** woodster_ has joined #openstack-infra | 02:44 | |
lifeless | .. | 02:44 |
lifeless | 2015-04-25 01:50:22.445 | Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? | 02:44 |
lifeless | though I've NFI why a pip change is triggering that | 02:45 |
fungi | not too long ago there was something happened pip-wise to cause it to start using a different working directory | 02:45 |
lifeless | yah | 02:46 |
fungi | when i brought it up, it got patched with the usual admonition of pip-is-not-a-library | 02:46 |
lifeless | I'm looking at the failure in https://review.openstack.org/#/c/177457/ | 02:46 |
lifeless | you can see those changes are very isolated | 02:47 |
lifeless | and I know pretty much everything thats in 6.1.1..7.0.0 | 02:47 |
lifeless | but I thought that change got backed out | 02:47 |
fungi | i think it may have been postponed to a later release | 02:48 |
fungi | but i honestly don't recall the details now | 02:48 |
*** yamamoto has quit IRC | 02:49 | |
*** harlowja_ is now known as harlowja_away | 02:50 | |
lifeless | I don't see anything suspect in the commit log for 6.1.1..upstream/develop | 02:51 |
*** sks has quit IRC | 02:52 | |
lifeless | dstufft: ^ - testing with trunk pip is failing to get the git history needed by 'pbr sdist' for a git+ url | 02:52 |
lifeless | dstufft: the same test script is working with 6.1.1 | 02:53 |
*** harlowja_at_home has joined #openstack-infra | 02:53 | |
fungi | last time i ended up sticking debug print statements in pip until i narrowed down the directory change | 02:53 |
lifeless | yeah | 02:53 |
lifeless | rigth now I need to cook lunch for a certain small creature | 02:53 |
fungi | and i need to go pass out | 02:54 |
fungi | anyway, looks like progress! i'm excited | 02:54 |
*** ddieterl_ has quit IRC | 02:54 | |
lifeless | well it means that its damn good timing we set this up :) | 02:55 |
fungi | very much so | 02:55 |
fungi | may save us yet another fire drill | 02:55 |
*** baoli has joined #openstack-infra | 02:56 | |
lifeless | yup | 02:57 |
lifeless | separate dir | 02:57 |
lifeless | /tmp/pip-kAl5Un-build/setup.cfg | 02:57 |
lifeless | vs | 02:57 |
lifeless | /tmp/pip-MXRlJB-export | 02:57 |
*** harlowja_at_home has quit IRC | 03:00 | |
*** fedexo has joined #openstack-infra | 03:00 | |
lifeless | dstufft: https://github.com/pypa/pip/issues/2723 | 03:01 |
*** baoli has quit IRC | 03:15 | |
lifeless | ok, found it | 03:16 |
lifeless | but aieeee | 03:16 |
*** achanda has joined #openstack-infra | 03:16 | |
*** achanda has quit IRC | 03:23 | |
*** armax has quit IRC | 03:23 | |
*** crc32 has joined #openstack-infra | 03:28 | |
*** tiswanso has quit IRC | 03:28 | |
*** amitgandhinz has quit IRC | 03:30 | |
*** davideagnello has joined #openstack-infra | 03:31 | |
*** yamahata has joined #openstack-infra | 03:37 | |
*** otter768 has joined #openstack-infra | 03:41 | |
*** otter768 has quit IRC | 03:46 | |
*** davideagnello has quit IRC | 03:51 | |
*** davideagnello has joined #openstack-infra | 03:51 | |
*** crc32 has quit IRC | 03:55 | |
*** ddieterly has joined #openstack-infra | 03:55 | |
*** ddieterly has quit IRC | 04:00 | |
*** Longgeek has joined #openstack-infra | 04:01 | |
*** shashankhegde has joined #openstack-infra | 04:03 | |
*** isviridov_away is now known as isviridov | 04:04 | |
*** Longgeek has quit IRC | 04:07 | |
*** salv-orlando has joined #openstack-infra | 04:08 | |
*** salv-orlando has quit IRC | 04:14 | |
*** ashleighfarnham has joined #openstack-infra | 04:15 | |
*** ashleighfarnham has quit IRC | 04:20 | |
*** spzala has joined #openstack-infra | 04:27 | |
*** salv-orlando has joined #openstack-infra | 04:27 | |
*** salv-orlando has quit IRC | 04:31 | |
lifeless | I have to wonder | 04:32 |
lifeless | does the [all] tag go into /dev/null ? | 04:32 |
lifeless | (w.r.t. [all] Call for testing - pbr master) | 04:32 |
*** unicell has joined #openstack-infra | 04:35 | |
*** spzala has quit IRC | 04:36 | |
*** yamamoto has joined #openstack-infra | 04:38 | |
*** sdake has joined #openstack-infra | 04:38 | |
*** hodos has quit IRC | 04:39 | |
*** amitgandhinz has joined #openstack-infra | 04:41 | |
*** shashankhegde has quit IRC | 04:41 | |
*** sdake has quit IRC | 04:43 | |
*** yamamoto has quit IRC | 04:43 | |
*** amitgandhinz has quit IRC | 04:45 | |
*** woodster_ has quit IRC | 04:50 | |
*** shashankhegde has joined #openstack-infra | 04:51 | |
*** Longgeek has joined #openstack-infra | 04:56 | |
*** ddieterly has joined #openstack-infra | 04:57 | |
*** otter768 has joined #openstack-infra | 05:00 | |
*** ddieterly has quit IRC | 05:01 | |
*** Kennan2 has quit IRC | 05:09 | |
*** tnovacik has joined #openstack-infra | 05:09 | |
*** dangers is now known as dangers_away | 05:10 | |
*** dangers_away is now known as dangers | 05:10 | |
*** salv-orlando has joined #openstack-infra | 05:10 | |
*** Kennan has joined #openstack-infra | 05:14 | |
*** salv-orlando has quit IRC | 05:15 | |
*** Kennan2 has joined #openstack-infra | 05:17 | |
*** Krinkle is now known as Krinkle|detached | 05:17 | |
*** Kennan2 has quit IRC | 05:18 | |
*** Kennan2 has joined #openstack-infra | 05:18 | |
*** Kennan2 has quit IRC | 05:18 | |
*** Kennan2 has joined #openstack-infra | 05:19 | |
*** Kennan2 has quit IRC | 05:20 | |
*** Kennan2 has joined #openstack-infra | 05:20 | |
*** Kennan2 has left #openstack-infra | 05:20 | |
*** Kennan has quit IRC | 05:20 | |
*** Kennan has joined #openstack-infra | 05:21 | |
*** Longgeek has quit IRC | 05:24 | |
*** CyberaX has joined #openstack-infra | 05:28 | |
*** Longgeek has joined #openstack-infra | 05:32 | |
*** CyberaX has quit IRC | 05:34 | |
*** yamahata has quit IRC | 05:45 | |
*** sdake has joined #openstack-infra | 05:51 | |
*** Longgeek has quit IRC | 05:51 | |
*** Longgeek has joined #openstack-infra | 05:52 | |
*** ddieterly has joined #openstack-infra | 05:58 | |
*** markvoelker has quit IRC | 06:01 | |
*** ddieterly has quit IRC | 06:02 | |
*** fedexo has quit IRC | 06:09 | |
*** liusheng has left #openstack-infra | 06:09 | |
*** xnox has quit IRC | 06:15 | |
*** unicell1 has joined #openstack-infra | 06:16 | |
*** unicell has quit IRC | 06:16 | |
*** simonmcc_ has joined #openstack-infra | 06:17 | |
*** zhiyan_ has joined #openstack-infra | 06:17 | |
*** dangers` has joined #openstack-infra | 06:17 | |
*** GheRiver1 has joined #openstack-infra | 06:18 | |
*** lxsli0 has joined #openstack-infra | 06:18 | |
*** SergK_ has joined #openstack-infra | 06:18 | |
*** sabeen has joined #openstack-infra | 06:18 | |
*** vish1 has joined #openstack-infra | 06:19 | |
*** chlong has joined #openstack-infra | 06:19 | |
*** timfreun1 has joined #openstack-infra | 06:19 | |
*** hughhalf_ has joined #openstack-infra | 06:19 | |
*** ayoung_ has joined #openstack-infra | 06:19 | |
*** dvorak has joined #openstack-infra | 06:19 | |
*** gibi_ has joined #openstack-infra | 06:20 | |
*** Bsony has joined #openstack-infra | 06:20 | |
*** clif has joined #openstack-infra | 06:20 | |
*** bodepd has joined #openstack-infra | 06:20 | |
*** zhiyan has quit IRC | 06:20 | |
*** simonmcc has quit IRC | 06:20 | |
*** rackertom has quit IRC | 06:20 | |
*** vishy has quit IRC | 06:20 | |
*** mmedvede has quit IRC | 06:20 | |
*** SergK has quit IRC | 06:20 | |
*** msuriar has quit IRC | 06:20 | |
*** GheRivero has quit IRC | 06:20 | |
*** tchaypo has quit IRC | 06:20 | |
*** ctracey has quit IRC | 06:20 | |
*** lxsli has quit IRC | 06:20 | |
*** ayoung has quit IRC | 06:20 | |
*** sileht has quit IRC | 06:20 | |
*** openstackgerrit has quit IRC | 06:20 | |
*** ondergetekende_ has quit IRC | 06:20 | |
*** markvan_ has quit IRC | 06:20 | |
*** roaet_ has quit IRC | 06:20 | |
*** leifmadsen has quit IRC | 06:20 | |
*** rossella_s has quit IRC | 06:20 | |
*** mrda has quit IRC | 06:20 | |
*** clif_h has quit IRC | 06:20 | |
*** zaro has quit IRC | 06:20 | |
*** clayton has quit IRC | 06:20 | |
*** timfreund has quit IRC | 06:20 | |
*** dangers has quit IRC | 06:20 | |
*** bodepd_ has quit IRC | 06:20 | |
*** JayF has quit IRC | 06:20 | |
*** hughhalf has quit IRC | 06:20 | |
*** gibi has quit IRC | 06:20 | |
*** mmedvede has joined #openstack-infra | 06:20 | |
*** vish1 is now known as vishy | 06:20 | |
*** ondergetekende has joined #openstack-infra | 06:20 | |
*** zaro has joined #openstack-infra | 06:20 | |
*** markvan has joined #openstack-infra | 06:20 | |
*** msuriar has joined #openstack-infra | 06:20 | |
*** JayF has joined #openstack-infra | 06:20 | |
*** zhiyan_ is now known as zhiyan | 06:21 | |
*** macjack has quit IRC | 06:21 | |
*** simonmcc_ is now known as simonmcc | 06:21 | |
*** rossella_s has joined #openstack-infra | 06:21 | |
*** roaet has joined #openstack-infra | 06:21 | |
*** leifmadsen has joined #openstack-infra | 06:21 | |
*** mrda has joined #openstack-infra | 06:21 | |
*** chlong has quit IRC | 06:21 | |
*** macjack has joined #openstack-infra | 06:21 | |
*** sileht has joined #openstack-infra | 06:22 | |
*** achanda has joined #openstack-infra | 06:22 | |
*** openstackgerrit has joined #openstack-infra | 06:22 | |
*** salv-orlando has joined #openstack-infra | 06:22 | |
*** yamahata has joined #openstack-infra | 06:26 | |
*** achanda has quit IRC | 06:26 | |
*** unicell has joined #openstack-infra | 06:27 | |
*** ctracey has joined #openstack-infra | 06:28 | |
*** salv-orlando has quit IRC | 06:28 | |
*** rackertom has joined #openstack-infra | 06:28 | |
*** unicell1 has quit IRC | 06:29 | |
*** achanda has joined #openstack-infra | 06:31 | |
*** tchaypo has joined #openstack-infra | 06:31 | |
*** yamahata has quit IRC | 06:34 | |
*** dhritishikhar has quit IRC | 06:35 | |
*** Longgeek has quit IRC | 06:37 | |
*** liam_ has joined #openstack-infra | 06:37 | |
*** liam_ is now known as Guest26054 | 06:38 | |
*** Longgeek has joined #openstack-infra | 06:38 | |
*** yolanda has joined #openstack-infra | 06:39 | |
*** tqtran has joined #openstack-infra | 06:40 | |
*** hdd has joined #openstack-infra | 06:43 | |
*** tqtran has quit IRC | 06:44 | |
*** hdd has quit IRC | 06:46 | |
*** macjack1 has joined #openstack-infra | 06:50 | |
*** jkt_ has joined #openstack-infra | 06:51 | |
*** prad_ has joined #openstack-infra | 06:51 | |
*** ruhe2 has joined #openstack-infra | 06:51 | |
*** ibiris_away is now known as ibiris | 06:51 | |
*** edwarnicke_ has joined #openstack-infra | 06:53 | |
*** bttully has joined #openstack-infra | 06:55 | |
*** mfink has quit IRC | 06:56 | |
*** f1ller- has joined #openstack-infra | 06:56 | |
*** _nadya_ has joined #openstack-infra | 06:56 | |
*** Mithrandir_ has joined #openstack-infra | 06:57 | |
*** hughsaunders_ has joined #openstack-infra | 06:57 | |
*** mfink has joined #openstack-infra | 06:57 | |
*** kevinbenton has quit IRC | 06:57 | |
*** kevinbenton has joined #openstack-infra | 06:58 | |
*** sileht has quit IRC | 06:58 | |
*** macjack has quit IRC | 06:58 | |
*** clif has quit IRC | 06:58 | |
*** prad has quit IRC | 06:58 | |
*** jyuso1 has quit IRC | 06:58 | |
*** jkt has quit IRC | 06:58 | |
*** f1ller has quit IRC | 06:58 | |
*** sambetts has quit IRC | 06:58 | |
*** coolsvap|afk has quit IRC | 06:58 | |
*** btully has quit IRC | 06:58 | |
*** nijaba has quit IRC | 06:58 | |
*** edwarnicke has quit IRC | 06:58 | |
*** jesusaurus has quit IRC | 06:58 | |
*** Mithrandir has quit IRC | 06:58 | |
*** ghostpl has quit IRC | 06:58 | |
*** tristanC has quit IRC | 06:58 | |
*** ruhe has quit IRC | 06:58 | |
*** anthonyper has quit IRC | 06:58 | |
*** hughsaunders has quit IRC | 06:58 | |
*** plol has quit IRC | 06:58 | |
*** bttully is now known as btully | 06:58 | |
*** hughsaunders_ is now known as hughsaunders | 06:58 | |
*** ruhe2 is now known as ruhe | 06:58 | |
*** nijaba has joined #openstack-infra | 06:58 | |
*** jyuso1 has joined #openstack-infra | 06:58 | |
*** ddieterly has joined #openstack-infra | 06:58 | |
*** sambetts has joined #openstack-infra | 06:59 | |
*** alex_xu has quit IRC | 06:59 | |
*** shashankhegde has quit IRC | 06:59 | |
*** coolsvap|afk has joined #openstack-infra | 06:59 | |
*** anthonyper has joined #openstack-infra | 06:59 | |
*** edwarnicke_ is now known as edwarnicke | 07:00 | |
*** alex_xu has joined #openstack-infra | 07:00 | |
*** dhritishikhar has joined #openstack-infra | 07:00 | |
*** dhritishikhar_ has joined #openstack-infra | 07:01 | |
*** dhritishikhar has quit IRC | 07:01 | |
*** heyongli has quit IRC | 07:01 | |
*** sabeen has quit IRC | 07:01 | |
*** sputnik13 has joined #openstack-infra | 07:02 | |
*** ddieterly has quit IRC | 07:03 | |
*** ghostpl has joined #openstack-infra | 07:03 | |
*** plol has joined #openstack-infra | 07:04 | |
*** heyongli has joined #openstack-infra | 07:04 | |
*** clif has joined #openstack-infra | 07:05 | |
*** sileht has joined #openstack-infra | 07:05 | |
*** subscope_ has joined #openstack-infra | 07:06 | |
openstackgerrit | Merged openstack-infra/project-config: ACL changes for Congress create-reference https://review.openstack.org/177492 | 07:09 |
*** tristanC has joined #openstack-infra | 07:14 | |
*** ibiris is now known as ibiris_away | 07:15 | |
*** shashankhegde has joined #openstack-infra | 07:16 | |
*** Guest26054 has quit IRC | 07:22 | |
*** jesusaurus has joined #openstack-infra | 07:23 | |
*** salv-orlando has joined #openstack-infra | 07:25 | |
*** salv-orlando has quit IRC | 07:29 | |
*** ibiris_away is now known as ibiris | 07:30 | |
*** shashankhegde has quit IRC | 07:30 | |
*** amotoki_ has quit IRC | 07:32 | |
*** amotoki_ has joined #openstack-infra | 07:32 | |
*** mase_x200 has joined #openstack-infra | 07:33 | |
*** dangers` is now known as dangers_away | 07:33 | |
*** dangers_away is now known as dangers` | 07:33 | |
*** sks has joined #openstack-infra | 07:34 | |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Add Chef Cookbook meeting. https://review.openstack.org/176205 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Add Cue team meeting https://review.openstack.org/176204 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Add DefCore Progress Update Meeting. https://review.openstack.org/176207 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Add magnetoDB Team Meeting https://review.openstack.org/176206 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Add OpenStackClient Team Meeting https://review.openstack.org/176203 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Rename OpenStack Security Group (OSSG) Meeting https://review.openstack.org/176216 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Update nova API Meeting Chair https://review.openstack.org/176217 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Update the Meeting chairs. https://review.openstack.org/176218 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Move Puppet Meeting https://review.openstack.org/176212 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Place novanet to Neutron migration meeting on hold https://review.openstack.org/176213 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Update Telco WG Meeting https://review.openstack.org/176214 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Merge State Management and Oslo Meetings https://review.openstack.org/176215 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Add Community Office hours. https://review.openstack.org/176208 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Alternate Sahara meeting https://review.openstack.org/176209 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Update Neutron VPNaaS Meeting https://review.openstack.org/176210 | 07:37 |
openstackgerrit | Tony Breeds proposed openstack-infra/irc-meetings: Glace meeting no longer alternates https://review.openstack.org/176211 | 07:37 |
*** Bsony has quit IRC | 07:41 | |
*** ihrachyshka has joined #openstack-infra | 07:42 | |
*** achanda has quit IRC | 07:42 | |
*** achanda has joined #openstack-infra | 07:46 | |
*** _nadya_ has quit IRC | 07:51 | |
*** Longgeek has quit IRC | 07:52 | |
*** MaxV has joined #openstack-infra | 07:54 | |
*** Longgeek has joined #openstack-infra | 07:54 | |
*** ihrachyshka has quit IRC | 07:57 | |
*** ddieterly has joined #openstack-infra | 07:59 | |
*** achanda has quit IRC | 08:03 | |
*** ddieterly has quit IRC | 08:04 | |
*** ibiris is now known as ibiris_away | 08:04 | |
*** andreykurilin__ has quit IRC | 08:08 | |
*** Bsony has joined #openstack-infra | 08:08 | |
*** ociuhandu has joined #openstack-infra | 08:10 | |
*** yamamoto has joined #openstack-infra | 08:16 | |
openstackgerrit | Victor Stinner proposed openstack-infra/project-config: Make oslo.messaging py3 job voting https://review.openstack.org/177534 | 08:17 |
*** mase_x200 has quit IRC | 08:17 | |
*** yamamoto has quit IRC | 08:20 | |
*** subscope_ has quit IRC | 08:21 | |
*** dangers` is now known as dangers_away | 08:22 | |
*** dangers_away is now known as dangers` | 08:22 | |
*** otter768 has quit IRC | 08:31 | |
*** Bsony has quit IRC | 08:40 | |
*** ddieterly has joined #openstack-infra | 09:00 | |
*** ddieterly has quit IRC | 09:04 | |
*** MaxV has quit IRC | 09:07 | |
*** MaxV has joined #openstack-infra | 09:07 | |
*** dhritishikhar_ has quit IRC | 09:08 | |
*** dhritishikhar_ has joined #openstack-infra | 09:09 | |
*** MaxV has quit IRC | 09:11 | |
*** dteselkin has quit IRC | 09:13 | |
*** rakhmerov has quit IRC | 09:13 | |
*** HeOS_ has quit IRC | 09:14 | |
*** asilenkov has quit IRC | 09:14 | |
*** tsufiev has quit IRC | 09:15 | |
*** katyafervent has quit IRC | 09:15 | |
*** amotoki_ has quit IRC | 09:15 | |
*** yolanda has quit IRC | 09:16 | |
*** ociuhandu has quit IRC | 09:24 | |
*** rakhmerov has joined #openstack-infra | 09:41 | |
*** salv-orlando has joined #openstack-infra | 09:42 | |
*** tqtran has joined #openstack-infra | 09:43 | |
*** katyafervent has joined #openstack-infra | 09:44 | |
*** yamamoto has joined #openstack-infra | 09:45 | |
*** dteselkin has joined #openstack-infra | 09:46 | |
*** Bsony has joined #openstack-infra | 09:46 | |
*** HeOS_ has joined #openstack-infra | 09:46 | |
*** tsufiev has joined #openstack-infra | 09:46 | |
*** asilenkov has joined #openstack-infra | 09:47 | |
*** tqtran has quit IRC | 09:47 | |
*** Bsony has quit IRC | 09:51 | |
*** yamamoto has quit IRC | 10:00 | |
*** ddieterly has joined #openstack-infra | 10:01 | |
*** yamamoto has joined #openstack-infra | 10:02 | |
*** yamamoto has quit IRC | 10:03 | |
*** ddieterly has quit IRC | 10:05 | |
*** ociuhandu has joined #openstack-infra | 10:12 | |
*** _dguerri is now known as dguerri | 10:17 | |
*** Darkwan has joined #openstack-infra | 10:17 | |
*** isviridov is now known as isviridov_away | 10:19 | |
*** teran has joined #openstack-infra | 10:21 | |
*** liam_ has joined #openstack-infra | 10:22 | |
*** liam_ is now known as Guest65763 | 10:22 | |
*** dangers` is now known as dangers_away | 10:30 | |
*** dangers_away is now known as dangers` | 10:30 | |
*** ociuhandu has quit IRC | 10:30 | |
*** otter768 has joined #openstack-infra | 10:32 | |
*** teran has quit IRC | 10:32 | |
*** yamamoto has joined #openstack-infra | 10:34 | |
*** otter768 has quit IRC | 10:36 | |
*** markvoelker has joined #openstack-infra | 10:37 | |
*** garyk has quit IRC | 10:37 | |
*** yamamoto has quit IRC | 10:39 | |
*** jerryz has joined #openstack-infra | 10:40 | |
openstackgerrit | Davide Guerri proposed openstack-infra/shade: WiP: Add Neutron/Nova Floating IP support https://review.openstack.org/177036 | 10:41 |
*** yamamoto has joined #openstack-infra | 10:41 | |
*** markvoelker has quit IRC | 10:42 | |
*** salv-orlando has quit IRC | 10:44 | |
*** _nadya_ has joined #openstack-infra | 10:51 | |
openstackgerrit | Davide Guerri proposed openstack-infra/shade: WiP: Add Neutron/Nova Floating IP support https://review.openstack.org/177036 | 10:53 |
*** _nadya_ has quit IRC | 10:56 | |
*** MaxV has joined #openstack-infra | 11:05 | |
*** yamamoto has quit IRC | 11:05 | |
*** ajo has joined #openstack-infra | 11:08 | |
*** yamamoto has joined #openstack-infra | 11:08 | |
*** jerryz has quit IRC | 11:10 | |
*** dguerri is now known as _dguerri | 11:14 | |
*** _dguerri is now known as dguerri | 11:20 | |
*** dangers` is now known as dangers_away | 11:23 | |
*** dangers_away is now known as dangers` | 11:23 | |
*** dguerri is now known as _dguerri | 11:24 | |
*** bknudson has joined #openstack-infra | 11:38 | |
*** markvoelker has joined #openstack-infra | 11:38 | |
*** markvoelker has quit IRC | 11:43 | |
*** salv-orlando has joined #openstack-infra | 11:44 | |
*** sks has quit IRC | 11:48 | |
*** salv-orlando has quit IRC | 11:51 | |
*** teran has joined #openstack-infra | 11:54 | |
*** sdake_ has joined #openstack-infra | 11:55 | |
*** sdake has quit IRC | 11:58 | |
*** yamamoto has quit IRC | 12:00 | |
*** ir2ivps has joined #openstack-infra | 12:00 | |
*** ddieterly has joined #openstack-infra | 12:02 | |
*** yamamoto has joined #openstack-infra | 12:04 | |
*** ddieterly has quit IRC | 12:07 | |
*** mriedem has joined #openstack-infra | 12:07 | |
*** macjack1 has left #openstack-infra | 12:17 | |
*** yamamoto has quit IRC | 12:18 | |
*** MaxV has quit IRC | 12:19 | |
*** jerryz has joined #openstack-infra | 12:29 | |
*** otter768 has joined #openstack-infra | 12:32 | |
*** otter768 has quit IRC | 12:37 | |
*** dangers` is now known as dangers_away | 12:38 | |
*** dangers_away is now known as dangers` | 12:38 | |
*** markvoelker has joined #openstack-infra | 12:39 | |
*** markvoelker has quit IRC | 12:43 | |
*** ajo has quit IRC | 12:55 | |
openstackgerrit | Merged openstack-infra/shade: Add update_machine method https://review.openstack.org/173996 | 12:57 |
openstackgerrit | Merged openstack-infra/shade: Add Ironic maintenance state pass-through https://review.openstack.org/172283 | 12:57 |
openstackgerrit | Merged openstack-infra/shade: Replace e.message with str(e) https://review.openstack.org/177346 | 13:00 |
openstackgerrit | Merged openstack-infra/shade: Call super in OpenStackCloudException https://review.openstack.org/177347 | 13:00 |
*** zul has quit IRC | 13:01 | |
*** mriedem1 has joined #openstack-infra | 13:03 | |
*** ddieterly has joined #openstack-infra | 13:03 | |
*** mriedem has quit IRC | 13:06 | |
*** ddieterly has quit IRC | 13:07 | |
*** prad_ is now known as prad | 13:08 | |
*** Guest65763 has quit IRC | 13:10 | |
*** sputnik13 has quit IRC | 13:14 | |
openstackgerrit | Brant Knudson proposed openstack/requirements: Uncap pymongo https://review.openstack.org/172095 | 13:15 |
*** Darkwan has quit IRC | 13:17 | |
*** dangers` is now known as dangers_away | 13:19 | |
*** MaxV has joined #openstack-infra | 13:19 | |
SpamapS | mordred: well you're a busy bee this Saturday morning. | 13:22 |
mordred | SpamapS: I wake up, I do things | 13:24 |
mordred | SpamapS: you're up early | 13:24 |
*** sambetts has quit IRC | 13:25 | |
SpamapS | mordred: I went to bed at like 10:00 last night w/ a fever. Woke up feeling much much better so.. yeah. ;) | 13:26 |
mordred | SpamapS: yay! | 13:26 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Remove precise functests for diskimage-builder https://review.openstack.org/177545 | 13:27 |
*** sambetts has joined #openstack-infra | 13:27 | |
SpamapS | ^^ those is broken | 13:27 |
*** garyk has joined #openstack-infra | 13:34 | |
*** mase_x200 has joined #openstack-infra | 13:36 | |
*** markvoelker has joined #openstack-infra | 13:39 | |
*** jkt_ is now known as jkt | 13:40 | |
*** markvoelker has quit IRC | 13:44 | |
mordred | SpamapS: you know, that patch makes me think of this interessting thing that has happened | 13:46 |
mordred | SpamapS: which is that Ubuntu has an LTS timeframe, and RHEL has a support timeframe | 13:47 |
mordred | SpamapS: and for some reason that has made upstreams start thinking they need to care about a platform for the length of that platforms corporate-decided support lifecycle | 13:47 |
mordred | SpamapS: it's really not my job to make sure that something works on an old version of ubuntu for as long as ubuntu has decided that old version should limp along | 13:48 |
mordred | SpamapS: (this is my way of saying "yes please, kill precise") | 13:48 |
mordred | SpamapS: and by "support" as an upstream, I mean "ensure that new releases of a given piece of software work on an old release of a distro" not "provide security fixes for old things" | 13:49 |
SpamapS | mordred: Right, if the users want it though, I think it's important. | 13:49 |
SpamapS | mordred: but AFAIK, dib users don't care about precise. | 13:49 |
mordred | yah | 13:49 |
mordred | SpamapS: I'm not trying to make a hard and fast rule | 13:49 |
*** tjones1 has joined #openstack-infra | 13:49 | |
mordred | SpamapS: just saying that sometimes I think it's easy to get caught in the trap of "it exists, therefore must care" | 13:50 |
mordred | _especially_ for utilities | 13:50 |
SpamapS | indeed | 13:53 |
SpamapS | mordred: I also think it's ok to just keep a test running that is passing, until you see it fail, and then shut it off and put it in your release notes "Precise support dropped." | 13:53 |
mordred | yup | 13:53 |
SpamapS | But it's also fine to do that as soon as you are comfortable the new platform is well established. :) | 13:53 |
*** teran has quit IRC | 13:55 | |
*** MaxV has quit IRC | 13:57 | |
mordred | mordred@camelot:~/src/openstack-infra/project-config$ openstack --os-cloud=rax image delete e18cb248-4ae3-4c2c-9bb6-035808a297b6 | 13:57 |
mordred | /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | 13:57 |
mordred | SecurityWarning | 13:57 |
mordred | /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:769: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html | 13:57 |
mordred | InsecureRequestWarning) | 13:57 |
mordred | /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:769: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html | 13:57 |
mordred | InsecureRequestWarning) | 13:57 |
mordred | ERROR: openstack HTTPInternalServerError (HTTP 500) | 13:57 |
mordred | btw - that request succeeded | 13:57 |
*** dhritishikhar_ has quit IRC | 14:00 | |
*** Longgeek has quit IRC | 14:00 | |
*** ajo has joined #openstack-infra | 14:01 | |
*** ajo has quit IRC | 14:04 | |
*** teran has joined #openstack-infra | 14:05 | |
*** Longgeek has joined #openstack-infra | 14:06 | |
fungi | yeah. there is a fundamental disconnect in some parts of the python library world. in the beforetime, when people still wrote things in a language called "c" (i think it was short for "cat"), there was this expectation that libraries should not spit errors to your terminal | 14:06 |
*** yamamoto has joined #openstack-infra | 14:06 | |
fungi | applications calling into urrlib/requests should i think be trapping that sort of thing and then making decisions based on it, not just helpfully passing it along to the end user | 14:07 |
mordred | fungi: I'm just impressed that I got 3 warnings AND a 500 error ... and the command still worked | 14:08 |
clarkb | wow everyone is awake | 14:08 |
mordred | clarkb: it's a party! | 14:08 |
fungi | clarkb: it's an illusion | 14:08 |
*** ddieterly has joined #openstack-infra | 14:08 | |
fungi | (illusory party) | 14:08 |
mordred | clarkb, fungi: if you want fun morning-rage, the scrollback in #tripleo has me trying to figure out debian and ubuntu locale generation | 14:08 |
fungi | i missed the 500 isr at the end. thought you were still on about the urllib3 exceptions | 14:09 |
mordred | fungi: I was on about all of it | 14:09 |
mordred | because it's all silly | 14:09 |
* fungi has a silly hat | 14:09 | |
mordred | fungi is a silly hat | 14:09 |
*** jtriley has quit IRC | 14:09 | |
*** jerryz has quit IRC | 14:11 | |
mordred | fungi, clarkb: a +A on https://review.openstack.org/177545 would be a friendly | 14:11 |
*** yamamoto has quit IRC | 14:11 | |
clarkb | I'm watching temp rise on smoker | 14:11 |
fungi | SpamapS: AJaeger has a valid suggestion | 14:13 |
fungi | (on 177545) | 14:13 |
fungi | i can update it myself in a minute if you're otherwise engaged | 14:14 |
mordred | fungi: I've got that repo in the middle of a different state - if you don't mind, that would be nice | 14:16 |
*** _dguerri is now known as dguerri | 14:17 | |
fungi | on it | 14:17 |
*** tnovacik has quit IRC | 14:18 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Remove precise functests for diskimage-builder https://review.openstack.org/177545 | 14:19 |
mordred | neat. | 14:19 |
*** amitgandhinz has joined #openstack-infra | 14:28 | |
*** amitgandhinz has quit IRC | 14:29 | |
*** amitgandhinz has joined #openstack-infra | 14:29 | |
*** dhritishikhar has joined #openstack-infra | 14:29 | |
mordred | fungi: ooh - I think I see a way to emit a warning | 14:30 |
*** otter768 has joined #openstack-infra | 14:33 | |
*** dguerri is now known as _dguerri | 14:34 | |
openstackgerrit | Gal Sagie proposed openstack-infra/project-config: Enable a check job for stackforge/dragonflow https://review.openstack.org/175152 | 14:37 |
*** otter768 has quit IRC | 14:38 | |
*** _dguerri is now known as dguerri | 14:39 | |
*** jtriley has joined #openstack-infra | 14:41 | |
*** rbradfor has joined #openstack-infra | 14:43 | |
openstackgerrit | Merged openstack-infra/project-config: Remove precise functests for diskimage-builder https://review.openstack.org/177545 | 14:45 |
*** jtriley has quit IRC | 14:47 | |
*** amotoki_ has joined #openstack-infra | 14:48 | |
mordred | fungi: nope. nevermind. | 14:56 |
*** salv-orlando has joined #openstack-infra | 15:02 | |
*** teran has quit IRC | 15:06 | |
*** timfreun1 is now known as timfreund | 15:09 | |
*** salv-orlando has quit IRC | 15:11 | |
*** ddieterly has quit IRC | 15:15 | |
*** otter768 has joined #openstack-infra | 15:20 | |
*** tjones1 has quit IRC | 15:22 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Don't support setup.py install https://review.openstack.org/177553 | 15:23 |
*** hdd has joined #openstack-infra | 15:23 | |
fungi | mordred: well, ^ is fragile but seems to be the start of a workaround | 15:24 |
fungi | as in, if pbr can't detect whether it's being run under setup.py install, then have setup.py do it (and cargo-cult/cookiecutter it to projects using pbr) | 15:25 |
*** armax has joined #openstack-infra | 15:27 | |
fungi | i'm sure there are all sorts of nuanced complexities i'm missing even going that route | 15:29 |
openstackgerrit | Terry Howe proposed openstack-infra/project-config: Add OpenStack Python SDK gate https://review.openstack.org/177554 | 15:29 |
*** ir2ivps has quit IRC | 15:32 | |
*** rejerson69 has quit IRC | 15:34 | |
*** ir2ivps has joined #openstack-infra | 15:34 | |
*** harlowja_at_home has joined #openstack-infra | 15:37 | |
*** _nadya_ has joined #openstack-infra | 15:37 | |
openstackgerrit | Monty Taylor proposed openstack-infra/glean: Handle not having an ssh_key in config-drive https://review.openstack.org/177556 | 15:43 |
mordred | fungi, greghaynes, SpamapS: ^^ | 15:44 |
*** jtriley has joined #openstack-infra | 15:44 | |
*** dhritishikhar has quit IRC | 15:44 | |
*** e0ne has joined #openstack-infra | 15:44 | |
mordred | fungi: so - problem is - pip will eventually call setup.py itself | 15:44 |
mordred | fungi: the tricky part is detecting if pip called setup.py install, or if a user did | 15:45 |
*** harlowja_at_home has quit IRC | 15:46 | |
*** abregman has joined #openstack-infra | 15:46 | |
mordred | fungi: see Daviey's post to openstack-dev | 15:47 |
mordred | fungi: I think he might win for being hackiest this week | 15:47 |
fungi | mordred: right. my stab at it was that if sys.argv[0] is setup.py and install is a parameter to it, then pip seems to not do that | 15:47 |
mordred | fungi: well - we could do that in pbr without having to cargo cult, fwiw | 15:47 |
fungi | ooh, good one Daviey | 15:48 |
mordred | of course ... this gets us into another tiff ... | 15:48 |
fungi | mordred: ahh, right pbr has access to the command line arguments as well | 15:48 |
mordred | which is that python setup.py install --single-version-externally-managed _is_ supported - because dh_python and rpm spec files | 15:48 |
*** jtriley has quit IRC | 15:49 | |
fungi | aha, so this turns into a mess of corner cases and spaghetti logic in the end | 15:49 |
mordred | so - how about we detect both | 15:49 |
mordred | distros should be using --single-version-externally-managed | 15:49 |
mordred | if they're not, it's a bug | 15:49 |
mordred | users should not be using setup.py at all | 15:49 |
mordred | for install | 15:50 |
mordred | so we can look at your trick, and also look for --single-version-externally-managed in the args | 15:50 |
fungi | for develop either (vs pip install -e)? | 15:50 |
mordred | well, develop can be simpler | 15:50 |
mordred | just flat don't do it | 15:50 |
fungi | or is that still expected to work? | 15:50 |
fungi | righht-o | 15:50 |
mordred | nope. you should use pip install -e | 15:50 |
mordred | because otherwise fail | 15:50 |
mordred | so - we can detect and then give a nice verbose error message | 15:51 |
mordred | "setup.py install is not supported for end users. If you are a human, please use pip install . instead. If you are a distro pacakger, please add --single-version-externally-managed, which is almost certainly required by your distro packaging policy" | 15:51 |
*** otter768 has quit IRC | 15:51 | |
*** e0ne has quit IRC | 15:52 | |
fungi | cool. my main concern was that a lot of devs coming in from other projects likely have finger memory for these commands, and throwing some crazy exception from deep in the bowels of a packaging chain (or even worse, subtly breaking later), so clearly exiting with an error message instead saying not to do that is the fastest way to get them on the right track | 15:52 |
mordred | yup | 15:52 |
mordred | fungi: W00T | 15:55 |
mordred | fungi: it totally works | 15:55 |
fungi | right on | 15:55 |
*** _nadya_ has quit IRC | 15:59 | |
*** armax has quit IRC | 16:02 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Stop re-invoking pip https://review.openstack.org/175369 | 16:03 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install https://review.openstack.org/177557 | 16:03 |
mordred | fungi: enjoy :) | 16:03 |
*** ddieterl_ has joined #openstack-infra | 16:05 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install https://review.openstack.org/177557 | 16:12 |
*** sandywalsh_ has joined #openstack-infra | 16:12 | |
mordred | fungi, Daviey: ^^ updated to do develop, and also to properly handle distro packaging | 16:13 |
fungi | mordred: see the docstring typo i pointed out on ps1 btw | 16:13 |
mordred | fungi, Daviey: ^^ updated to do develop, and also to properly handle distro packaging | 16:13 |
mordred | looking | 16:13 |
*** [HeOS] has joined #openstack-infra | 16:14 | |
mordred | fungi: ok. fixed that and one other thing | 16:15 |
fungi | aside from that ps2 also looking good | 16:15 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install https://review.openstack.org/177557 | 16:15 |
*** sdake_ has quit IRC | 16:16 | |
*** david-ly_ has joined #openstack-infra | 16:16 | |
*** gibi has joined #openstack-infra | 16:16 | |
*** mfink_ has joined #openstack-infra | 16:16 | |
*** spredzy_ has joined #openstack-infra | 16:17 | |
*** igorbelikov_ has joined #openstack-infra | 16:17 | |
*** e0ne has joined #openstack-infra | 16:17 | |
mordred | replied to the mailing list | 16:17 |
*** zz_naotok has joined #openstack-infra | 16:17 | |
*** unicell1 has joined #openstack-infra | 16:17 | |
*** SotK_ has joined #openstack-infra | 16:18 | |
*** neoice_ has joined #openstack-infra | 16:18 | |
*** laurelm_ has joined #openstack-infra | 16:18 | |
*** grue_pm_ has joined #openstack-infra | 16:18 | |
*** mattymo_ has joined #openstack-infra | 16:18 | |
*** dhellmann_ has joined #openstack-infra | 16:18 | |
*** mtreinish_ has joined #openstack-infra | 16:19 | |
*** rwsu_ has joined #openstack-infra | 16:19 | |
*** gnuoy` has joined #openstack-infra | 16:19 | |
*** mfink has quit IRC | 16:19 | |
*** spredzy has quit IRC | 16:19 | |
*** zz_johnthetubagu has quit IRC | 16:19 | |
*** igorbelikov has quit IRC | 16:19 | |
*** naotokl has quit IRC | 16:19 | |
*** laurelm has quit IRC | 16:19 | |
*** unicell has quit IRC | 16:19 | |
*** SamYaple has quit IRC | 16:19 | |
*** grue_pm has quit IRC | 16:19 | |
*** david-lyle has quit IRC | 16:19 | |
*** rwsu has quit IRC | 16:19 | |
*** mtreinish has quit IRC | 16:19 | |
*** wayneeseguin has quit IRC | 16:19 | |
*** dhellmann has quit IRC | 16:19 | |
*** mase_x200 has quit IRC | 16:19 | |
*** ilyashakhat has quit IRC | 16:19 | |
*** mattymo has quit IRC | 16:19 | |
*** gnuoy has quit IRC | 16:19 | |
*** mtreinish_ is now known as mtreinish | 16:19 | |
*** laurelm_ is now known as laurelm | 16:19 | |
*** igorbelikov_ is now known as igorbelikov | 16:19 | |
*** SamYaple has joined #openstack-infra | 16:19 | |
mordred | fungi: we shold probably make a release that prints the error message but still keeps going | 16:19 |
mordred | fungi: and then make a release which errors | 16:19 |
*** zz_johnthetubagu has joined #openstack-infra | 16:19 | |
mordred | fungi: to give people a time to catch and remediate issues | 16:19 |
*** zz_johnthetubagu is now known as johnthetubaguy | 16:20 | |
*** rbradfor has quit IRC | 16:20 | |
*** mase_x200 has joined #openstack-infra | 16:20 | |
*** ilyashakhat has joined #openstack-infra | 16:21 | |
fungi | mordred: good idea | 16:21 |
*** dhellmann_ is now known as dhellmann | 16:21 | |
*** wayneeseguin has joined #openstack-infra | 16:21 | |
*** notmyname_ has joined #openstack-infra | 16:21 | |
*** raginbaj- has joined #openstack-infra | 16:22 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Loudly warn about invocation of setup.py install https://review.openstack.org/177557 | 16:22 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Error on invocation of setup.py install https://review.openstack.org/177558 | 16:22 |
mordred | fungi: done | 16:22 |
*** mriedem1 has quit IRC | 16:22 | |
*** msuriar has quit IRC | 16:23 | |
*** gibi_ has quit IRC | 16:23 | |
*** vishy has quit IRC | 16:23 | |
*** HeOS has quit IRC | 16:23 | |
*** eharney has quit IRC | 16:23 | |
*** sandywalsh has quit IRC | 16:23 | |
*** amotoki has quit IRC | 16:23 | |
*** hogepodge has quit IRC | 16:23 | |
*** smyers has quit IRC | 16:23 | |
*** notmyname has quit IRC | 16:23 | |
*** masayukig has quit IRC | 16:23 | |
*** waynr has quit IRC | 16:23 | |
*** ttx has quit IRC | 16:23 | |
*** trey has quit IRC | 16:23 | |
*** markmcclain has quit IRC | 16:23 | |
*** neoice has quit IRC | 16:23 | |
*** reed has quit IRC | 16:23 | |
*** jhesketh has quit IRC | 16:23 | |
*** mgedmin has quit IRC | 16:23 | |
*** isviridov_away has quit IRC | 16:23 | |
*** SotK has quit IRC | 16:23 | |
*** niska` has quit IRC | 16:23 | |
*** cloudnull has quit IRC | 16:23 | |
*** raginbajin has quit IRC | 16:23 | |
*** Hunner has quit IRC | 16:23 | |
*** rm_work|away has quit IRC | 16:23 | |
*** ryanpetrello has quit IRC | 16:23 | |
*** freyes has quit IRC | 16:23 | |
*** gus has quit IRC | 16:23 | |
*** mattoliverau has quit IRC | 16:23 | |
*** ianychoi has quit IRC | 16:23 | |
*** persia has quit IRC | 16:23 | |
*** sc68cal has quit IRC | 16:23 | |
*** sdague has quit IRC | 16:23 | |
*** briancline has quit IRC | 16:23 | |
*** palendae has quit IRC | 16:23 | |
*** notmyname_ is now known as notmyname | 16:23 | |
*** smyers has joined #openstack-infra | 16:23 | |
*** raginbaj- is now known as raginbajin | 16:23 | |
*** niska has joined #openstack-infra | 16:24 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet: run beaker on both trusty & centos7 https://review.openstack.org/175434 | 16:25 |
*** e0ne has quit IRC | 16:27 | |
*** ianychoi has joined #openstack-infra | 16:29 | |
*** waynr has joined #openstack-infra | 16:29 | |
*** seeg_ has joined #openstack-infra | 16:29 | |
*** mkj_wk_ has joined #openstack-infra | 16:31 | |
*** nikhil_k_ has joined #openstack-infra | 16:31 | |
*** erikmwilson_ has joined #openstack-infra | 16:31 | |
*** adreznec_ has joined #openstack-infra | 16:31 | |
*** e0ne has joined #openstack-infra | 16:31 | |
*** amotoki has joined #openstack-infra | 16:32 | |
*** seeg has quit IRC | 16:33 | |
*** adreznec has quit IRC | 16:33 | |
*** erikmwilson has quit IRC | 16:33 | |
*** mkj_wk has quit IRC | 16:33 | |
*** nikhil_k has quit IRC | 16:33 | |
*** zz_avozza has quit IRC | 16:33 | |
*** mfisch has quit IRC | 16:33 | |
*** bradm has quit IRC | 16:33 | |
*** wayneeseguin has quit IRC | 16:33 | |
*** bswartz has quit IRC | 16:33 | |
*** rcarrillocruz has quit IRC | 16:33 | |
*** morgabra has quit IRC | 16:33 | |
*** johnthetubaguy has quit IRC | 16:33 | |
*** rcarrillocruz has joined #openstack-infra | 16:33 | |
*** zz_johnthetubagu has joined #openstack-infra | 16:34 | |
*** mfisch has joined #openstack-infra | 16:34 | |
*** mfisch is now known as Guest41550 | 16:34 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 16:34 | |
*** shashankhegde has joined #openstack-infra | 16:34 | |
*** zz_avozza has joined #openstack-infra | 16:35 | |
*** wayneeseguin has joined #openstack-infra | 16:35 | |
*** zz_avozza is now known as avozza | 16:35 | |
*** bradm has joined #openstack-infra | 16:35 | |
*** bswartz has joined #openstack-infra | 16:35 | |
*** morgabra has joined #openstack-infra | 16:36 | |
*** e0ne has quit IRC | 16:39 | |
*** sdake has joined #openstack-infra | 16:41 | |
*** e0ne has joined #openstack-infra | 16:43 | |
*** dhritishikhar has joined #openstack-infra | 16:46 | |
*** e0ne has quit IRC | 16:46 | |
*** persia has joined #openstack-infra | 16:46 | |
*** persia has quit IRC | 16:46 | |
*** persia has joined #openstack-infra | 16:46 | |
*** mattoliverau has joined #openstack-infra | 16:46 | |
*** masayukig has joined #openstack-infra | 16:46 | |
*** sc68cal has joined #openstack-infra | 16:46 | |
*** sc68cal has quit IRC | 16:46 | |
*** sc68cal has joined #openstack-infra | 16:46 | |
*** gus has joined #openstack-infra | 16:46 | |
*** reed has joined #openstack-infra | 16:46 | |
*** msuriar has joined #openstack-infra | 16:46 | |
*** eharney has joined #openstack-infra | 16:46 | |
*** sdague has joined #openstack-infra | 16:46 | |
*** freyes has joined #openstack-infra | 16:46 | |
*** ryanpetrello_ has joined #openstack-infra | 16:46 | |
*** trey has joined #openstack-infra | 16:46 | |
*** markmcclain has joined #openstack-infra | 16:46 | |
fungi | mordred: pep8 seems to have some things it would like to annoy you about regarding your docstring formatting and punctuation on 177557 | 16:46 |
*** Hunner has joined #openstack-infra | 16:47 | |
*** jhesketh has joined #openstack-infra | 16:47 | |
*** cloudkiller has joined #openstack-infra | 16:47 | |
*** vishy has joined #openstack-infra | 16:47 | |
*** ttx has joined #openstack-infra | 16:47 | |
*** mgedmin has joined #openstack-infra | 16:47 | |
*** rm_work|away has joined #openstack-infra | 16:47 | |
fungi | also it looks like 177558 is actually going to break some tests | 16:48 |
*** rm_work|away is now known as rm_work | 16:48 | |
*** rm_work has joined #openstack-infra | 16:48 | |
*** tqtran has joined #openstack-infra | 16:48 | |
*** isviridov_away has joined #openstack-infra | 16:49 | |
*** e0ne has joined #openstack-infra | 16:50 | |
fungi | we have at least one unit test triggering that path, but also the integration test script actually does a setup.py develop right now | 16:52 |
*** tqtran has quit IRC | 16:52 | |
*** e0ne has quit IRC | 16:56 | |
*** jtriley has joined #openstack-infra | 16:58 | |
*** e0ne has joined #openstack-infra | 16:58 | |
*** e0ne has quit IRC | 16:59 | |
*** Bsony has joined #openstack-infra | 17:03 | |
*** hamzy has joined #openstack-infra | 17:03 | |
*** jtriley has quit IRC | 17:04 | |
*** asselin_ has joined #openstack-infra | 17:10 | |
*** hdd has quit IRC | 17:10 | |
*** clif is now known as clif_h | 17:13 | |
*** hdd has joined #openstack-infra | 17:14 | |
*** r0x has joined #openstack-infra | 17:15 | |
*** abregman has quit IRC | 17:16 | |
*** cyeoh has quit IRC | 17:20 | |
*** jvrbanac has quit IRC | 17:20 | |
*** jvrbanac has joined #openstack-infra | 17:22 | |
*** cyeoh has joined #openstack-infra | 17:23 | |
*** cloudkiller is now known as cloudnull | 17:23 | |
*** tjones1 has joined #openstack-infra | 17:24 | |
*** ihrachyshka has joined #openstack-infra | 17:25 | |
*** achanda has joined #openstack-infra | 17:25 | |
*** hdd has quit IRC | 17:26 | |
*** achanda has quit IRC | 17:26 | |
*** Bsony has quit IRC | 17:27 | |
*** shashankhegde has quit IRC | 17:32 | |
*** cyeoh has quit IRC | 17:32 | |
*** zz_dimtruck has quit IRC | 17:32 | |
*** jamesmcarthur has joined #openstack-infra | 17:32 | |
*** cyeoh has joined #openstack-infra | 17:33 | |
*** tjones1 has quit IRC | 17:35 | |
*** zz_dimtruck has joined #openstack-infra | 17:35 | |
*** zz_dimtruck is now known as dimtruck | 17:36 | |
*** tnovacik has joined #openstack-infra | 17:39 | |
*** Bsony has joined #openstack-infra | 17:40 | |
*** woodster_ has joined #openstack-infra | 17:42 | |
*** tjones1 has joined #openstack-infra | 17:44 | |
*** Bsony has quit IRC | 17:44 | |
*** sdake has quit IRC | 17:46 | |
*** otter768 has joined #openstack-infra | 17:52 | |
*** tjones1 has quit IRC | 17:55 | |
*** baoli has joined #openstack-infra | 17:57 | |
*** otter768 has quit IRC | 17:58 | |
*** baoli_ has joined #openstack-infra | 18:00 | |
*** shashankhegde has joined #openstack-infra | 18:01 | |
*** baoli has quit IRC | 18:01 | |
*** dhritishikhar has quit IRC | 18:02 | |
*** davideagnello has quit IRC | 18:06 | |
*** ddieterl_ has quit IRC | 18:07 | |
*** Guest41550 is now known as mfisch | 18:07 | |
*** mfisch has joined #openstack-infra | 18:07 | |
*** sdake has joined #openstack-infra | 18:10 | |
*** e0ne has joined #openstack-infra | 18:15 | |
*** johnthetubaguy has quit IRC | 18:18 | |
*** e0ne has quit IRC | 18:20 | |
*** e0ne has joined #openstack-infra | 18:24 | |
*** jamesmcarthur has quit IRC | 18:26 | |
*** pcrews has quit IRC | 18:26 | |
*** e0ne has quit IRC | 18:28 | |
*** mrunge has joined #openstack-infra | 18:31 | |
*** jamesmcarthur has joined #openstack-infra | 18:31 | |
*** e0ne has joined #openstack-infra | 18:32 | |
*** e0ne has quit IRC | 18:34 | |
*** teran has joined #openstack-infra | 18:34 | |
*** r0x has quit IRC | 18:38 | |
*** e0ne has joined #openstack-infra | 18:38 | |
*** ihrachyshka has quit IRC | 18:39 | |
*** e0ne has quit IRC | 18:40 | |
*** salv-orlando has joined #openstack-infra | 18:42 | |
*** ddieterly has joined #openstack-infra | 18:43 | |
*** salv-orlando has quit IRC | 18:44 | |
*** e0ne has joined #openstack-infra | 18:44 | |
*** shashankhegde has quit IRC | 18:45 | |
*** sdake has quit IRC | 18:45 | |
*** baoli_ has quit IRC | 18:47 | |
*** e0ne has quit IRC | 18:47 | |
*** dhritishikhar has joined #openstack-infra | 18:48 | |
*** e0ne has joined #openstack-infra | 18:50 | |
*** isviridov_away is now known as isviridov | 18:52 | |
*** e0ne has quit IRC | 18:57 | |
*** _nadya_ has joined #openstack-infra | 18:59 | |
*** e0ne has joined #openstack-infra | 19:01 | |
*** e0ne has quit IRC | 19:04 | |
*** _nadya_ has quit IRC | 19:04 | |
*** e0ne has joined #openstack-infra | 19:08 | |
*** jamesmcarthur has quit IRC | 19:10 | |
*** e0ne has quit IRC | 19:11 | |
*** johnthetubaguy has joined #openstack-infra | 19:12 | |
*** BobBall has quit IRC | 19:14 | |
*** sdake has joined #openstack-infra | 19:15 | |
*** BobBall has joined #openstack-infra | 19:16 | |
*** BobBall is now known as Guest27651 | 19:16 | |
*** sdake has quit IRC | 19:20 | |
*** rbradfor has joined #openstack-infra | 19:21 | |
*** rbradfor has quit IRC | 19:23 | |
*** samueldmq has joined #openstack-infra | 19:34 | |
*** asselin_ has quit IRC | 19:37 | |
*** salv-orlando has joined #openstack-infra | 19:39 | |
*** Guest27651 has quit IRC | 19:43 | |
*** dguerri is now known as _dguerri | 19:44 | |
*** markvoelker has joined #openstack-infra | 19:44 | |
*** _dguerri is now known as dguerri | 19:44 | |
*** BobBall_ has joined #openstack-infra | 19:45 | |
*** Krinkle|detached is now known as Krinkle | 19:45 | |
*** salv-orlando has quit IRC | 19:46 | |
*** Longgeek has quit IRC | 19:47 | |
*** sdake has joined #openstack-infra | 19:47 | |
*** _nadya_ has joined #openstack-infra | 19:48 | |
*** markvoelker has quit IRC | 19:49 | |
*** abregman has joined #openstack-infra | 19:49 | |
*** asselin_ has joined #openstack-infra | 19:51 | |
*** otter768 has joined #openstack-infra | 19:53 | |
*** davideagnello has joined #openstack-infra | 19:54 | |
*** jaypipes has quit IRC | 19:55 | |
*** ayoung_ has left #openstack-infra | 19:58 | |
*** salv-orlando has joined #openstack-infra | 19:58 | |
*** otter768 has quit IRC | 19:58 | |
*** Longgeek has joined #openstack-infra | 19:58 | |
*** davideagnello has quit IRC | 19:59 | |
*** baoli has joined #openstack-infra | 20:02 | |
*** mrunge has quit IRC | 20:03 | |
*** teran has quit IRC | 20:03 | |
*** salv-orlando has quit IRC | 20:04 | |
*** _nadya_ has quit IRC | 20:09 | |
*** Krinkle is now known as Krinkle|detached | 20:10 | |
*** salv-orlando has joined #openstack-infra | 20:17 | |
*** sdake has quit IRC | 20:18 | |
*** abregman has quit IRC | 20:19 | |
*** salv-orlando has quit IRC | 20:26 | |
*** ajo has joined #openstack-infra | 20:30 | |
*** Krinkle|detached is now known as Krinkle | 20:46 | |
*** isviridov is now known as isviridov_away | 20:46 | |
*** tqtran has joined #openstack-infra | 20:51 | |
openstackgerrit | Terry Howe proposed openstack-infra/project-config: Add OpenStack Python SDK gate https://review.openstack.org/177554 | 20:54 |
*** tqtran has quit IRC | 20:55 | |
*** praveenkumar has quit IRC | 20:55 | |
*** tnovacik has quit IRC | 21:00 | |
*** ajo has quit IRC | 21:10 | |
*** jamesmcarthur has joined #openstack-infra | 21:12 | |
*** jamesmcarthur has quit IRC | 21:20 | |
*** yamamoto has joined #openstack-infra | 21:21 | |
*** ddieterly has quit IRC | 21:21 | |
*** ddieterly has joined #openstack-infra | 21:22 | |
*** praveenkumar has joined #openstack-infra | 21:23 | |
*** yamamoto has quit IRC | 21:26 | |
*** praveenkumar has quit IRC | 21:27 | |
*** praveenkumar has joined #openstack-infra | 21:32 | |
*** baoli has quit IRC | 21:34 | |
*** asselin_ has quit IRC | 21:34 | |
*** ddieterly has quit IRC | 21:39 | |
*** ddieterly has joined #openstack-infra | 21:39 | |
*** jtriley has joined #openstack-infra | 21:42 | |
*** davideagnello has joined #openstack-infra | 21:43 | |
*** jtriley has quit IRC | 21:51 | |
*** anthonyper has quit IRC | 21:54 | |
*** asselin_ has joined #openstack-infra | 21:54 | |
*** anthonyper has joined #openstack-infra | 21:54 | |
*** davideagnello has quit IRC | 21:54 | |
*** dboik has quit IRC | 21:54 | |
*** otter768 has joined #openstack-infra | 21:54 | |
*** dboik_ has joined #openstack-infra | 21:55 | |
*** dboik_ has quit IRC | 21:55 | |
*** dboik_ has joined #openstack-infra | 21:55 | |
*** praveenkumar has quit IRC | 21:58 | |
*** otter768 has quit IRC | 21:59 | |
*** dmellado has quit IRC | 22:00 | |
*** Krinkle is now known as Krinkle|detached | 22:02 | |
*** dmellado has joined #openstack-infra | 22:05 | |
*** salv-orlando has joined #openstack-infra | 22:11 | |
*** praveenkumar has joined #openstack-infra | 22:11 | |
*** ddieterly has quit IRC | 22:13 | |
*** mase_x200 has quit IRC | 22:13 | |
*** ddieterly has joined #openstack-infra | 22:13 | |
*** salv-orlando has quit IRC | 22:20 | |
*** Darkwan has joined #openstack-infra | 22:26 | |
*** asselin_ has quit IRC | 22:29 | |
*** mase_x200 has joined #openstack-infra | 22:37 | |
*** asselin_ has joined #openstack-infra | 22:41 | |
*** jtriley has joined #openstack-infra | 22:47 | |
*** jtriley has quit IRC | 22:52 | |
*** praveenkumar has quit IRC | 22:55 | |
*** praveenkumar has joined #openstack-infra | 23:06 | |
*** asselin_ has quit IRC | 23:08 | |
*** _nadya_ has joined #openstack-infra | 23:10 | |
*** _nadya_ has quit IRC | 23:14 | |
*** baoli has joined #openstack-infra | 23:24 | |
*** mase_x200 has quit IRC | 23:27 | |
*** Longgeek has quit IRC | 23:41 | |
*** yamamoto has joined #openstack-infra | 23:43 | |
*** woodster_ has quit IRC | 23:50 | |
*** otter768 has joined #openstack-infra | 23:55 | |
*** woodster_ has joined #openstack-infra | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!