Tuesday, 2015-06-09

madhuridane_leblanc, Can you please paste?00:00
madhurisdake_, here http://paste.openstack.org/show/275732/00:01
dane_leblancTraceback: http://paste.openstack.org/show/275733/00:01
sdake_dane_leblanc and pip show pip plz00:01
sdake_pip show six rather00:02
dane_leblancpip show six: http://paste.openstack.org/show/275734/00:02
sdake_pip show olso.log from both systems plz00:03
madhuriNo oslo.log00:04
sdake_oslo-log00:04
*** dims_ has joined #openstack-containers00:05
dane_leblancoslo-log output: http://paste.openstack.org/show/275739/00:05
madhurihttp://paste.openstack.org/show/275743/00:05
sdake_dane_leblanc pip install --upgrade oslo.log==1.1.000:06
*** unicell has quit IRC00:06
*** unicell has joined #openstack-containers00:06
sdake_ctrl-c and restart the api and conductor00:07
sdake_ctl-c em first00:07
sdake_then start em second00:07
dane_leblancYou mean ctl-c via screen?00:07
sdake_ya in screen00:07
sdake_ctl-c00:07
sdake_then press up arrow00:07
sdake_and press enter00:07
sdake_this will restart the services00:07
sdake_our requirements file liss oslo.log 1.2.0 or later00:08
*** dims has quit IRC00:08
sdake_lists that is00:08
dane_leblancCrap, getting timeouts from pypi00:08
sdake_proably firewall00:08
* sdake_ groans some more00:08
sdake_you can git clone oslo-log from openstack00:09
sdake_and checkout the 1.1.0 branch00:09
sdake_and pip install -e .00:09
sdake_with a sudo prepended :)00:09
sdake_branch/tag00:09
sdake_https://bugs.launchpad.net/sahara/+bug/145163100:10
openstackLaunchpad bug 1451631 in Sahara "error in LOG with "KeyError: 'user_name'"" [Undecided,Fix committed] - Assigned to li,chen (chen-li)00:10
madhuriHmm seems dane_leblanc hit that bug00:11
madhuriI hope upgrading the version will fix the issue00:11
sdake_it was fixed in devstack in that particular instance00:12
sdake_problem with the colorizer00:12
sdake_something wacky with localrc i suspect dane_leblanc00:16
sdake_well atleast magnum isn't busted ;)00:16
sdake_and I can unswear at swagger for the day00:16
sdake_yuanying madhuri thanks for your debug help00:18
madhuriWaiting for dane_leblanc response00:19
madhuri:)00:19
madhurisdake_, https://review.openstack.org/#/c/188059/ for this review00:19
dane_leblancI cloned oslo.log, but don't see a 1.1.0 branch00:20
sdake_no tag with that version?00:20
sdake_it wouldn't be a branch00:20
dims_tag00:20
madhuriWhen I tested this patch, I hit the same issue as zaneb00:20
dims_i can see it here - http://git.openstack.org/cgit/openstack/oslo.log/00:20
sdake_dane_leblanc my guess is your devstack hasn't been git updated in a long long time - because really who wants to suffer through the pain of doing that00:22
sdake_this means your reuqirements directory is woefully out of date ;)00:22
dane_leblancI thought I pulled a devstack from master in the last 4 days or so00:23
dane_leblancI can repull it00:23
sdake_you could probably delete the requirements directory in /opt/stack, restack and devstack would do  the right hting00:23
sdake_can you get the 1.1.0 oslo-log on your system?00:23
sdake_another option is to use github to download the tarball untar and pip install -e . from that00:23
dane_leblancWhat is the git command to checkout tag 1.1.0?00:24
sdake_git fetch --tags00:26
sdake_git checkout tags/1.1.000:26
*** sdake has joined #openstack-containers00:29
dane_leblancOkay, I have oslo.log 1.1.0, but I still see the same error with pod-create00:30
sdakebummer00:30
dane_leblancWait, didn't restart processes00:31
sdakeyar gota do that :)00:31
sdakepython caches the files00:31
sdakegotta stop both first00:31
sdakethen start00:31
sdakein fact you probably have to restack since is oslo-log00:31
sdakebut try just the two processes first00:32
sdakei'm pretty sure you would have ot restack tho00:32
*** sdake_ has quit IRC00:32
dane_leblancYep, no luck with just restarting the 2 processes.00:35
dane_leblancWill try restacking00:35
openstackgerritMerged openstack/magnum: Fix ignored E121 to E125 pep 8 rules  https://review.openstack.org/18924200:35
sdakeif hat doesn't work its a difference in your config settings in your localrc00:36
sdakeand some bug in our devstack plugin00:36
*** sdake_ has joined #openstack-containers00:39
*** sdake has quit IRC00:42
sdake_dane_leblanc this should fix your immediate pain after you devstack and find oslo.log 1.1.10 doesn't fix the problem :)00:49
sdake_http://ur1.ca/mrvct -> http://paste.fedoraproject.org/230179/1095414300:49
sdake_that will atleast get rid of the key error00:49
sdake_and get us to something more readable error wise00:50
* sdake_ really needs to get devstack rolling00:52
*** snrism has joined #openstack-containers00:54
sdake_madhuri next time lets start with the big one (logs:)00:57
madhuriYeah :)00:58
*** muralia has joined #openstack-containers01:17
*** sthillma has quit IRC01:21
*** muralia has quit IRC01:28
*** hongbin has joined #openstack-containers01:28
*** erkules has joined #openstack-containers01:30
*** muralia has joined #openstack-containers01:31
*** erkules_ has quit IRC01:33
*** vilobhmm has quit IRC01:37
*** dims_ has quit IRC01:43
*** ybathia has quit IRC01:50
*** eghobo has joined #openstack-containers01:52
*** sdake has joined #openstack-containers01:58
*** jay-lau-513 has quit IRC01:59
*** unicell has quit IRC02:00
*** sdake_ has quit IRC02:01
openstackgerritZane Bitter proposed openstack/magnum: Handle 'any' type in k8s client  https://review.openstack.org/18953302:09
openstackgerritZane Bitter proposed openstack/magnum: Use Oslo datetime parsing in k8sclient  https://review.openstack.org/18953402:09
*** eghobo has quit IRC02:14
*** bradjones has quit IRC02:17
*** bradjones has joined #openstack-containers02:18
*** bradjones has quit IRC02:18
*** bradjones has joined #openstack-containers02:18
sdakemadhuri can you test htose from zaneb plz02:19
*** zaneb has joined #openstack-containers02:19
zanebmadhuri: o/02:19
sdakehey zaneb02:19
madhuriHi zaneb02:19
sdakei just requested madhuri give a run of your code ;)02:19
zanebsure, just doing some late-night hacking ;)02:20
sdakethe only reason i -2 all that stuff is people in magnum core are heavily reliant on the gate working02:20
sdakebut this stuff, as you have seen, has no unit tests02:20
sdakeand our functional gate doesn't test this stuff either02:20
sdakeour policy is if it looks right nd passes the gate approve ;)02:21
sdakebut special care must be taken with this garbage swagger nonsense02:21
madhuriBut I see that the patch is old one02:21
madhuriIn my env, I observed the same zaneb02:22
madhuri__builtin__ is a module02:22
madhuriBut in swagger code, how is this a dict?02:22
sdakeand devstack is bustedon fedora apaprently02:22
madhuriMay be there is some issue in my env02:22
madhuriI would like someone else to test02:23
zanebyeah, how is it a dict? I don't understand how that could happen02:23
madhuriI think yuanying can02:23
madhuriYes, that's why I asked you to test.02:23
sdakemadhuri zaneb doesn't have magnum oeprational02:24
madhuriYa I know02:24
sdakezaneb may I point you at our fine devstack plugin for magnum ;-)02:24
madhuriSo I will ask yuanying to test02:24
madhuriHi yuanying02:24
* zaneb doesn't have devstack operational ;)02:24
yuanyingok02:24
* sdake sighs at fedora support for devstack02:24
sdakethe localrc change wasn't helpful at all02:25
sdakei'm not sure who thought that was a good idea02:25
madhurisdake, zaneb Also about this patch https://review.openstack.org/#/c/189534/102:26
madhuriIs this a good idea to include oslo library in pythonk8sclient?02:27
madhuripythonk8sclient will be an independent project02:27
*** tobe has joined #openstack-containers02:27
zanebmadhuri: that horse already bolted02:28
zanebmadhuri, sdake: here is the script I'm testing with: http://paste.openstack.org/show/276075/02:28
sdakelol horse already bolted02:29
sdakei love it02:29
sdakewhere did you hea rthat from zaneb02:29
zanebsdake: a very old saying about shutting the stable door02:30
*** muralia has quit IRC02:34
*** unicell has joined #openstack-containers02:38
*** unicell1 has joined #openstack-containers02:42
*** unicell has quit IRC02:43
openstackgerritZane Bitter proposed openstack/magnum: Use Oslo datetime parsing in k8sclient  https://review.openstack.org/18953402:43
*** dims has joined #openstack-containers02:43
zanebmadhuri: I probably shouldn't spend much more time on this patch. I've added comments with everything I know, feel free to take over the review and tweak if you find out what is going on02:45
madhuriSure zaneb. Thank you02:47
*** dims has quit IRC02:50
openstackgerritBaohua Yang proposed openstack/magnum: Remove unused PodFactory class and add parent class for Pod  https://review.openstack.org/18920302:51
*** harshs has joined #openstack-containers03:05
*** briancurtin has quit IRC03:06
*** destiny has quit IRC03:06
sdakemadhuri i'm calling it a day early - have travel @ 6am03:08
sdakeneed any last bit of help?03:08
*** dane_leblanc has quit IRC03:09
madhuriI tested the patch03:09
madhuriAnd now it is running fine03:09
madhuriBut I want to get it merged after I complete adding test for it in magnum03:10
madhuriSo I am adding test for it03:10
madhuriThanks sdake :)03:10
madhurisdake, Just one thing03:11
sdakeanything I -2'ed?03:11
madhuriAround?03:11
sdakewhatever patch needs merging03:11
madhuriOk03:11
madhuriLike the createPod API returns a dict, so should I change to return a V1beta3_Pod object rather03:12
madhuriIf yes, I will submit a patch for it too03:12
sdakewell to make the code less confusing I'd say yes03:12
madhuriOk thanks03:13
madhuriI want to finish this pythonk8sclient today itself03:13
madhuriWell, have a safe travel and safe demo :)03:13
*** Drago has quit IRC03:14
*** sirushti has joined #openstack-containers03:15
*** kebray has joined #openstack-containers03:28
*** sdake has quit IRC03:31
*** sdake has joined #openstack-containers03:32
*** sdake has quit IRC03:34
*** snrism has quit IRC03:35
*** harshs has quit IRC03:38
*** kebray has quit IRC03:40
*** ybathia has joined #openstack-containers03:47
*** ybathia_ has joined #openstack-containers03:48
*** ybathia has quit IRC03:52
*** ybathia_ is now known as ybathia03:52
*** rongze has joined #openstack-containers03:55
*** rongze has quit IRC03:56
*** rongze has joined #openstack-containers03:57
*** rongze has quit IRC03:58
*** rongze has joined #openstack-containers03:58
*** eghobo has joined #openstack-containers03:58
*** coolsvap|afk is now known as coolsvap04:00
*** kebray has joined #openstack-containers04:01
*** jjlehr1 has joined #openstack-containers04:02
*** dboik has joined #openstack-containers04:02
*** jjlehr has quit IRC04:04
*** jjlehr1 has quit IRC04:05
*** dboik has quit IRC04:07
*** hongbin has quit IRC04:13
*** kebray has quit IRC04:15
*** nihilifer has quit IRC04:16
*** eghobo has quit IRC04:16
*** ybathia has quit IRC04:16
*** ybathia has joined #openstack-containers04:16
*** jay-lau-513 has joined #openstack-containers04:18
openstackgerritMadhuri Kumari proposed openstack/magnum: Fix the KeyError and change type 'any' in k8s client code  https://review.openstack.org/18667404:21
*** snrism has joined #openstack-containers04:24
*** eghobo has joined #openstack-containers04:45
*** dims has joined #openstack-containers04:46
*** sdake has joined #openstack-containers04:51
*** dims has quit IRC04:51
openstackgerritMadhuri Kumari proposed openstack/magnum: Return proper response object in Kubernetes APIs  https://review.openstack.org/18955004:53
*** tobe has quit IRC05:05
*** juggler_ has joined #openstack-containers05:12
*** ybathia has quit IRC05:13
*** juggler has quit IRC05:15
*** snrism has quit IRC05:19
openstackgerritMerged openstack/magnum: Add support for API microversions  https://review.openstack.org/18497505:21
*** eghobo has quit IRC05:21
*** eghobo_ has joined #openstack-containers05:21
*** achanda has joined #openstack-containers05:27
openstackgerritJay Lau proposed openstack/magnum: NotAcceptable exception should be  406  https://review.openstack.org/18955705:28
*** eghobo_ has quit IRC05:32
*** eghobo has joined #openstack-containers05:36
*** achanda has quit IRC05:36
*** eghobo_ has joined #openstack-containers05:39
*** belmoreira has joined #openstack-containers05:39
*** eghobo has quit IRC05:42
*** vilobhmm has joined #openstack-containers05:43
*** yuntong has joined #openstack-containers05:47
*** adrian_otto has joined #openstack-containers05:49
*** vilobhmm has quit IRC05:55
*** vilobhmm has joined #openstack-containers06:00
*** daneyon_ has quit IRC06:10
*** rbradfor has quit IRC06:10
*** achanda has joined #openstack-containers06:16
*** sdake has quit IRC06:16
*** apuimedo has joined #openstack-containers06:17
*** nshaikh has joined #openstack-containers06:18
*** eghobo_ has quit IRC06:19
*** rbradfor has joined #openstack-containers06:20
*** alex_klimov has joined #openstack-containers06:21
*** adrian_otto has quit IRC06:32
*** erw has quit IRC06:33
*** ewindisch has quit IRC06:33
*** achanda has quit IRC06:36
*** tobe has joined #openstack-containers06:45
*** BertrandN has joined #openstack-containers06:45
*** vilobhmm has quit IRC06:49
*** ramishra has quit IRC06:53
*** Marga_ has joined #openstack-containers06:54
*** yuntong1 has joined #openstack-containers07:08
*** yuntong has quit IRC07:09
*** briancurtin has joined #openstack-containers07:09
*** juggler has joined #openstack-containers07:16
*** ybathia has joined #openstack-containers07:17
*** Tango has quit IRC07:17
*** ybathia has quit IRC07:25
*** destiny has joined #openstack-containers07:25
*** achanda has joined #openstack-containers07:28
*** sdake has joined #openstack-containers07:29
*** ewindisch has joined #openstack-containers07:35
*** erw has joined #openstack-containers07:35
*** sdake_ has joined #openstack-containers07:39
*** sdake has quit IRC07:43
*** sdake has joined #openstack-containers07:44
*** ramishra has joined #openstack-containers07:45
*** sdake_ has quit IRC07:47
*** Marga_ has quit IRC07:54
*** Marga_ has joined #openstack-containers07:54
openstackgerritPerry Rivera proposed openstack/magnum: Add devstack link into document dev-quickstart.rst  https://review.openstack.org/18958408:00
*** erkules has quit IRC08:00
*** erkules has joined #openstack-containers08:00
*** yuanying has quit IRC08:05
*** achanda has quit IRC08:13
*** mfalatic has quit IRC08:22
*** sdake_ has joined #openstack-containers08:22
*** mfalatic has joined #openstack-containers08:22
*** sdake has quit IRC08:25
*** sdake_ has quit IRC08:34
*** sdake has joined #openstack-containers08:36
*** achanda has joined #openstack-containers08:37
*** Marga_ has quit IRC08:37
*** sdake_ has joined #openstack-containers08:39
*** sdake_ has quit IRC08:41
*** suro-patz has joined #openstack-containers08:42
*** sdake has quit IRC08:42
openstackgerritBaohua Yang proposed openstack/magnum: Remove unused PodFactory class and add parent class for Pod  https://review.openstack.org/18920308:52
*** pksingh__ has joined #openstack-containers08:57
*** snrism has joined #openstack-containers09:00
*** suro-patz has quit IRC09:08
*** juggler has quit IRC09:10
*** jay-lau-513 has quit IRC09:15
*** dims has joined #openstack-containers09:48
*** snrism has quit IRC09:54
*** dims has quit IRC09:54
*** achanda has quit IRC09:56
*** achanda has joined #openstack-containers09:58
*** achanda has quit IRC10:03
openstackgerritMadhuri Kumari proposed openstack/magnum: Fix the KeyError and change type 'any' in k8s client code  https://review.openstack.org/18667410:06
openstackgerritMadhuri Kumari proposed openstack/magnum: Return proper response object in Kubernetes APIs  https://review.openstack.org/18955010:06
*** dims has joined #openstack-containers10:09
*** achanda has joined #openstack-containers10:12
openstackgerritMadhuri Kumari proposed openstack/magnum: Refactor magnum functional test to add Kubernetes API test  https://review.openstack.org/18963710:18
*** suro-patz has joined #openstack-containers10:27
*** tobe has quit IRC10:32
*** tobe has joined #openstack-containers10:33
*** suro-patz has quit IRC10:34
*** gnep has joined #openstack-containers10:37
*** gnep has quit IRC10:44
*** gnep has joined #openstack-containers10:45
*** tobe has quit IRC10:47
*** suro-patz1 has joined #openstack-containers10:47
*** tobe has joined #openstack-containers10:49
*** tobe has quit IRC10:53
*** snrism has joined #openstack-containers10:54
*** snrism has quit IRC10:59
*** sankarshan_away is now known as sankarshan_11:04
*** coolsvap is now known as coolsvap|afk11:12
*** coolsvap|afk is now known as coolsvap11:23
*** achanda has quit IRC11:26
*** coolsvap is now known as coolsvap|afk11:27
*** pksingh__ has quit IRC11:31
*** snrism has joined #openstack-containers11:55
*** snrism has quit IRC12:04
*** achanda has joined #openstack-containers12:05
*** achanda has quit IRC12:13
*** achanda has joined #openstack-containers12:27
*** abe_music has joined #openstack-containers12:35
*** unicell has joined #openstack-containers12:40
*** unicell1 has quit IRC12:41
*** suro-patz1 has quit IRC12:46
openstackgerritShaoHe Feng proposed openstack/magnum: first policy check for bay  https://review.openstack.org/18550112:52
*** jjlehr has joined #openstack-containers13:00
*** rlrevell has joined #openstack-containers13:06
*** julim has joined #openstack-containers13:07
*** sdake has joined #openstack-containers13:17
openstackgerritBradley Jones proposed openstack/magnum: Web Interface for Magnum in Horizon  https://review.openstack.org/18895813:17
*** muralia has joined #openstack-containers13:21
*** achanda has quit IRC13:39
*** dane_leblanc has joined #openstack-containers13:52
*** sdake has quit IRC13:56
*** snrism has joined #openstack-containers14:01
*** rpothier has joined #openstack-containers14:02
*** dboik has joined #openstack-containers14:04
*** snrism has quit IRC14:05
*** hongbin has joined #openstack-containers14:13
openstackgerritBaohua Yang proposed openstack/magnum: Remove unused PodFactory class and add parent class for Pod  https://review.openstack.org/18920314:20
*** julim has quit IRC14:29
*** jruano has joined #openstack-containers14:30
*** julim has joined #openstack-containers14:30
*** achanda has joined #openstack-containers14:33
*** kebray has joined #openstack-containers14:37
*** Tango has joined #openstack-containers14:48
*** kbyrne has quit IRC14:54
*** jjlehr has quit IRC14:56
*** achanda_ has joined #openstack-containers15:00
*** Drago has joined #openstack-containers15:01
*** achanda has quit IRC15:01
*** Drago has quit IRC15:01
*** Drago has joined #openstack-containers15:02
*** snrism has joined #openstack-containers15:02
*** achanda_ has quit IRC15:04
*** sdake has joined #openstack-containers15:05
*** achanda has joined #openstack-containers15:06
*** sdake has quit IRC15:06
*** snrism has quit IRC15:06
*** sdake has joined #openstack-containers15:07
*** achanda has quit IRC15:11
*** hongbin_desktop has joined #openstack-containers15:12
*** muralia has quit IRC15:12
*** muralia has joined #openstack-containers15:12
*** nihilifer has joined #openstack-containers15:14
*** vahidh has joined #openstack-containers15:15
*** oro has joined #openstack-containers15:18
*** dims has quit IRC15:19
*** belmoreira has quit IRC15:23
*** sdake has quit IRC15:30
*** jjlehr has joined #openstack-containers15:30
*** snrism has joined #openstack-containers15:32
*** achanda has joined #openstack-containers15:37
*** BertrandN has quit IRC15:44
*** pradk has joined #openstack-containers15:44
*** pradk has quit IRC15:45
*** Satya_ has joined #openstack-containers15:46
Satya_Hi Everyone15:46
Satya_i have a query15:46
Satya_i deployed magnum with devstack15:46
Satya_want to check the magnum log15:47
Satya_where can i find the logs15:47
Satya_please help me with the location15:48
jjlehrSatya_: Did you use the devstack configurations outlined in the quickstart guide?15:51
jjlehrIf so, then the logs are probably in ~/logs/screen-m-api.log and ~/logs/screen-m-cond.log15:51
*** eghobo has joined #openstack-containers15:53
*** ybathia has joined #openstack-containers15:54
*** unicell has quit IRC15:54
*** diga__ has joined #openstack-containers15:55
*** snrism has quit IRC15:55
*** snrism has joined #openstack-containers15:55
*** adrian_otto has joined #openstack-containers15:56
adrian_ottoOur team meeting is scheduled to begin in a few minutes15:56
adrian_ottofawad volunteered to chair, but I do not see him online15:58
Satya_jjlehr yes15:58
Satya_http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html15:58
*** apuimedo has quit IRC15:59
*** achanda has quit IRC15:59
*** muralia1 has joined #openstack-containers15:59
*** achanda has joined #openstack-containers16:00
*** joffter has joined #openstack-containers16:00
adrian_ottowe will begin our team meeting in #openstack-meeting-alt now16:01
*** muralia has quit IRC16:03
*** juggler_ is now known as juggler16:03
*** Drago1 has joined #openstack-containers16:06
*** Drago has quit IRC16:07
*** adrian_otto has quit IRC16:07
*** sthillma has joined #openstack-containers16:08
*** amit213 has joined #openstack-containers16:09
*** alex_klimov has quit IRC16:12
*** snrism has quit IRC16:16
*** amit213 has quit IRC16:17
*** achanda has quit IRC16:18
*** ashishjain has joined #openstack-containers16:19
ashishjainhello caas team.16:20
ashishjainIs there any document available to try magnum out?16:20
bradjonesashishjain: The developer quickstart guide is a good place to start http://docs.openstack.org/developer/magnum/dev/dev-quickstart.html16:24
ashishjainbradjones: thanks. Does magnum also support attaching cinder volumes?16:26
*** unicell has joined #openstack-containers16:27
*** daneyon has joined #openstack-containers16:31
*** daneyon_ has joined #openstack-containers16:32
*** nihilifer has quit IRC16:34
*** daneyon has quit IRC16:36
*** oro has quit IRC16:37
*** harshs has joined #openstack-containers16:49
*** amit213 has joined #openstack-containers16:51
*** nihilifer has joined #openstack-containers16:51
*** vilobhmm has joined #openstack-containers16:51
*** jay-lau-513 has joined #openstack-containers16:51
*** amit213 has quit IRC16:54
rbradforInfra is requesting a +1 from Magnum core team to add coverage to review process -- https://review.openstack.org/#/c/187753/17:01
*** jay-lau-513 has quit IRC17:01
juggler"coverage"?17:02
hongbinrbradfor: I will get back to that17:02
bradjonesjuggler: I'm guessing UT coverage17:03
jugglerah17:03
rbradforhongbin, thanks17:03
jugglerthx bradjones17:03
rbradforhongbin, several other projects do exactly this, so it's not breaking new ground. Step 2, of comparing coverage between review/HEAD is.17:03
*** daneyon_ has quit IRC17:04
*** daneyon has joined #openstack-containers17:04
*** sthillma has quit IRC17:06
hongbinrbradfor: sure. It LGTM. Will vote after lunch. Thanks for proposing the review :)17:06
jugglerany other discussion items? :)17:10
*** snrism has joined #openstack-containers17:20
*** daneyon has quit IRC17:24
*** gnep has quit IRC17:30
Satya_while creating bay the bay get into error17:39
Satya_posted the log at http://pastebin.com/vPrXPQTg17:40
Satya_any help please17:40
*** sthillma has joined #openstack-containers17:41
Satya_my magnum.conf is "http://pastebin.com/hyQcxBa2"17:46
Satya_any help please17:48
*** oro has joined #openstack-containers17:50
Satya_can anyone help me?17:53
*** vahidh has quit IRC17:55
*** vahidh has joined #openstack-containers17:55
*** dims has joined #openstack-containers17:56
*** achanda has joined #openstack-containers17:57
*** achanda has quit IRC17:57
*** achanda has joined #openstack-containers17:58
hongbinSatya_: It looks you need to change the magnum.conf17:58
hongbinSatya_: Try to change "logging_for_format_string": user_name -> user, project_name -> project17:59
Satya_Thanks hongbin please recommend  what all changes required in the magnum17:59
openstackgerritBradley Jones proposed openstack/magnum: Web Interface for Magnum in Horizon  https://review.openstack.org/18895817:59
hongbinSee more information: https://review.openstack.org/#/c/186989/17:59
*** diga__ has quit IRC18:00
*** Tango has quit IRC18:00
hongbinA reminder: you need to restart magnum after changing the config file18:00
*** eghobo has quit IRC18:03
Satya_hongbin is it possible to restart magnum only in devstack?18:05
*** eghobo has joined #openstack-containers18:05
hongbinscreen -r stack18:05
hongbinnavigate to m-api and m-cond18:05
Satya_or do i need to unstack and stack again?18:05
hongbinno18:06
hongbinDon't need to unstack18:06
hongbinscreen -r stack will get you into the openstack screen18:06
hongbinYou should see a lot of processes running18:06
Satya_yes18:06
hongbinUse ctrl+p/ctrl+n to navigate the process tabs18:07
*** sdake has joined #openstack-containers18:07
hongbingo to the tab with "m-api"18:07
hongbinctrl+c to stop the process18:07
*** bradjones is now known as bradjones|away18:07
hongbinThen type the histroy command to restart the process18:07
Satya_ok18:08
hongbinDo the same thing for "m-cond"18:08
Satya_o18:08
Satya_ok18:08
*** jruano has quit IRC18:12
*** achanda has quit IRC18:21
*** eghobo has quit IRC18:22
*** eghobo has joined #openstack-containers18:23
*** kebray has quit IRC18:33
*** belmoreira has joined #openstack-containers18:33
*** Tango has joined #openstack-containers18:40
*** vilobhmm has quit IRC18:43
*** vilobhmm has joined #openstack-containers18:44
*** openstackgerrit has quit IRC18:48
*** openstackgerrit has joined #openstack-containers18:48
*** kebray has joined #openstack-containers19:03
*** vahidh has quit IRC19:19
*** Marga_ has joined #openstack-containers19:23
*** Marga_ has quit IRC19:23
*** achanda has joined #openstack-containers19:24
*** Marga_ has joined #openstack-containers19:24
*** rongze has quit IRC19:25
*** ashishjain has quit IRC19:29
*** achanda has quit IRC19:29
*** kebray has quit IRC19:30
*** kebray has joined #openstack-containers19:30
*** sdake has quit IRC19:31
*** dboik has quit IRC19:34
*** dboik has joined #openstack-containers19:34
*** achanda has joined #openstack-containers19:36
*** Marga_ has quit IRC19:37
*** snrism has quit IRC19:56
*** belmoreira has quit IRC19:56
openstackgerritOpenStack Proposal Bot proposed openstack/magnum: Updated from global requirements  https://review.openstack.org/18990219:58
*** alex_klimov has joined #openstack-containers20:12
*** achanda has quit IRC20:13
*** vilobhmm has quit IRC20:21
*** vilobhmm has joined #openstack-containers20:21
*** bradjones|away has quit IRC20:21
*** bradjones has joined #openstack-containers20:23
*** bradjones has quit IRC20:23
*** bradjones has joined #openstack-containers20:23
*** oro has quit IRC20:36
*** Satya_ has quit IRC20:42
*** eghobo has quit IRC20:54
*** snrism has joined #openstack-containers20:55
*** rlrevell has quit IRC20:57
*** eghobo has joined #openstack-containers20:57
*** julim has quit IRC20:58
*** adrian_otto has joined #openstack-containers21:00
*** adrian_otto has quit IRC21:08
*** adrian_otto has joined #openstack-containers21:08
*** Drago1 has quit IRC21:13
*** daneyon has joined #openstack-containers21:29
*** eghobo has quit IRC21:31
*** daneyon_ has joined #openstack-containers21:32
*** rpothier has quit IRC21:32
*** daneyon has quit IRC21:34
*** eghobo has joined #openstack-containers21:39
*** adrian_otto has quit IRC21:43
*** jjlehr has quit IRC21:49
*** daneyon has joined #openstack-containers21:52
*** daneyon_ has quit IRC21:53
*** daneyon has quit IRC21:58
*** dboik has quit IRC21:58
*** daneyon has joined #openstack-containers21:58
*** sthillma has quit IRC22:05
*** Drago has joined #openstack-containers22:14
*** Drago has quit IRC22:14
*** Drago has joined #openstack-containers22:14
*** kebray has quit IRC22:25
openstackgerritHongbin Lu proposed openstack/magnum: Add elements for building Mesos image  https://review.openstack.org/18918022:26
openstackgerritHongbin Lu proposed openstack/magnum: Initial Heat template for Mesos  https://review.openstack.org/18917922:26
*** hongbin has quit IRC22:32
*** vilobhmm has quit IRC22:36
*** vilobhmm has joined #openstack-containers22:37
*** daneyon_ has joined #openstack-containers22:40
*** daneyon has quit IRC22:40
*** destiny has quit IRC22:40
*** rlrevell has joined #openstack-containers23:01
*** sthillma has joined #openstack-containers23:04
*** sthillma_ has joined #openstack-containers23:06
*** sthillma has quit IRC23:08
*** sthillma_ is now known as sthillma23:08
*** rlrevell has quit IRC23:16
*** yuanying has joined #openstack-containers23:25
*** rlrevell has joined #openstack-containers23:26
*** apuimedo has joined #openstack-containers23:27
*** mikedillion has joined #openstack-containers23:31
*** mikedillion has quit IRC23:32
*** mikedillion has joined #openstack-containers23:35
*** apuimedo has quit IRC23:36
*** kebray has joined #openstack-containers23:40
*** vilobhmm has quit IRC23:43
*** rlrevell has quit IRC23:46
*** mikedillion has quit IRC23:48
*** dane_leblanc has quit IRC23:50
*** rlrevell has joined #openstack-containers23:51
*** bradjones has quit IRC23:58
*** vilobhmm has joined #openstack-containers23:59

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