*** alobbs has quit IRC | 00:04 | |
*** dims has joined #openstack-dev | 00:07 | |
*** salv-orlando has left #openstack-dev | 00:07 | |
*** kaganos has quit IRC | 00:09 | |
*** _0x44 has quit IRC | 00:10 | |
*** alop has quit IRC | 00:14 | |
*** vipul is now known as vipul|away | 00:16 | |
*** vipul|away is now known as vipul | 00:16 | |
jgriffith | any horizon folks around? | 00:17 |
---|---|---|
jgriffith | keystoneclient rev change has the gates in a bit of a jam: http://logs.openstack.org/16001/3/check/gate-tempest-devstack-vm/18983/console.html | 00:18 |
*** kaganos has joined #openstack-dev | 00:18 | |
*** ijw has quit IRC | 00:18 | |
* mordred blames heckj | 00:21 | |
jeblair | actually... | 00:21 |
jeblair | if i'm reading that right, it's downgrading to 0.1.3 because of (python-openstackclient?) | 00:21 |
jeblair | it normally runs out of git, but because of this: | 00:22 |
jeblair | 00:02:24 Downloading/unpacking python-keystoneclient>=0.1,<0.2 (from -r python_openstackclient.egg-info/requires.txt (line 8)) | 00:22 |
jeblair | pip helpfully downgrades. | 00:22 |
mordred | have I mentioned that the arbitrary ordering of installing pip requires in devstack due to project overlap is a bit of a dog? | 00:22 |
jeblair | why is python-openstackclient being installed? | 00:22 |
mordred | because | 00:22 |
mordred | git_clone https://github.com/openstack/python-openstackclient.git /opt/stack/python-openstackclient master | 00:23 |
jeblair | it's used in the gate but not gated itself. we should probably change that. anyway... | 00:24 |
jeblair | this is the sort of thing the global dependency list is supposed to address | 00:25 |
*** littleidea has joined #openstack-dev | 00:25 | |
mordred | indeed | 00:25 |
mordred | but even the global dep list isn't intended to force all of the projects to upgrade their deps to match the global dep list at the same time | 00:25 |
*** alunduil has joined #openstack-dev | 00:26 | |
mordred | this is kinda why I was suggesting that we wrap each of the installs in their own venv in devstack - because the way things install in devstack right now is not how people are thinking/designing that they should be done | 00:27 |
mordred | the way it's done now, devstack itself has an enforced de-facto global dep list that is coordinated | 00:27 |
jeblair | mordred: however, it is nonsensical for projects whose master trunks are tested together to specify lower versions than what are tested. | 00:27 |
jeblair | mordred: i don't think that's correct behavior, then you will not be testing the projects together. | 00:28 |
clarkb | ++ | 00:28 |
mordred | jeblair: we have not identified to coordinate a library dep upgrade across projects simulataneously | 00:28 |
mordred | and I do think you will be testing the projects together | 00:28 |
*** alunduil has quit IRC | 00:28 | |
jeblair | mordred: parse error | 00:28 |
mordred | I believe you will be testing that an install of master nova works with an install of master glance | 00:28 |
jeblair | mordred: what you are suggesting does not solve what just happened | 00:29 |
mordred | no? | 00:29 |
clarkb | mordred: we would be testing the interactions with the projects assuming they will all be installed in venvs or on different systems | 00:29 |
mordred | clarkb: yes. because you know what - in a real world scenario they _WILL_ be installed on different systems | 00:29 |
jeblair | mordred: what just happened is that the release of keystone caused a _downgrade_ of the keystone used by openstackclient | 00:29 |
jeblair | mordred: we're not testing real-world production release deploys, we're testing the tip of master | 00:29 |
mordred | right | 00:30 |
mordred | but the thing we want to test is that the services work together | 00:30 |
*** alunduil has joined #openstack-dev | 00:30 | |
mordred | not that the services dependency lists are compatible at the moment | 00:30 |
mordred | that's a thing that the distros care about | 00:30 |
mordred | on a per-commit middle-of-dev-cycle basis it is not a thing that we have decided that we as a project care about | 00:30 |
jeblair | mordred: the key issue is that we're not talking about an external dependency, we're talking about an internal one... | 00:31 |
*** ayoung has quit IRC | 00:31 | |
mordred | in fact, the projects have explicitly asked that they be able to upgrade to new versions of dependent libraries on different cadences during the dev cycle | 00:31 |
jeblair | mordred: horizon DOES work with keystoneclient master, and it specifically should. that's the opposite of what you just said. | 00:31 |
jeblair | the project has explicitly decided that all of the component project should always work together. | 00:32 |
jeblair | that's why we made the devstack gate. they didn't use to. | 00:32 |
*** david_lunch is now known as davidlenwell | 00:33 | |
jeblair | the problem isn't that horizon and keystoneclient don't work together because of release cadence -- they do! the problem is that pip downgraded it because the version of keystoneclient installed was higher than openstackclient specified. | 00:33 |
mordred | right | 00:33 |
jeblair | and openstackclient is wrong, because it also was being tested with the latest master. | 00:33 |
mordred | because openstackclient lists pip requirements in its pip-requires | 00:33 |
mordred | which is not taken in to account when we have also installed those requirements via git | 00:34 |
*** saurabhs has left #openstack-dev | 00:34 | |
mordred | unless you're saying that we should just pop in a change to openstackclient that removes the <2.0 | 00:35 |
mordred | (although, honestly, why is openstackclient in the gate at all?) | 00:35 |
jeblair | i believe that is the solution. | 00:35 |
jeblair | and that was the question i lead with. :) | 00:35 |
mordred | I'd say fix #1 is remove openstackclient from the gate | 00:35 |
jeblair | you mean from devstack, i suppose? | 00:36 |
mordred | I do, actually | 00:36 |
*** nati_uen_ has joined #openstack-dev | 00:36 | |
jeblair | https://review.openstack.org/16352 | 00:38 |
jeblair | of course, it's not part of the gate, so we won't know if that fixes it. | 00:39 |
*** roadTripper has quit IRC | 00:39 | |
*** _0x44 has joined #openstack-dev | 00:39 | |
*** nati_ueno has quit IRC | 00:40 | |
jeblair | morded: https://review.openstack.org/16353 | 00:41 |
jeblair | (we will be able to see if that fixes it, though) | 00:42 |
*** kaganos has quit IRC | 00:42 | |
jeblair | mordred: i think the general principal is this: master branches should not specify upper bound dependencies of other openstack projects | 00:43 |
jeblair | mordred: stable/ branches can be changed to specify the versions of openstack projects in the stable/ branches | 00:44 |
jeblair | mordred: (as long as it's in such a way as they don't get downgraded if you setup.py install two on the same host) | 00:45 |
jgriffith | jeblair: +1 | 00:45 |
mordred | ++ | 00:46 |
*** kmartin has quit IRC | 00:46 | |
*** otherwiseguy has quit IRC | 00:46 | |
*** TerryH has quit IRC | 00:48 | |
jeblair | mordred: https://review.openstack.org/16354 | 00:49 |
jeblair | having said that, i'm not sure how you cut a release of glanceclient with an upper bound. the milestone-proposed process accounts for this, but not the 'just tag master' process. | 00:50 |
mordred | yeah. me neither | 00:50 |
jeblair | an alternative is that we stop gating the client libs, and just treat them as external dependencies. then what gets tested is specified by version bumps of the server projects. but then they can't evolve together as quickly. | 00:52 |
jeblair | the client libs could have a release-stabilization branch where versions can be pinned before release... | 00:53 |
*** vipul is now known as vipul|away | 00:54 | |
*** jcmartin has quit IRC | 00:54 | |
jeblair | mordred: i believe these changes will need to be merged in this order: https://review.openstack.org/#/c/16352/ https://review.openstack.org/#/c/16354/ | 00:56 |
jeblair | mordred: and optionally: https://review.openstack.org/#/c/16353/ | 00:56 |
openstackgerrit | A change was merged to openstack/python-glanceclient: Unpin keystoneclient dependency https://review.openstack.org/16350 | 00:57 |
jeblair | vishy beat me too it. :) | 00:57 |
vishy | that needs to be pushed to pypi right? | 00:58 |
jeblair | vishy: not to fix the gate | 00:58 |
*** jcooley has joined #openstack-dev | 00:58 | |
*** ewindisch has joined #openstack-dev | 01:04 | |
*** dims has quit IRC | 01:04 | |
*** networkstatic_ has joined #openstack-dev | 01:05 | |
*** dims has joined #openstack-dev | 01:05 | |
*** dims has quit IRC | 01:06 | |
*** dims has joined #openstack-dev | 01:07 | |
*** gatuus has joined #openstack-dev | 01:07 | |
*** networkstatic has quit IRC | 01:07 | |
*** networkstatic_ is now known as networkstatic | 01:07 | |
*** nati_uen_ has quit IRC | 01:16 | |
*** gatuus has quit IRC | 01:19 | |
*** jaypipes has quit IRC | 01:25 | |
*** esp has quit IRC | 01:28 | |
*** dims has quit IRC | 01:34 | |
*** nati_ueno has joined #openstack-dev | 01:37 | |
*** jcooley has quit IRC | 01:39 | |
*** hemna has quit IRC | 01:41 | |
*** jcru has quit IRC | 01:41 | |
*** danwent has quit IRC | 01:43 | |
*** samkottler is now known as samkottler|afk | 01:48 | |
*** gongysh has joined #openstack-dev | 01:48 | |
*** Mandell has quit IRC | 01:54 | |
*** danwent has joined #openstack-dev | 01:55 | |
*** Shrews has quit IRC | 01:55 | |
*** danwent has quit IRC | 01:58 | |
*** reed has quit IRC | 01:59 | |
*** colinmcnamara has joined #openstack-dev | 02:00 | |
*** nati_ueno has quit IRC | 02:03 | |
*** adjohn has quit IRC | 02:03 | |
*** jcooley has joined #openstack-dev | 02:04 | |
*** nati_ueno has joined #openstack-dev | 02:07 | |
*** strife25 has quit IRC | 02:09 | |
*** strife25 has joined #openstack-dev | 02:10 | |
*** nati_ueno has quit IRC | 02:12 | |
*** gongysh has quit IRC | 02:15 | |
*** dims has joined #openstack-dev | 02:16 | |
*** jcooley has quit IRC | 02:17 | |
*** ewindisch has quit IRC | 02:19 | |
*** adjohn has joined #openstack-dev | 02:19 | |
*** mrodden1 has quit IRC | 02:20 | |
*** esp has joined #openstack-dev | 02:21 | |
*** adjohn has quit IRC | 02:22 | |
*** littleidea has quit IRC | 02:24 | |
*** littleidea has joined #openstack-dev | 02:24 | |
*** dubsquared has joined #openstack-dev | 02:24 | |
*** dubsquared has quit IRC | 02:24 | |
*** colinmcnamara has quit IRC | 02:25 | |
*** littleidea has quit IRC | 02:25 | |
*** esp has quit IRC | 02:28 | |
*** juice has quit IRC | 02:32 | |
*** mfer has joined #openstack-dev | 02:35 | |
*** novas0x2a|laptop has quit IRC | 02:37 | |
*** yjiang5 has quit IRC | 02:39 | |
*** colinmcnamara has joined #openstack-dev | 02:42 | |
*** edygarcia has quit IRC | 02:50 | |
*** jog0 has quit IRC | 02:51 | |
*** dims has quit IRC | 02:55 | |
*** jefferai has left #openstack-dev | 03:01 | |
*** Mandell has joined #openstack-dev | 03:02 | |
*** gongysh has joined #openstack-dev | 03:06 | |
*** networkstatic has quit IRC | 03:11 | |
*** mnewby has quit IRC | 03:21 | |
*** anniec has quit IRC | 03:27 | |
*** thingee has quit IRC | 03:27 | |
*** networkstatic has joined #openstack-dev | 03:35 | |
*** winston-d has joined #openstack-dev | 03:36 | |
*** Mandell has quit IRC | 03:41 | |
*** mfer has quit IRC | 03:43 | |
*** anteaya has quit IRC | 03:46 | |
*** mfer has joined #openstack-dev | 03:48 | |
*** mfer has quit IRC | 03:48 | |
*** mnewby has joined #openstack-dev | 04:02 | |
*** melwitt has left #openstack-dev | 04:04 | |
*** Dr_Who has quit IRC | 04:09 | |
*** locke105 has joined #openstack-dev | 04:11 | |
*** Mandell has joined #openstack-dev | 04:21 | |
*** colinmcnamara has quit IRC | 04:26 | |
*** colinmcnamara has joined #openstack-dev | 04:46 | |
*** colinmcnamara has left #openstack-dev | 04:47 | |
*** armaan has joined #openstack-dev | 04:53 | |
*** armaan has left #openstack-dev | 04:53 | |
*** jcooley has joined #openstack-dev | 04:59 | |
*** nati_ueno has joined #openstack-dev | 05:01 | |
*** nati_ueno has quit IRC | 05:03 | |
*** thingee has joined #openstack-dev | 05:04 | |
*** nati_ueno has joined #openstack-dev | 05:04 | |
*** enikanorov_ has quit IRC | 05:11 | |
*** Mandell has quit IRC | 05:24 | |
*** mattstep has quit IRC | 05:27 | |
*** mattstep has joined #openstack-dev | 05:28 | |
*** Dr_Who has joined #openstack-dev | 05:32 | |
*** Dr_Who has joined #openstack-dev | 05:32 | |
*** Dr_Who has quit IRC | 05:36 | |
*** sacharya1 has quit IRC | 05:39 | |
*** nati_uen_ has joined #openstack-dev | 05:39 | |
*** jcooley has quit IRC | 05:40 | |
*** jcooley has joined #openstack-dev | 05:41 | |
*** nati_ueno has quit IRC | 05:43 | |
*** jcooley has quit IRC | 05:47 | |
*** Dr_Who has joined #openstack-dev | 05:48 | |
*** Dr_Who has joined #openstack-dev | 05:48 | |
*** ewindisch has joined #openstack-dev | 05:49 | |
gongysh | garyk: ping | 05:50 |
*** aeperezt has quit IRC | 05:50 | |
*** utlemming has quit IRC | 05:54 | |
*** jcooley has joined #openstack-dev | 05:54 | |
*** ewindisch has quit IRC | 05:55 | |
*** Dr_Who has quit IRC | 06:00 | |
*** jcooley has quit IRC | 06:03 | |
*** armaan has joined #openstack-dev | 06:03 | |
*** armaan has left #openstack-dev | 06:03 | |
*** jcooley has joined #openstack-dev | 06:15 | |
*** jcooley has quit IRC | 06:21 | |
*** jcooley has joined #openstack-dev | 06:27 | |
*** jcooley has quit IRC | 06:32 | |
*** nati_ueno has joined #openstack-dev | 06:53 | |
*** nati_uen_ has quit IRC | 06:54 | |
*** ewindisch has joined #openstack-dev | 07:02 | |
*** Hitesh has quit IRC | 07:05 | |
*** renier has joined #openstack-dev | 07:09 | |
*** renier has quit IRC | 07:13 | |
*** zaitcev has quit IRC | 07:22 | |
*** nati_uen_ has joined #openstack-dev | 07:22 | |
*** nati_ueno has quit IRC | 07:24 | |
*** saurabh has quit IRC | 07:32 | |
*** Ryan_Lane has quit IRC | 07:42 | |
*** colinmcnamara has joined #openstack-dev | 07:45 | |
*** colinmcnamara has quit IRC | 07:50 | |
*** koolhead17 has joined #openstack-dev | 07:51 | |
*** strife25 has quit IRC | 07:57 | |
*** adjohn has joined #openstack-dev | 08:00 | |
*** e1mer has quit IRC | 08:01 | |
*** renier has joined #openstack-dev | 08:03 | |
*** renier has quit IRC | 08:08 | |
*** gongysh has quit IRC | 08:13 | |
*** blamar_ has joined #openstack-dev | 08:18 | |
*** blamar has quit IRC | 08:20 | |
*** blamar_ is now known as blamar | 08:20 | |
*** nati_uen_ has quit IRC | 08:30 | |
*** gongysh has joined #openstack-dev | 08:31 | |
*** gongysh has quit IRC | 08:36 | |
*** mnewby has quit IRC | 09:02 | |
*** brich1 has joined #openstack-dev | 09:04 | |
*** adjohn has quit IRC | 09:15 | |
*** Ryan_Lane has joined #openstack-dev | 09:18 | |
*** davidh_ has quit IRC | 09:22 | |
*** sthaha has joined #openstack-dev | 09:27 | |
*** timjr has quit IRC | 09:43 | |
*** blamar has quit IRC | 10:07 | |
*** WormMan has quit IRC | 10:14 | |
*** WormMan has joined #openstack-dev | 10:14 | |
*** henrynash has joined #openstack-dev | 10:15 | |
*** ewindisch has quit IRC | 10:17 | |
*** brich1 has quit IRC | 10:26 | |
*** alexpilotti has joined #openstack-dev | 10:36 | |
*** renier has joined #openstack-dev | 10:59 | |
*** alobbs has joined #openstack-dev | 11:03 | |
openstackgerrit | A change was merged to openstack/nova: Added sample tests to consoles API. https://review.openstack.org/15876 | 11:05 |
*** pixelbeat has joined #openstack-dev | 11:16 | |
*** Ryan_Lane has quit IRC | 11:16 | |
zykes- | dripton: around ? :) | 11:25 |
zykes- | https://review.openstack.org/#/c/15196/1 < why wasn't that merged ? | 11:25 |
*** haleyb has quit IRC | 11:28 | |
*** winston-d has quit IRC | 11:33 | |
*** alexpilotti has quit IRC | 11:41 | |
Madkiss | hmmmmmm | 11:50 |
*** sthaha has quit IRC | 11:55 | |
*** pixelbeat has quit IRC | 11:59 | |
*** jcooley has joined #openstack-dev | 12:07 | |
*** blamar has joined #openstack-dev | 12:16 | |
openstackgerrit | A change was merged to openstack/nova: Use disk image path to setup lxc container https://review.openstack.org/16165 | 12:19 |
*** jcooley has quit IRC | 12:22 | |
*** eglynn__ has joined #openstack-dev | 12:29 | |
*** topol has joined #openstack-dev | 12:39 | |
*** turul64 has joined #openstack-dev | 12:46 | |
*** littleidea has joined #openstack-dev | 12:46 | |
*** maxiz has joined #openstack-dev | 12:47 | |
*** mindpixel has joined #openstack-dev | 13:05 | |
*** cmagina has quit IRC | 13:05 | |
*** cmagina has joined #openstack-dev | 13:06 | |
*** gggg_ has joined #openstack-dev | 13:15 | |
*** pixelbeat has joined #openstack-dev | 13:17 | |
*** littleidea has quit IRC | 13:18 | |
*** flepied has joined #openstack-dev | 13:20 | |
*** maoy_ has joined #openstack-dev | 13:23 | |
*** maoy_ has quit IRC | 13:23 | |
*** maoy has quit IRC | 13:25 | |
*** diganta has quit IRC | 13:41 | |
*** gongysh has joined #openstack-dev | 13:41 | |
*** topol has quit IRC | 13:43 | |
*** sdague has quit IRC | 13:47 | |
*** darjeeling has joined #openstack-dev | 13:53 | |
*** aeperezt has joined #openstack-dev | 14:02 | |
*** mindpixel has quit IRC | 14:05 | |
*** koolhead17 has quit IRC | 14:06 | |
*** mikal has quit IRC | 14:07 | |
*** marcus_ has joined #openstack-dev | 14:07 | |
*** mikal has joined #openstack-dev | 14:09 | |
*** littleidea has joined #openstack-dev | 14:13 | |
*** brich1 has joined #openstack-dev | 14:20 | |
*** maxiz has quit IRC | 14:26 | |
*** brich1 has quit IRC | 14:29 | |
*** littleidea has left #openstack-dev | 14:34 | |
*** markmc has quit IRC | 14:37 | |
*** networkingstack has joined #openstack-dev | 14:42 | |
*** maxiz has joined #openstack-dev | 14:42 | |
*** networkingstack has quit IRC | 14:52 | |
*** danwent has joined #openstack-dev | 14:54 | |
*** dims has joined #openstack-dev | 14:58 | |
*** brich1 has joined #openstack-dev | 15:00 | |
*** danwent has quit IRC | 15:00 | |
*** danwent has joined #openstack-dev | 15:00 | |
*** edygarcia has joined #openstack-dev | 15:05 | |
*** brich1 has quit IRC | 15:18 | |
*** marcus_ has quit IRC | 15:18 | |
*** dingus9 has joined #openstack-dev | 15:18 | |
dingus9 | hey what's a typical turn around time for having my CLA approved? | 15:19 |
dansmith | dingus9: about 30 days | 15:21 |
dingus9 | dansmith: realy? | 15:21 |
dansmith | (joking) | 15:21 |
dansmith | no, not really :) | 15:21 |
dingus9 | oh hehe | 15:21 |
*** blamar has quit IRC | 15:22 | |
dansmith | dingus9: usually a few working days, I'd say | 15:22 |
dingus9 | I was like guess I should just chuck the changes I made last night | 15:22 |
*** littleidea has joined #openstack-dev | 15:22 | |
*** littleidea has left #openstack-dev | 15:22 | |
dingus9 | lol it took me for ever to just get through all the sign up stuff… I was like just let me commit dang it | 15:23 |
dansmith | :) | 15:23 |
dingus9 | I guess it helps to also join the groups they tell me too hmmm | 15:26 |
*** annegentle_ has joined #openstack-dev | 15:26 | |
*** littleidea has joined #openstack-dev | 15:27 | |
*** hemna has joined #openstack-dev | 15:41 | |
*** littleidea has left #openstack-dev | 15:41 | |
dingus9 | cool just added my signed CLA to the appropriate wiki page, and sent a group join request that should help things along a wee bit | 15:46 |
dingus9 | hey dansmith what would be considered a feature? | 15:47 |
dingus9 | I added a flag for ssh —extra-opts… to pass additional opts to ssh, would that be a full feature, it's only a few lines to add an additional parameter and handling of it | 15:50 |
*** littleidea has joined #openstack-dev | 15:51 | |
*** littleidea has left #openstack-dev | 15:52 | |
*** edygarcia has quit IRC | 15:56 | |
Kiall | dingus9, sounds like a feature to me.. I assume you need the extra opts to make something work right though? Which could be enough to consider it a bug fix and allow backport to the stable branch | 15:58 |
*** danwent has quit IRC | 16:01 | |
*** danwent has joined #openstack-dev | 16:05 | |
*** littleidea has joined #openstack-dev | 16:05 | |
*** littleidea has left #openstack-dev | 16:06 | |
*** rha has quit IRC | 16:06 | |
dingus9 | ooh | 16:06 |
*** rha has joined #openstack-dev | 16:07 | |
dingus9 | Kiall: yeah I just needed to be able to do command execution and ssh masterconnection sharing | 16:07 |
dingus9 | that allows easy scp and other commands through the control files | 16:08 |
dingus9 | Basically I just added a single opt "—extra-opts" to the ssh command in nova client | 16:08 |
dingus9 | personally I think it's worth a fast track, because it allows one to actually use ssh | 16:09 |
Kiall | Oh - I'm pretty sure new features are allowed in the client libraries between releases.. | 16:09 |
Kiall | The client libs are on a different release schedule than the server side components | 16:09 |
dingus9 | Good, I wasn't thinking it would be a show stopper | 16:10 |
*** gggg_ has quit IRC | 16:10 | |
dingus9 | one cool thing I discovered is, once you have an ssh master control file, you don't have to re-specify the correct host info… just point ssh or scp to the control file… They use it regardless… So it makes it really easy to support the entire ssh stack with one call through nova ssh | 16:11 |
dingus9 | heh this all started because I wanted to use my key deploy script to deploy to nova controlled resources… without doing too much grepping what not | 16:14 |
*** littleidea has joined #openstack-dev | 16:18 | |
*** pixelbeat has quit IRC | 16:20 | |
*** littleidea has quit IRC | 16:21 | |
*** henrynash has quit IRC | 16:22 | |
*** annegentle_ has quit IRC | 16:22 | |
*** littleidea has joined #openstack-dev | 16:23 | |
*** annegentle_ has joined #openstack-dev | 16:23 | |
*** littleidea has left #openstack-dev | 16:23 | |
*** henrynash has joined #openstack-dev | 16:31 | |
*** davidha has joined #openstack-dev | 16:35 | |
mordred | dingus9: yeah - sorry for the pain it is to get the CLA done - we're _actively_ working on fixing that | 16:36 |
*** annegentle_ has quit IRC | 16:36 | |
dingus9 | mordred: ;) Thanks for being awesome though… it actually feels like people here want contributions so that's awesome | 16:37 |
*** alexpilotti has joined #openstack-dev | 16:45 | |
*** dingus9 has quit IRC | 16:45 | |
*** networkstatic has quit IRC | 16:46 | |
*** networkstatic has joined #openstack-dev | 16:46 | |
*** networkstatic has quit IRC | 16:51 | |
*** koolhead17 has joined #openstack-dev | 16:56 | |
*** colinmcnamara has joined #openstack-dev | 16:59 | |
*** gongysh has quit IRC | 17:00 | |
*** ywu_ has joined #openstack-dev | 17:02 | |
*** yjiang5 has joined #openstack-dev | 17:07 | |
*** yjiang5 is now known as yjiang5_away | 17:08 | |
*** EmilienM has joined #openstack-dev | 17:10 | |
*** jcru has joined #openstack-dev | 17:11 | |
*** hemna has quit IRC | 17:12 | |
*** dhellmann is now known as dhellmann-afk | 17:16 | |
*** jcru has quit IRC | 17:23 | |
*** huats has joined #openstack-dev | 17:35 | |
*** armaan has joined #openstack-dev | 17:35 | |
*** armaan has left #openstack-dev | 17:35 | |
*** mnewby has joined #openstack-dev | 17:42 | |
*** pabelanger_ has joined #openstack-dev | 17:45 | |
*** pabelanger_ has joined #openstack-dev | 17:45 | |
*** pabelanger has quit IRC | 17:46 | |
*** pabelanger_ is now known as pabelanger | 17:46 | |
*** Dr_Who has joined #openstack-dev | 17:46 | |
*** pabelanger_ has joined #openstack-dev | 17:46 | |
*** Dr_Who has quit IRC | 17:47 | |
*** colinmcnamara has left #openstack-dev | 17:55 | |
*** sacharya has joined #openstack-dev | 18:01 | |
*** ywu_ has quit IRC | 18:05 | |
*** ywu_ has joined #openstack-dev | 18:05 | |
*** adjohn has joined #openstack-dev | 18:07 | |
*** ywu_ has quit IRC | 18:08 | |
*** ywu_ has joined #openstack-dev | 18:08 | |
*** stef__ has joined #openstack-dev | 18:09 | |
*** zodiak has quit IRC | 18:09 | |
*** stef__ has quit IRC | 18:14 | |
*** zodiak has joined #openstack-dev | 18:14 | |
*** ywu_ has quit IRC | 18:17 | |
*** ywu_ has joined #openstack-dev | 18:17 | |
*** zodiak has quit IRC | 18:22 | |
*** zodiak has joined #openstack-dev | 18:27 | |
*** ywu_ has quit IRC | 18:32 | |
*** ywu_ has joined #openstack-dev | 18:32 | |
*** gggg_ has joined #openstack-dev | 18:35 | |
*** jcru has joined #openstack-dev | 18:45 | |
*** ywu_ has quit IRC | 18:47 | |
*** ywu_ has joined #openstack-dev | 18:47 | |
*** hemna has joined #openstack-dev | 18:48 | |
*** adjohn has quit IRC | 18:49 | |
*** hemna has quit IRC | 18:52 | |
*** danwent has quit IRC | 18:53 | |
*** darjeeling has quit IRC | 18:56 | |
*** strife25 has joined #openstack-dev | 18:58 | |
*** yjiang5_away has quit IRC | 19:00 | |
*** yjiang5 has joined #openstack-dev | 19:02 | |
*** ywu_ has quit IRC | 19:02 | |
*** ywu_ has joined #openstack-dev | 19:02 | |
*** ywu_ has quit IRC | 19:02 | |
*** ywu_ has joined #openstack-dev | 19:02 | |
*** zodiak has quit IRC | 19:03 | |
*** aeperezt has quit IRC | 19:03 | |
*** zodiak has joined #openstack-dev | 19:03 | |
Madkiss | hmm. My OpenStack VMs sometimes don't get an ip address via dhcp, and sometimes they do | 19:05 |
*** ywu_ has quit IRC | 19:08 | |
*** ywu_ has joined #openstack-dev | 19:08 | |
*** danwent has joined #openstack-dev | 19:12 | |
*** koolhead17 has quit IRC | 19:12 | |
*** ywu_ has quit IRC | 19:12 | |
*** ywu_ has joined #openstack-dev | 19:12 | |
*** blamar has joined #openstack-dev | 19:15 | |
*** ywu_ has quit IRC | 19:17 | |
*** ywu_ has joined #openstack-dev | 19:17 | |
*** networkstatic has joined #openstack-dev | 19:17 | |
*** networkstatic has quit IRC | 19:23 | |
*** networkstatic_ has joined #openstack-dev | 19:23 | |
*** tmishler has joined #openstack-dev | 19:24 | |
*** adjohn has joined #openstack-dev | 19:26 | |
*** tmishler has quit IRC | 19:29 | |
*** ywu_ has quit IRC | 19:32 | |
*** ywu_ has joined #openstack-dev | 19:32 | |
*** adjohn has quit IRC | 19:34 | |
*** networkstatic has joined #openstack-dev | 19:36 | |
*** networkstatic_ has quit IRC | 19:37 | |
*** henrynash has quit IRC | 19:43 | |
*** ywu_ has quit IRC | 19:47 | |
*** ywu_ has joined #openstack-dev | 19:47 | |
openstackgerrit | A change was merged to openstack/quantum: Use DB count to get resource counts. https://review.openstack.org/15747 | 19:57 |
*** ywu_ has quit IRC | 20:01 | |
*** ywu_ has joined #openstack-dev | 20:02 | |
*** ywu_ has quit IRC | 20:02 | |
*** ywu_ has joined #openstack-dev | 20:02 | |
*** aeperezt has joined #openstack-dev | 20:07 | |
*** ywu_ has quit IRC | 20:08 | |
*** ywu_ has joined #openstack-dev | 20:08 | |
*** henrynash has joined #openstack-dev | 20:09 | |
*** eglynn has joined #openstack-dev | 20:12 | |
*** eglynn__ has quit IRC | 20:14 | |
*** ywu_ has quit IRC | 20:17 | |
*** ywu_ has joined #openstack-dev | 20:17 | |
*** colinmcnamara has joined #openstack-dev | 20:19 | |
*** woprandi has joined #openstack-dev | 20:21 | |
*** henrynash has quit IRC | 20:22 | |
woprandi | hi everybody | 20:23 |
*** strife25 has quit IRC | 20:31 | |
*** danwent has quit IRC | 20:32 | |
*** ywu_ has quit IRC | 20:32 | |
*** ywu_ has joined #openstack-dev | 20:32 | |
*** colinmcnamara has quit IRC | 20:34 | |
*** mnewby has quit IRC | 20:36 | |
*** colinmcnamara has joined #openstack-dev | 20:40 | |
*** littleidea has joined #openstack-dev | 20:43 | |
*** Tross has quit IRC | 20:45 | |
*** ywu_ has quit IRC | 20:47 | |
*** ywu_ has joined #openstack-dev | 20:47 | |
*** otherwiseguy has joined #openstack-dev | 20:52 | |
*** gggg_ has quit IRC | 20:55 | |
*** ywu_ has quit IRC | 21:01 | |
*** ywu_ has joined #openstack-dev | 21:02 | |
*** ywu_ has quit IRC | 21:02 | |
*** ywu_ has joined #openstack-dev | 21:02 | |
*** colinmcnamara has quit IRC | 21:05 | |
*** ywu_ has quit IRC | 21:08 | |
*** almaisan-away is now known as al-maisan | 21:08 | |
*** ywu_ has joined #openstack-dev | 21:08 | |
*** al-maisan is now known as almaisan-away | 21:08 | |
*** dhellmann has joined #openstack-dev | 21:08 | |
*** dhellmann-afk has quit IRC | 21:11 | |
*** dhellmann has quit IRC | 21:11 | |
*** ywu_ has quit IRC | 21:12 | |
*** ywu_ has joined #openstack-dev | 21:12 | |
*** ywu_ has quit IRC | 21:17 | |
*** ywu_ has joined #openstack-dev | 21:17 | |
*** Dereckson has quit IRC | 21:17 | |
*** annegentle_ has joined #openstack-dev | 21:17 | |
*** danwent has joined #openstack-dev | 21:21 | |
*** annegentle_ has quit IRC | 21:24 | |
*** danwent has quit IRC | 21:27 | |
EmilienM | Madkiss: using Quantum? | 21:27 |
EmilienM | Madkiss: if yes, and if you run L3 & DHCP quantum agents on same node, you should enable namespace | 21:28 |
EmilienM | that can be the solution at your issue | 21:28 |
*** adjohn has joined #openstack-dev | 21:29 | |
*** ywu_ has quit IRC | 21:32 | |
*** ywu_ has joined #openstack-dev | 21:32 | |
*** annegentle_ has joined #openstack-dev | 21:32 | |
*** colinmcnamara has joined #openstack-dev | 21:32 | |
zykes- | EmilienM: ! | 21:35 |
zykes- | hoii frenchie | 21:35 |
zykes- | long time ago seeing you here :) | 21:35 |
*** alexpilotti has quit IRC | 21:35 | |
EmilienM | zykes-: I'm here 24/7 | 21:35 |
zykes- | no you ain't :p | 21:35 |
zykes- | EmilienM: wanna skypE ? | 21:36 |
*** EmilienM has left #openstack-dev | 21:40 | |
zykes- | hah | 21:40 |
*** annegentle_ has quit IRC | 21:41 | |
*** Dr_Who has joined #openstack-dev | 21:45 | |
*** Dr_Who has joined #openstack-dev | 21:45 | |
*** ywu_ has quit IRC | 21:47 | |
*** ywu_ has joined #openstack-dev | 21:47 | |
*** ywu_ has quit IRC | 21:54 | |
*** ywu_ has joined #openstack-dev | 21:55 | |
*** EmilienM has joined #openstack-dev | 21:56 | |
*** EmilienM has left #openstack-dev | 21:56 | |
*** EmilienM has joined #openstack-dev | 21:58 | |
*** reed has joined #openstack-dev | 21:59 | |
*** EmilienM has left #openstack-dev | 21:59 | |
*** strife25 has joined #openstack-dev | 21:59 | |
*** annegentle_ has joined #openstack-dev | 22:00 | |
*** ywu_ has quit IRC | 22:01 | |
*** ywu_ has joined #openstack-dev | 22:02 | |
*** ywu_ has quit IRC | 22:02 | |
*** ywu_ has joined #openstack-dev | 22:02 | |
*** adjohn has quit IRC | 22:05 | |
*** ywu_ has quit IRC | 22:08 | |
*** ywu__ has joined #openstack-dev | 22:08 | |
*** juice has joined #openstack-dev | 22:13 | |
*** andrewbogott_afk is now known as andrewbogott | 22:16 | |
*** ywu__ has quit IRC | 22:17 | |
*** ywu_ has joined #openstack-dev | 22:17 | |
andrewbogott | If there are any python-openstackclient people online, can someone confirm that this is still roughly how to write a command? http://fpaste.org/SgTu/ (I want to make sure the state-of-the-art hasn't utterly changed since I last looked at this) | 22:19 |
*** colinmcnamara has quit IRC | 22:21 | |
*** EmilienM has joined #openstack-dev | 22:21 | |
*** EmilienM has left #openstack-dev | 22:22 | |
*** littleidea has quit IRC | 22:23 | |
*** colinmcnamara has joined #openstack-dev | 22:23 | |
*** littleidea has joined #openstack-dev | 22:24 | |
*** EmilienM has joined #openstack-dev | 22:30 | |
*** EmilienM has left #openstack-dev | 22:31 | |
*** ywu_ has quit IRC | 22:32 | |
*** ywu_ has joined #openstack-dev | 22:32 | |
*** EmilienM has joined #openstack-dev | 22:34 | |
*** EmilienM has left #openstack-dev | 22:38 | |
*** mikal has quit IRC | 22:40 | |
*** mikal has joined #openstack-dev | 22:42 | |
*** cburgess has quit IRC | 22:43 | |
*** annegentle_ has quit IRC | 22:43 | |
*** ywu_ has quit IRC | 22:47 | |
*** ywu_ has joined #openstack-dev | 22:47 | |
*** ywu_ has quit IRC | 22:54 | |
*** ywu_ has joined #openstack-dev | 22:54 | |
*** woprandi has quit IRC | 22:59 | |
*** ywu_ has quit IRC | 23:01 | |
*** ywu_ has joined #openstack-dev | 23:02 | |
*** ywu_ has quit IRC | 23:02 | |
*** ywu_ has joined #openstack-dev | 23:02 | |
*** ywu_ has quit IRC | 23:08 | |
*** ywu_ has joined #openstack-dev | 23:08 | |
*** pabelanger has quit IRC | 23:09 | |
*** littleidea has quit IRC | 23:09 | |
*** littleidea has joined #openstack-dev | 23:11 | |
*** littleidea has quit IRC | 23:12 | |
*** strife25 has quit IRC | 23:12 | |
*** littleidea has joined #openstack-dev | 23:15 | |
*** davidha has quit IRC | 23:15 | |
*** turul64 has quit IRC | 23:20 | |
*** dingus9 has joined #openstack-dev | 23:32 | |
*** thingee has quit IRC | 23:33 | |
*** dingus9 has quit IRC | 23:33 | |
*** thingee has joined #openstack-dev | 23:33 | |
*** alobbs has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!