Tuesday, 2017-06-20

*** openstack has joined #openstack-mogan00:19
*** wanghao has joined #openstack-mogan00:37
wanghaomorning!00:45
liushengmorning00:54
openstackgerritwanghao proposed openstack/mogan master: Specify neutron port when creating servers  https://review.openstack.org/47082401:03
*** harlowja has joined #openstack-mogan01:04
zhenguomorning!01:10
*** liujiong has joined #openstack-mogan01:13
openstackgerritwanghao proposed openstack/mogan master: Specify neutron port when creating servers  https://review.openstack.org/47082401:23
*** Kevin_Zheng has joined #openstack-mogan01:30
openstackgerritZhenguo Niu proposed openstack/mogan-specs master: New flavor for baremetal servers  https://review.openstack.org/45411301:50
*** litao__ has joined #openstack-mogan01:55
Xinranhi, have you guys met the problem when you run tempest test? I got security group in use.01:56
zhenguoXinran: you can ask liusheng, but seems the problem has been addressed01:58
liushengXinran: do you have update your code to latest ?01:58
Xinranthe problem occurs during jeckins check02:02
zhenguoXinran: can you paste the patch link here?02:03
Xinranhttps://review.openstack.org/#/c/473323/02:03
zhenguoXinran: I see, you can press the Rebase button on the top right corner02:05
zhenguoXiran: as the patch is based on the old codes not including the patch which address the tempest problems02:06
openstackgerritXinran WANG proposed openstack/mogan master: Add filters to list API  https://review.openstack.org/47332302:06
Xinranzhenguo,  I think the patch is rebased on the lastest code when I do git review and git rebase02:10
zhenguoXinran: if you swith to master branch and update it to latest and then go to you branch and run git rebase master, it will be rebased02:14
* zhenguo brb02:14
Xinranzhenguo, ok I see, thanks02:16
openstackgerritliusheng proposed openstack/mogan master: Make floatingip can be saved to db and can be display  https://review.openstack.org/47562202:43
openstackgerritliusheng proposed openstack/mogan master: Make floatingip can be saved to db and can be displayed  https://review.openstack.org/47562202:44
openstackgerritliusheng proposed openstack/python-moganclient master: Make the floating ip can be show in netinfo command  https://review.openstack.org/47562503:00
openstackgerritZhenguo Niu proposed openstack/mogan master: Adds `resources` field for flavors.  https://review.openstack.org/47562603:02
openstackgerritVu Cong Tuan proposed openstack/mogan master: Stop using deprecated 'message' attribute in Exception  https://review.openstack.org/47562703:04
*** wxy has joined #openstack-mogan03:11
zhenguohi all, please help to look at the new flavor specs https://review.openstack.org/#/c/454113/12/specs/pike/approved/new-flavor.rst  .03:14
openstackgerritXinran WANG proposed openstack/mogan master: Add filters to list API  https://review.openstack.org/47332303:22
openstackgerritXinran WANG proposed openstack/mogan master: Update ironic.driver.plug_vif implementation  https://review.openstack.org/46976603:23
zhenguowanghao: I tested the specifying port patch but find api-ref error with 'Parameters out of order `metadata` should be after `max_count_body`'03:28
zhenguowanghao: but it seems not related to the patch, do you want to fix it with the current patch or should it be a sparated one03:28
wanghaozhenguo: I'd like to fix it in other patch. quickly03:29
zhenguowanghao: ok thanks03:29
wanghaozhenguo: leave it to me.03:29
wanghaozhenguo: np03:29
wanghaozhenguo: lanuch time,  will commit at afternoon.03:31
zhenguowanghao: ok, no rush03:31
openstackgerritliusheng proposed openstack/mogan master: Make floatingip can be saved to db and can be displayed  https://review.openstack.org/47562203:44
openstackgerritwanghao proposed openstack/mogan master: Change the parameter's order in api-ref  https://review.openstack.org/47564204:26
zhenguohttps://docs.google.com/drawings/d/1U4clumHXPZn029f8p76XE4aMzMei_Z6BCEUA0MF7114/edit?usp=sharing05:12
zhenguolol05:12
openstackgerritMerged openstack/mogan master: Change the parameter's order in api-ref  https://review.openstack.org/47564206:38
zhenguoliusheng: do you have a env with placement service for testing?06:47
liushengzhenguo: yes, my env installed Nova06:58
zhenguoliusheng: cool06:58
liushengzhenguo: lol06:58
zhenguoliusheng: can I check the db schema with your env06:59
liushengzhenguo: yes, sure07:00
zhenguoliusheng: thanks07:00
*** wanghao_ has joined #openstack-mogan07:36
*** wanghao has quit IRC07:39
*** wanghao_ has quit IRC07:51
*** wanghao has joined #openstack-mogan07:51
*** wanghao has quit IRC07:56
*** wanghao has joined #openstack-mogan08:05
openstackgerritVu Cong Tuan proposed openstack/mogan master: Stop using deprecated 'message' attribute in Exception  https://review.openstack.org/47562708:10
openstackgerritZhenguo Niu proposed openstack/mogan-specs master: Track resources using Placement  https://review.openstack.org/47570008:34
openstackgerritZhenguo Niu proposed openstack/mogan-specs master: New flavor for baremetal servers  https://review.openstack.org/45411308:34
openstackgerritMerged openstack/mogan master: Updated from global requirements  https://review.openstack.org/47555208:46
*** openstackgerrit has quit IRC08:48
zhenguoliusheng: hi, I just drafted a spec for placement integration, you can update it based on your POC.08:51
*** openstackgerrit has joined #openstack-mogan08:51
openstackgerritMerged openstack/mogan master: Tempest: add tempest test cases for server interface attaching  https://review.openstack.org/47483508:51
openstackgerritMerged openstack/mogan master: Specify neutron port when creating servers  https://review.openstack.org/47082408:51
liushengzhenguo: hah, thanks a lot08:51
zhenguoliusheng: hah08:52
openstackgerritZhenguo Niu proposed openstack/mogan master: Detach interface for server  https://review.openstack.org/46176708:56
wanghaozhenguo: ping08:57
zhenguowanghao: pong08:57
wanghaozhenguo: I found an issue(maybe), in some place, we use http_client.code to raise client exception when we catch some exception.08:59
wanghaozhenguo: but we have already set the http code in exception class.08:59
zhenguowanghao: yes, I also noticed that08:59
wanghaozhenguo: do you think we should use the exception code directly instead of import one more.09:00
zhenguowanghao: we can change to raise exceptions directly if we have set http code09:00
wanghaozhenguo: totally agree.09:00
zhenguowanghao: just for some error no exceptions defined we should raise http exceptions09:00
wanghaozhenguo: yes,  we may need to introduce a reraise method like other project.09:01
zhenguowanghao: seems already have a reraise method09:02
wanghaozhenguo: okay, I'll check it.09:02
zhenguowanghao: thanks09:02
wanghaozhenguo: I see now we raise a new wsme.exc.ClientSideError,  I'm not sure is it same if we raise mogan exception directly.09:04
zhenguowanghao: yes, should change to raise mogan exceptions if we already got one09:04
wanghaoyes, I mean is there some api impact?  maybe09:05
wanghaoemm, better to test it,  never mind.  I'll do it.09:06
zhenguowanghao: you can check to see, if our exceptions already set the correct http code, it's ok09:06
wanghaozhenguo: I think it too.09:07
zhenguowanghao: yes, no need to catch mogan exception and wrap with wsme.exc.ClientSideError09:07
*** wanghao has quit IRC09:08
*** wanghao has joined #openstack-mogan09:08
wanghaoguys  do you have devstack env that install swfit?09:19
wanghaocould you paste the information about  'df -h' to see the attached volume for swift.09:19
wanghaoI lost the attached volume after rebooting the devstack env....09:20
zhenguoall my env are broken..., liusheng should be able to help out09:21
liushenglol09:21
liushenglet me read what you said09:21
openstackgerritZhenguo Niu proposed openstack/mogan-specs master: Track resources using Placement  https://review.openstack.org/47570009:28
*** wanghao has quit IRC09:33
*** openstackgerrit has quit IRC09:33
zhenguoliusheng: please have a look at the detack interface patch https://review.openstack.org/#/c/461767/ , it's stuck for a long time09:35
liushengzhenguo: ok09:35
liushengzhenguo: how about adding a tempest test for detaching interfaces, since we have already a test for attaching interface09:39
zhenguoliusheng:sure09:39
*** liujiong has quit IRC10:02
*** dims has quit IRC10:16
*** dims has joined #openstack-mogan10:21
*** openstackgerrit has joined #openstack-mogan12:03
openstackgerritZhenguo Niu proposed openstack/mogan master: Update api docs to add missing parameters  https://review.openstack.org/47575512:03
* zhenguo away12:04
-openstackstatus- NOTICE: restarting gerrit to address slowdown issues12:56
*** openstack has joined #openstack-mogan22:18
*** harlowja has quit IRC23:19
*** wanghao has joined #openstack-mogan23:43

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