Saturday, 2012-11-17

*** alobbs has quit IRC00:04
*** dims has joined #openstack-dev00:07
*** salv-orlando has left #openstack-dev00:07
*** kaganos has quit IRC00:09
*** _0x44 has quit IRC00:10
*** alop has quit IRC00:14
*** vipul is now known as vipul|away00:16
*** vipul|away is now known as vipul00:16
jgriffithany horizon folks around?00:17
jgriffithkeystoneclient rev change has the gates in a bit of a jam: http://logs.openstack.org/16001/3/check/gate-tempest-devstack-vm/18983/console.html00:18
*** kaganos has joined #openstack-dev00:18
*** ijw has quit IRC00:18
* mordred blames heckj00:21
jeblairactually...00:21
jeblairif i'm reading that right, it's downgrading to 0.1.3 because of (python-openstackclient?)00:21
jeblairit normally runs out of git, but because of this:00:22
jeblair00:02:24 Downloading/unpacking python-keystoneclient>=0.1,<0.2 (from -r python_openstackclient.egg-info/requires.txt (line 8))00:22
jeblairpip helpfully downgrades.00:22
mordredhave I mentioned that the arbitrary ordering of installing pip requires in devstack due to project overlap is a bit of a dog?00:22
jeblairwhy is python-openstackclient being installed?00:22
mordredbecause00:22
mordredgit_clone https://github.com/openstack/python-openstackclient.git /opt/stack/python-openstackclient master00:23
jeblairit's used in the gate but not gated itself.  we should probably change that.  anyway...00:24
jeblairthis is the sort of thing the global dependency list is supposed to address00:25
*** littleidea has joined #openstack-dev00:25
mordredindeed00:25
mordredbut 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 time00:25
*** alunduil has joined #openstack-dev00:26
mordredthis 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 done00:27
mordredthe way it's done now, devstack itself has an enforced de-facto global dep list that is coordinated00:27
jeblairmordred: however, it is nonsensical for projects whose master trunks are tested together to specify lower versions than what are tested.00:27
jeblairmordred: i don't think that's correct behavior, then you will not be testing the projects together.00:28
clarkb++00:28
mordredjeblair: we have not identified to coordinate a library dep upgrade across projects simulataneously00:28
mordredand I do think you will be testing the projects together00:28
*** alunduil has quit IRC00:28
jeblairmordred: parse error00:28
mordredI believe you will be testing that an install of master nova works with an install of master glance00:28
jeblairmordred: what you are suggesting does not solve what just happened00:29
mordredno?00:29
clarkbmordred: we would be testing the interactions with the projects assuming they will all be installed in venvs or on different systems00:29
mordredclarkb: yes. because you know what - in a real world scenario they _WILL_ be installed on different systems00:29
jeblairmordred: what just happened is that the release of keystone caused a _downgrade_ of the keystone used by openstackclient00:29
jeblairmordred: we're not testing real-world production release deploys, we're testing the tip of master00:29
mordredright00:30
mordredbut the thing we want to test is that the services work together00:30
*** alunduil has joined #openstack-dev00:30
mordrednot that the services dependency lists are compatible at the moment00:30
mordredthat's a thing that the distros care about00:30
mordredon a per-commit middle-of-dev-cycle basis it is not a thing that we have decided that we as a project care about00:30
jeblairmordred: 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 IRC00:31
mordredin fact, the projects have explicitly asked that they be able to upgrade to new versions of dependent libraries on different cadences during the dev cycle00:31
jeblairmordred: horizon DOES work with keystoneclient master, and it specifically should.  that's the opposite of what you just said.00:31
jeblairthe project has explicitly decided that all of the component project should always work together.00:32
jeblairthat's why we made the devstack gate.  they didn't use to.00:32
*** david_lunch is now known as davidlenwell00:33
jeblairthe 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
mordredright00:33
jeblairand openstackclient is wrong, because it also was being tested with the latest master.00:33
mordredbecause openstackclient lists pip requirements in its pip-requires00:33
mordredwhich is not taken in to account when we have also installed those requirements via git00:34
*** saurabhs has left #openstack-dev00:34
mordredunless you're saying that we should just pop in a change to openstackclient that removes the <2.000:35
mordred(although, honestly, why is openstackclient in the gate at all?)00:35
jeblairi believe that is the solution.00:35
jeblairand that was the question i lead with.  :)00:35
mordredI'd say fix #1 is remove openstackclient from the gate00:35
jeblairyou mean from devstack, i suppose?00:36
mordredI do, actually00:36
*** nati_uen_ has joined #openstack-dev00:36
jeblairhttps://review.openstack.org/1635200:38
jeblairof course, it's not part of the gate, so we won't know if that fixes it.00:39
*** roadTripper has quit IRC00:39
*** _0x44 has joined #openstack-dev00:39
*** nati_ueno has quit IRC00:40
jeblairmorded: https://review.openstack.org/1635300:41
jeblair(we will be able to see if that fixes it, though)00:42
*** kaganos has quit IRC00:42
jeblairmordred: i think the general principal is this: master branches should not specify upper bound dependencies of other openstack projects00:43
jeblairmordred: stable/ branches can be changed to specify the versions of openstack projects in the stable/ branches00:44
jeblairmordred: (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
jgriffithjeblair: +100:45
mordred++00:46
*** kmartin has quit IRC00:46
*** otherwiseguy has quit IRC00:46
*** TerryH has quit IRC00:48
jeblairmordred: https://review.openstack.org/1635400:49
jeblairhaving 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
mordredyeah. me neither00:50
jeblairan 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
jeblairthe client libs could have a release-stabilization branch where versions can be pinned before release...00:53
*** vipul is now known as vipul|away00:54
*** jcmartin has quit IRC00:54
jeblairmordred: 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
jeblairmordred: and optionally: https://review.openstack.org/#/c/16353/00:56
openstackgerritA change was merged to openstack/python-glanceclient: Unpin keystoneclient dependency  https://review.openstack.org/1635000:57
jeblairvishy beat me too it.  :)00:57
vishythat needs to be pushed to pypi right?00:58
jeblairvishy: not to fix the gate00:58
*** jcooley has joined #openstack-dev00:58
*** ewindisch has joined #openstack-dev01:04
*** dims has quit IRC01:04
*** networkstatic_ has joined #openstack-dev01:05
*** dims has joined #openstack-dev01:05
*** dims has quit IRC01:06
*** dims has joined #openstack-dev01:07
*** gatuus has joined #openstack-dev01:07
*** networkstatic has quit IRC01:07
*** networkstatic_ is now known as networkstatic01:07
*** nati_uen_ has quit IRC01:16
*** gatuus has quit IRC01:19
*** jaypipes has quit IRC01:25
*** esp has quit IRC01:28
*** dims has quit IRC01:34
*** nati_ueno has joined #openstack-dev01:37
*** jcooley has quit IRC01:39
*** hemna has quit IRC01:41
*** jcru has quit IRC01:41
*** danwent has quit IRC01:43
*** samkottler is now known as samkottler|afk01:48
*** gongysh has joined #openstack-dev01:48
*** Mandell has quit IRC01:54
*** danwent has joined #openstack-dev01:55
*** Shrews has quit IRC01:55
*** danwent has quit IRC01:58
*** reed has quit IRC01:59
*** colinmcnamara has joined #openstack-dev02:00
*** nati_ueno has quit IRC02:03
*** adjohn has quit IRC02:03
*** jcooley has joined #openstack-dev02:04
*** nati_ueno has joined #openstack-dev02:07
*** strife25 has quit IRC02:09
*** strife25 has joined #openstack-dev02:10
*** nati_ueno has quit IRC02:12
*** gongysh has quit IRC02:15
*** dims has joined #openstack-dev02:16
*** jcooley has quit IRC02:17
*** ewindisch has quit IRC02:19
*** adjohn has joined #openstack-dev02:19
*** mrodden1 has quit IRC02:20
*** esp has joined #openstack-dev02:21
*** adjohn has quit IRC02:22
*** littleidea has quit IRC02:24
*** littleidea has joined #openstack-dev02:24
*** dubsquared has joined #openstack-dev02:24
*** dubsquared has quit IRC02:24
*** colinmcnamara has quit IRC02:25
*** littleidea has quit IRC02:25
*** esp has quit IRC02:28
*** juice has quit IRC02:32
*** mfer has joined #openstack-dev02:35
*** novas0x2a|laptop has quit IRC02:37
*** yjiang5 has quit IRC02:39
*** colinmcnamara has joined #openstack-dev02:42
*** edygarcia has quit IRC02:50
*** jog0 has quit IRC02:51
*** dims has quit IRC02:55
*** jefferai has left #openstack-dev03:01
*** Mandell has joined #openstack-dev03:02
*** gongysh has joined #openstack-dev03:06
*** networkstatic has quit IRC03:11
*** mnewby has quit IRC03:21
*** anniec has quit IRC03:27
*** thingee has quit IRC03:27
*** networkstatic has joined #openstack-dev03:35
*** winston-d has joined #openstack-dev03:36
*** Mandell has quit IRC03:41
*** mfer has quit IRC03:43
*** anteaya has quit IRC03:46
*** mfer has joined #openstack-dev03:48
*** mfer has quit IRC03:48
*** mnewby has joined #openstack-dev04:02
*** melwitt has left #openstack-dev04:04
*** Dr_Who has quit IRC04:09
*** locke105 has joined #openstack-dev04:11
*** Mandell has joined #openstack-dev04:21
*** colinmcnamara has quit IRC04:26
*** colinmcnamara has joined #openstack-dev04:46
*** colinmcnamara has left #openstack-dev04:47
*** armaan has joined #openstack-dev04:53
*** armaan has left #openstack-dev04:53
*** jcooley has joined #openstack-dev04:59
*** nati_ueno has joined #openstack-dev05:01
*** nati_ueno has quit IRC05:03
*** thingee has joined #openstack-dev05:04
*** nati_ueno has joined #openstack-dev05:04
*** enikanorov_ has quit IRC05:11
*** Mandell has quit IRC05:24
*** mattstep has quit IRC05:27
*** mattstep has joined #openstack-dev05:28
*** Dr_Who has joined #openstack-dev05:32
*** Dr_Who has joined #openstack-dev05:32
*** Dr_Who has quit IRC05:36
*** sacharya1 has quit IRC05:39
*** nati_uen_ has joined #openstack-dev05:39
*** jcooley has quit IRC05:40
*** jcooley has joined #openstack-dev05:41
*** nati_ueno has quit IRC05:43
*** jcooley has quit IRC05:47
*** Dr_Who has joined #openstack-dev05:48
*** Dr_Who has joined #openstack-dev05:48
*** ewindisch has joined #openstack-dev05:49
gongyshgaryk: ping05:50
*** aeperezt has quit IRC05:50
*** utlemming has quit IRC05:54
*** jcooley has joined #openstack-dev05:54
*** ewindisch has quit IRC05:55
*** Dr_Who has quit IRC06:00
*** jcooley has quit IRC06:03
*** armaan has joined #openstack-dev06:03
*** armaan has left #openstack-dev06:03
*** jcooley has joined #openstack-dev06:15
*** jcooley has quit IRC06:21
*** jcooley has joined #openstack-dev06:27
*** jcooley has quit IRC06:32
*** nati_ueno has joined #openstack-dev06:53
*** nati_uen_ has quit IRC06:54
*** ewindisch has joined #openstack-dev07:02
*** Hitesh has quit IRC07:05
*** renier has joined #openstack-dev07:09
*** renier has quit IRC07:13
*** zaitcev has quit IRC07:22
*** nati_uen_ has joined #openstack-dev07:22
*** nati_ueno has quit IRC07:24
*** saurabh has quit IRC07:32
*** Ryan_Lane has quit IRC07:42
*** colinmcnamara has joined #openstack-dev07:45
*** colinmcnamara has quit IRC07:50
*** koolhead17 has joined #openstack-dev07:51
*** strife25 has quit IRC07:57
*** adjohn has joined #openstack-dev08:00
*** e1mer has quit IRC08:01
*** renier has joined #openstack-dev08:03
*** renier has quit IRC08:08
*** gongysh has quit IRC08:13
*** blamar_ has joined #openstack-dev08:18
*** blamar has quit IRC08:20
*** blamar_ is now known as blamar08:20
*** nati_uen_ has quit IRC08:30
*** gongysh has joined #openstack-dev08:31
*** gongysh has quit IRC08:36
*** mnewby has quit IRC09:02
*** brich1 has joined #openstack-dev09:04
*** adjohn has quit IRC09:15
*** Ryan_Lane has joined #openstack-dev09:18
*** davidh_ has quit IRC09:22
*** sthaha has joined #openstack-dev09:27
*** timjr has quit IRC09:43
*** blamar has quit IRC10:07
*** WormMan has quit IRC10:14
*** WormMan has joined #openstack-dev10:14
*** henrynash has joined #openstack-dev10:15
*** ewindisch has quit IRC10:17
*** brich1 has quit IRC10:26
*** alexpilotti has joined #openstack-dev10:36
*** renier has joined #openstack-dev10:59
*** alobbs has joined #openstack-dev11:03
openstackgerritA change was merged to openstack/nova: Added sample tests to consoles API.  https://review.openstack.org/1587611:05
*** pixelbeat has joined #openstack-dev11:16
*** Ryan_Lane has quit IRC11:16
zykes-dripton: around ? :)11:25
zykes-https://review.openstack.org/#/c/15196/1 < why wasn't that merged ?11:25
*** haleyb has quit IRC11:28
*** winston-d has quit IRC11:33
*** alexpilotti has quit IRC11:41
Madkisshmmmmmm11:50
*** sthaha has quit IRC11:55
*** pixelbeat has quit IRC11:59
*** jcooley has joined #openstack-dev12:07
*** blamar has joined #openstack-dev12:16
openstackgerritA change was merged to openstack/nova: Use disk image path to setup lxc container  https://review.openstack.org/1616512:19
*** jcooley has quit IRC12:22
*** eglynn__ has joined #openstack-dev12:29
*** topol has joined #openstack-dev12:39
*** turul64 has joined #openstack-dev12:46
*** littleidea has joined #openstack-dev12:46
*** maxiz has joined #openstack-dev12:47
*** mindpixel has joined #openstack-dev13:05
*** cmagina has quit IRC13:05
*** cmagina has joined #openstack-dev13:06
*** gggg_ has joined #openstack-dev13:15
*** pixelbeat has joined #openstack-dev13:17
*** littleidea has quit IRC13:18
*** flepied has joined #openstack-dev13:20
*** maoy_ has joined #openstack-dev13:23
*** maoy_ has quit IRC13:23
*** maoy has quit IRC13:25
*** diganta has quit IRC13:41
*** gongysh has joined #openstack-dev13:41
*** topol has quit IRC13:43
*** sdague has quit IRC13:47
*** darjeeling has joined #openstack-dev13:53
*** aeperezt has joined #openstack-dev14:02
*** mindpixel has quit IRC14:05
*** koolhead17 has quit IRC14:06
*** mikal has quit IRC14:07
*** marcus_ has joined #openstack-dev14:07
*** mikal has joined #openstack-dev14:09
*** littleidea has joined #openstack-dev14:13
*** brich1 has joined #openstack-dev14:20
*** maxiz has quit IRC14:26
*** brich1 has quit IRC14:29
*** littleidea has left #openstack-dev14:34
*** markmc has quit IRC14:37
*** networkingstack has joined #openstack-dev14:42
*** maxiz has joined #openstack-dev14:42
*** networkingstack has quit IRC14:52
*** danwent has joined #openstack-dev14:54
*** dims has joined #openstack-dev14:58
*** brich1 has joined #openstack-dev15:00
*** danwent has quit IRC15:00
*** danwent has joined #openstack-dev15:00
*** edygarcia has joined #openstack-dev15:05
*** brich1 has quit IRC15:18
*** marcus_ has quit IRC15:18
*** dingus9 has joined #openstack-dev15:18
dingus9hey what's a typical turn around time for having my CLA approved?15:19
dansmithdingus9: about 30 days15:21
dingus9dansmith: realy?15:21
dansmith(joking)15:21
dansmithno, not really :)15:21
dingus9oh hehe15:21
*** blamar has quit IRC15:22
dansmithdingus9: usually a few working days, I'd say15:22
dingus9I was like guess I should just chuck the changes I made last night15:22
*** littleidea has joined #openstack-dev15:22
*** littleidea has left #openstack-dev15:22
dingus9lol it took me for ever to just get through all the sign up stuff… I was like just let me commit dang it15:23
dansmith:)15:23
dingus9I guess it helps to also join the groups they tell me too hmmm15:26
*** annegentle_ has joined #openstack-dev15:26
*** littleidea has joined #openstack-dev15:27
*** hemna has joined #openstack-dev15:41
*** littleidea has left #openstack-dev15:41
dingus9cool just added my signed CLA to the appropriate wiki page, and sent a group join request that should help things along a wee bit15:46
dingus9hey dansmith what would be considered a feature?15:47
dingus9I 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 it15:50
*** littleidea has joined #openstack-dev15:51
*** littleidea has left #openstack-dev15:52
*** edygarcia has quit IRC15:56
Kialldingus9, 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 branch15:58
*** danwent has quit IRC16:01
*** danwent has joined #openstack-dev16:05
*** littleidea has joined #openstack-dev16:05
*** littleidea has left #openstack-dev16:06
*** rha has quit IRC16:06
dingus9ooh16:06
*** rha has joined #openstack-dev16:07
dingus9Kiall: yeah I just needed to be able to do command execution and ssh masterconnection sharing16:07
dingus9that allows easy scp and other commands through the control files16:08
dingus9Basically I just added a single opt "—extra-opts" to the ssh command in nova client16:08
dingus9personally I think it's worth a fast track, because it allows one to actually use ssh16:09
KiallOh - I'm pretty sure new features are allowed in the client libraries between releases..16:09
KiallThe client libs are on a different release schedule than the server side components16:09
dingus9Good, I wasn't thinking it would be a show stopper16:10
*** gggg_ has quit IRC16:10
dingus9one 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 ssh16:11
dingus9heh this all started because I wanted to use my key deploy script to deploy to nova controlled resources… without doing too much grepping what not16:14
*** littleidea has joined #openstack-dev16:18
*** pixelbeat has quit IRC16:20
*** littleidea has quit IRC16:21
*** henrynash has quit IRC16:22
*** annegentle_ has quit IRC16:22
*** littleidea has joined #openstack-dev16:23
*** annegentle_ has joined #openstack-dev16:23
*** littleidea has left #openstack-dev16:23
*** henrynash has joined #openstack-dev16:31
*** davidha has joined #openstack-dev16:35
mordreddingus9: yeah - sorry for the pain it is to get the CLA done - we're _actively_ working on fixing that16:36
*** annegentle_ has quit IRC16:36
dingus9mordred: ;) Thanks for being awesome though… it actually feels like people here want contributions so that's awesome16:37
*** alexpilotti has joined #openstack-dev16:45
*** dingus9 has quit IRC16:45
*** networkstatic has quit IRC16:46
*** networkstatic has joined #openstack-dev16:46
*** networkstatic has quit IRC16:51
*** koolhead17 has joined #openstack-dev16:56
*** colinmcnamara has joined #openstack-dev16:59
*** gongysh has quit IRC17:00
*** ywu_ has joined #openstack-dev17:02
*** yjiang5 has joined #openstack-dev17:07
*** yjiang5 is now known as yjiang5_away17:08
*** EmilienM has joined #openstack-dev17:10
*** jcru has joined #openstack-dev17:11
*** hemna has quit IRC17:12
*** dhellmann is now known as dhellmann-afk17:16
*** jcru has quit IRC17:23
*** huats has joined #openstack-dev17:35
*** armaan has joined #openstack-dev17:35
*** armaan has left #openstack-dev17:35
*** mnewby has joined #openstack-dev17:42
*** pabelanger_ has joined #openstack-dev17:45
*** pabelanger_ has joined #openstack-dev17:45
*** pabelanger has quit IRC17:46
*** pabelanger_ is now known as pabelanger17:46
*** Dr_Who has joined #openstack-dev17:46
*** pabelanger_ has joined #openstack-dev17:46
*** Dr_Who has quit IRC17:47
*** colinmcnamara has left #openstack-dev17:55
*** sacharya has joined #openstack-dev18:01
*** ywu_ has quit IRC18:05
*** ywu_ has joined #openstack-dev18:05
*** adjohn has joined #openstack-dev18:07
*** ywu_ has quit IRC18:08
*** ywu_ has joined #openstack-dev18:08
*** stef__ has joined #openstack-dev18:09
*** zodiak has quit IRC18:09
*** stef__ has quit IRC18:14
*** zodiak has joined #openstack-dev18:14
*** ywu_ has quit IRC18:17
*** ywu_ has joined #openstack-dev18:17
*** zodiak has quit IRC18:22
*** zodiak has joined #openstack-dev18:27
*** ywu_ has quit IRC18:32
*** ywu_ has joined #openstack-dev18:32
*** gggg_ has joined #openstack-dev18:35
*** jcru has joined #openstack-dev18:45
*** ywu_ has quit IRC18:47
*** ywu_ has joined #openstack-dev18:47
*** hemna has joined #openstack-dev18:48
*** adjohn has quit IRC18:49
*** hemna has quit IRC18:52
*** danwent has quit IRC18:53
*** darjeeling has quit IRC18:56
*** strife25 has joined #openstack-dev18:58
*** yjiang5_away has quit IRC19:00
*** yjiang5 has joined #openstack-dev19:02
*** ywu_ has quit IRC19:02
*** ywu_ has joined #openstack-dev19:02
*** ywu_ has quit IRC19:02
*** ywu_ has joined #openstack-dev19:02
*** zodiak has quit IRC19:03
*** aeperezt has quit IRC19:03
*** zodiak has joined #openstack-dev19:03
Madkisshmm. My OpenStack VMs sometimes don't get an ip address via dhcp, and sometimes they do19:05
*** ywu_ has quit IRC19:08
*** ywu_ has joined #openstack-dev19:08
*** danwent has joined #openstack-dev19:12
*** koolhead17 has quit IRC19:12
*** ywu_ has quit IRC19:12
*** ywu_ has joined #openstack-dev19:12
*** blamar has joined #openstack-dev19:15
*** ywu_ has quit IRC19:17
*** ywu_ has joined #openstack-dev19:17
*** networkstatic has joined #openstack-dev19:17
*** networkstatic has quit IRC19:23
*** networkstatic_ has joined #openstack-dev19:23
*** tmishler has joined #openstack-dev19:24
*** adjohn has joined #openstack-dev19:26
*** tmishler has quit IRC19:29
*** ywu_ has quit IRC19:32
*** ywu_ has joined #openstack-dev19:32
*** adjohn has quit IRC19:34
*** networkstatic has joined #openstack-dev19:36
*** networkstatic_ has quit IRC19:37
*** henrynash has quit IRC19:43
*** ywu_ has quit IRC19:47
*** ywu_ has joined #openstack-dev19:47
openstackgerritA change was merged to openstack/quantum: Use DB count to get resource counts.  https://review.openstack.org/1574719:57
*** ywu_ has quit IRC20:01
*** ywu_ has joined #openstack-dev20:02
*** ywu_ has quit IRC20:02
*** ywu_ has joined #openstack-dev20:02
*** aeperezt has joined #openstack-dev20:07
*** ywu_ has quit IRC20:08
*** ywu_ has joined #openstack-dev20:08
*** henrynash has joined #openstack-dev20:09
*** eglynn has joined #openstack-dev20:12
*** eglynn__ has quit IRC20:14
*** ywu_ has quit IRC20:17
*** ywu_ has joined #openstack-dev20:17
*** colinmcnamara has joined #openstack-dev20:19
*** woprandi has joined #openstack-dev20:21
*** henrynash has quit IRC20:22
woprandihi everybody20:23
*** strife25 has quit IRC20:31
*** danwent has quit IRC20:32
*** ywu_ has quit IRC20:32
*** ywu_ has joined #openstack-dev20:32
*** colinmcnamara has quit IRC20:34
*** mnewby has quit IRC20:36
*** colinmcnamara has joined #openstack-dev20:40
*** littleidea has joined #openstack-dev20:43
*** Tross has quit IRC20:45
*** ywu_ has quit IRC20:47
*** ywu_ has joined #openstack-dev20:47
*** otherwiseguy has joined #openstack-dev20:52
*** gggg_ has quit IRC20:55
*** ywu_ has quit IRC21:01
*** ywu_ has joined #openstack-dev21:02
*** ywu_ has quit IRC21:02
*** ywu_ has joined #openstack-dev21:02
*** colinmcnamara has quit IRC21:05
*** ywu_ has quit IRC21:08
*** almaisan-away is now known as al-maisan21:08
*** ywu_ has joined #openstack-dev21:08
*** al-maisan is now known as almaisan-away21:08
*** dhellmann has joined #openstack-dev21:08
*** dhellmann-afk has quit IRC21:11
*** dhellmann has quit IRC21:11
*** ywu_ has quit IRC21:12
*** ywu_ has joined #openstack-dev21:12
*** ywu_ has quit IRC21:17
*** ywu_ has joined #openstack-dev21:17
*** Dereckson has quit IRC21:17
*** annegentle_ has joined #openstack-dev21:17
*** danwent has joined #openstack-dev21:21
*** annegentle_ has quit IRC21:24
*** danwent has quit IRC21:27
EmilienMMadkiss: using Quantum?21:27
EmilienMMadkiss: if yes, and if you run L3 & DHCP quantum agents on same node, you should enable namespace21:28
EmilienMthat can be the solution at your issue21:28
*** adjohn has joined #openstack-dev21:29
*** ywu_ has quit IRC21:32
*** ywu_ has joined #openstack-dev21:32
*** annegentle_ has joined #openstack-dev21:32
*** colinmcnamara has joined #openstack-dev21:32
zykes-EmilienM: !21:35
zykes-hoii frenchie21:35
zykes-long time ago seeing you here :)21:35
*** alexpilotti has quit IRC21:35
EmilienMzykes-: I'm here 24/721:35
zykes-no you ain't :p21:35
zykes-EmilienM: wanna skypE ?21:36
*** EmilienM has left #openstack-dev21:40
zykes-hah21:40
*** annegentle_ has quit IRC21:41
*** Dr_Who has joined #openstack-dev21:45
*** Dr_Who has joined #openstack-dev21:45
*** ywu_ has quit IRC21:47
*** ywu_ has joined #openstack-dev21:47
*** ywu_ has quit IRC21:54
*** ywu_ has joined #openstack-dev21:55
*** EmilienM has joined #openstack-dev21:56
*** EmilienM has left #openstack-dev21:56
*** EmilienM has joined #openstack-dev21:58
*** reed has joined #openstack-dev21:59
*** EmilienM has left #openstack-dev21:59
*** strife25 has joined #openstack-dev21:59
*** annegentle_ has joined #openstack-dev22:00
*** ywu_ has quit IRC22:01
*** ywu_ has joined #openstack-dev22:02
*** ywu_ has quit IRC22:02
*** ywu_ has joined #openstack-dev22:02
*** adjohn has quit IRC22:05
*** ywu_ has quit IRC22:08
*** ywu__ has joined #openstack-dev22:08
*** juice has joined #openstack-dev22:13
*** andrewbogott_afk is now known as andrewbogott22:16
*** ywu__ has quit IRC22:17
*** ywu_ has joined #openstack-dev22:17
andrewbogottIf 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 IRC22:21
*** EmilienM has joined #openstack-dev22:21
*** EmilienM has left #openstack-dev22:22
*** littleidea has quit IRC22:23
*** colinmcnamara has joined #openstack-dev22:23
*** littleidea has joined #openstack-dev22:24
*** EmilienM has joined #openstack-dev22:30
*** EmilienM has left #openstack-dev22:31
*** ywu_ has quit IRC22:32
*** ywu_ has joined #openstack-dev22:32
*** EmilienM has joined #openstack-dev22:34
*** EmilienM has left #openstack-dev22:38
*** mikal has quit IRC22:40
*** mikal has joined #openstack-dev22:42
*** cburgess has quit IRC22:43
*** annegentle_ has quit IRC22:43
*** ywu_ has quit IRC22:47
*** ywu_ has joined #openstack-dev22:47
*** ywu_ has quit IRC22:54
*** ywu_ has joined #openstack-dev22:54
*** woprandi has quit IRC22:59
*** ywu_ has quit IRC23:01
*** ywu_ has joined #openstack-dev23:02
*** ywu_ has quit IRC23:02
*** ywu_ has joined #openstack-dev23:02
*** ywu_ has quit IRC23:08
*** ywu_ has joined #openstack-dev23:08
*** pabelanger has quit IRC23:09
*** littleidea has quit IRC23:09
*** littleidea has joined #openstack-dev23:11
*** littleidea has quit IRC23:12
*** strife25 has quit IRC23:12
*** littleidea has joined #openstack-dev23:15
*** davidha has quit IRC23:15
*** turul64 has quit IRC23:20
*** dingus9 has joined #openstack-dev23:32
*** thingee has quit IRC23:33
*** dingus9 has quit IRC23:33
*** thingee has joined #openstack-dev23:33
*** alobbs has quit IRC23:49

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