*** liusheng has joined #openstack-mogan | 00:40 | |
liusheng | zhenguo: the tempest patch merged failed :( | 00:46 |
---|---|---|
*** wanghao has joined #openstack-mogan | 00:48 | |
*** zhenguo has quit IRC | 01:13 | |
*** little has joined #openstack-mogan | 01:15 | |
openstackgerrit | liusheng proposed openstack/python-nimbleclient: The --nic parameter should be required https://review.openstack.org/417259 | 01:23 |
*** liusheng has left #openstack-mogan | 01:24 | |
*** liusheng has joined #openstack-mogan | 01:25 | |
*** kevinz has joined #openstack-mogan | 01:26 | |
*** zhenguo has joined #openstack-mogan | 01:31 | |
*** liusheng has quit IRC | 01:34 | |
*** liusheng has joined #openstack-mogan | 01:35 | |
*** zhangyang has joined #openstack-mogan | 01:37 | |
liusheng | zhenguo: For tempest, it is weird, the console logs seems show the server has been deployed sucessfully, but the job run timeout | 01:39 |
liusheng | zhangyang: I have checked the tempest's log, it takes more than 10min between POST /instances/ and last GET | 01:40 |
liusheng | zhenguo: the status is stucked in 'building' | 01:40 |
openstackgerrit | zhangjl proposed openstack/nimble: TrivialFix: Remove the duplicate _destroy_network method https://review.openstack.org/416845 | 01:42 |
*** yuntongjin has joined #openstack-mogan | 01:48 | |
*** Kevin_Zheng has joined #openstack-mogan | 01:50 | |
zhenguo | liusheng: you mean we should bump the job timeout? | 01:51 |
liusheng | zhenguo: I am not sure, but it is unreasonable the server stucked in 'building' more than 10 mins | 01:52 |
zhenguo | liusheng: yes, let me check the log | 01:53 |
liusheng | zhenguo: according the console log, seems the server has been deploy sucessfully, don't found the network issue we saw before | 01:53 |
zhenguo | liusheng: you mean the baremetal console log? | 01:53 |
liusheng | zhenguo: yes | 01:53 |
zhenguo | liusheng: currently the tempest job timeout is what | 01:54 |
liusheng | zhenguo: seems 600s | 01:54 |
liusheng | zhenguo: http://logs.openstack.org/52/404552/23/check/gate-nimble-dsvm-tempest-plugin/c9e28af/logs/ironic-bm-logs/ | 01:54 |
zhenguo | liusheng: seems ironic's is 800s | 01:55 |
liusheng | zhenguo: I am not sure | 01:55 |
zhenguo | liusheng: I remember when adding the job we set it to 800, but infra guys suggest we should make it to 600 at first | 01:55 |
*** yuntongjin has quit IRC | 01:56 | |
zhenguo | liusheng: I find some errors in screen-mogan-engine logs | 02:02 |
liusheng | zhenguo: ok, let me check | 02:04 |
zhenguo | liusheng: in wait_for_active, TypeError: can't compare offset-naive and offset-aware datetimes | 02:04 |
zhenguo | liusheng: after status goes to active and do instance.save | 02:05 |
liusheng | zhenguo: oh, seems a bug of mogan-engine ? | 02:05 |
zhenguo | liusheng: oh, I merged a patch before this | 02:06 |
liusheng | zhenguo: related with the error ? | 02:06 |
zhenguo | liusheng: maybe it's because this https://review.openstack.org/#/c/416962/ | 02:06 |
zhenguo | let me test with it again | 02:06 |
liusheng | zhenguo: ok, let me update my env and run it locally | 02:08 |
zhenguo | liusheng: K | 02:08 |
*** yuntongjin has joined #openstack-mogan | 02:08 | |
liusheng | zhenguo: seems it has the issue, it occured in my env | 02:14 |
zhenguo | liusheng: oh, sorry | 02:14 |
liusheng | zhenguo: the Provisioning State is active when I run ironic node-list | 02:15 |
liusheng | zhenguo: hah, maybe we really need this tempest test as a gate | 02:16 |
zhenguo | liusheng: hah, this tells us how important the tempest is, hah | 02:16 |
liusheng | zhenguo: aha | 02:16 |
*** zhangjl has joined #openstack-mogan | 02:35 | |
zhenguo | liusheng: not sure why that patch will impact it, seem bacause timezone issue for sqlachamy | 02:41 |
liusheng | zhenguo: seems like the format of timestamp ? | 02:41 |
zhenguo | liusheng: yes, seems it is | 02:42 |
zhenguo | liusheng: not sure why this is related to the patch adding instance aborted, | 02:49 |
zhenguo | liusheng: seems because versioned object https://bugs.launchpad.net/cinder/+bug/1469120 | 02:49 |
openstack | Launchpad bug 1469120 in Cinder "Cannot save dates in Versioned Objects" [Medium,Fix released] - Assigned to Gorka Eguileor (gorka) | 02:49 |
liusheng | zhenguo: looking the but description, looks like a same issue | 02:50 |
zhenguo | liusheng: yes | 02:50 |
zhenguo | liusheng: hah, Ironic also face the same problem https://review.openstack.org/#/c/354744/ | 02:58 |
liusheng | zhenguo: any new version of lib cause this ? | 02:59 |
zhenguo | liusheng: no only because we do obj.save after obj.refresh | 02:59 |
liusheng | zhenguo: so how about borrow the ironic's fix ? | 03:06 |
zhenguo | liusheng: yes, I'm testing with it now | 03:07 |
openstackgerrit | liusheng proposed openstack/nimble: Trivial-Fix: replace 'nimble' with 'mogan' in two places https://review.openstack.org/417266 | 03:07 |
*** Guest35757 has quit IRC | 03:08 | |
*** luyao has joined #openstack-mogan | 03:11 | |
luyao | zhenguo, I have a question,How to enable mogan plugin in devstack?enable_plugin mogan git://git.openstack.org/openstack/mogan? | 03:29 |
zhenguo | luyao: yes | 03:32 |
zhenguo | luyao: but you can use enable_plugin xxx git://git.openstack.org/openstack/nimble | 03:32 |
zhenguo | luyao: the repo name is still nimble instead of mogan | 03:33 |
zhenguo | enable_plugin mogan git://git.openstack.org/openstack/nimble | 03:33 |
luyao | zhenguo,ok, let me try | 03:34 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Fix instance save after refresh error https://review.openstack.org/417269 | 03:35 |
zhenguo | liusheng: this can fix the tempest issue | 03:36 |
zhenguo | liusheng: please try | 03:36 |
*** yuntongjin has quit IRC | 03:36 | |
* zhenguo brb | 03:37 | |
liusheng | zhenguo: ok, let me try, thanks! | 03:37 |
liusheng | zhenguo: it works, cool! | 03:46 |
zhenguo | liusheng: haha | 03:47 |
zhenguo | liusheng: just copy ironic | 03:47 |
liusheng | zhenguo: hah | 03:47 |
openstackgerrit | Merged openstack/nimble: Trivial-Fix: replace 'nimble' with 'mogan' in two places https://review.openstack.org/417266 | 04:10 |
openstackgerrit | Merged openstack/nimble: Fix instance save after refresh error https://review.openstack.org/417269 | 04:37 |
*** wanghao_ has joined #openstack-mogan | 04:39 | |
*** wanghao has quit IRC | 04:41 | |
*** wanghao has joined #openstack-mogan | 04:41 | |
*** wanghao_ has quit IRC | 04:44 | |
*** zhangjl has left #openstack-mogan | 04:51 | |
openstackgerrit | zhangjl proposed openstack/nimble: TrivialFix: Remove the duplicate _destroy_network method https://review.openstack.org/416845 | 04:53 |
*** yuntongjin has joined #openstack-mogan | 05:11 | |
openstackgerrit | Merged openstack/nimble: Add tempest tests for instance creation https://review.openstack.org/404552 | 05:49 |
*** yuntongjin has quit IRC | 06:02 | |
zhenguo | liusheng: it's merged, lol | 06:05 |
liusheng | zhenguo: thanks ! lol | 06:06 |
zhenguo | liusheng: thanks for the persistent! | 06:07 |
liusheng | zhenguo: np :) | 06:07 |
*** liudong has joined #openstack-mogan | 06:09 | |
*** liudong has quit IRC | 06:11 | |
*** yuntongjin has joined #openstack-mogan | 06:20 | |
zhenguo | hi all, please check this again https://etherpad.openstack.org/p/nimble-task | 06:22 |
zhenguo | feel free to update it | 06:22 |
*** wanghao_ has joined #openstack-mogan | 06:30 | |
*** wanghao has quit IRC | 06:33 | |
*** zhangjl has joined #openstack-mogan | 06:39 | |
*** yuntongjin has quit IRC | 06:42 | |
openstackgerrit | Merged openstack/nimble: TrivialFix: Remove the duplicate _destroy_network method https://review.openstack.org/416845 | 06:43 |
shaohe_feng | zhenguo: little: http://developer.openstack.org/api-ref/compute/?expanded=create-server-detail | 07:14 |
shaohe_feng | zhenguo: little: what do you think of the personality and user_data ? | 07:14 |
zhenguo | shaohe_feng: hey, I see that section in the doc | 07:19 |
zhenguo | shaohe_feng: is that also leverage config drive? | 07:20 |
zhenguo | shaohe_feng: seems only admin can access that data | 07:20 |
zhenguo | shaohe_feng: hi, I would suggest you split your patch into some seperate parts, we can add one type first, wdyt? | 07:22 |
*** yuntongjin has joined #openstack-mogan | 07:22 | |
shaohe_feng | zhenguo: OK. | 07:41 |
zhenguo | shaohe_feng: thanks, and maybe it can split into some small tasks, hah | 07:42 |
shaohe_feng | zhenguo: little: not sure the scenario for "user_data" and "personality", seem they can do the same thing. | 07:42 |
shaohe_feng | zhenguo: just "user_data" is a string, and "personality" is file. | 07:43 |
zhenguo | shaohe_feng: personality can specify the path | 07:43 |
shaohe_feng | file path. | 07:43 |
shaohe_feng | zhenguo: yes. so wo support these 2? | 07:43 |
shaohe_feng | s/wo/we? | 07:43 |
shaohe_feng | s/wo/we | 07:43 |
zhenguo | shaohe_feng: they are both string | 07:43 |
zhenguo | shaohe_feng: according to the doc, seems the difference is personality has a path and only admin can access it | 07:44 |
zhenguo | shaohe_feng: seems it's not high priority thing, wdyt | 07:44 |
zhenguo | shaohe_feng: if you want to inject something to the instance, you can use inject file, hah | 07:45 |
zhenguo | shaohe_feng: you would like to support all thing with config drive in one patch? | 07:46 |
shaohe_feng | zhenguo: I'm doing them in one patch, now. | 07:46 |
shaohe_feng | zhenguo: I can split it. | 07:46 |
zhenguo | shaohe_feng: maybe we can just support inject_file at first, config_drive + inject_file, all other things can do it later | 07:46 |
shaohe_feng | zhenguo: OK. but the nova create API, has no inject_file param, the inject_file is come from "user_data" or "personality" | 07:48 |
shaohe_feng | zhenguo: so how do we define our api ? | 07:48 |
zhenguo | shaohe_feng: oh, sorry, if so, maybe user_data first? | 07:48 |
zhenguo | shaohe_feng: as vm users may be used to this way, I think we should not change, wdyt? | 07:49 |
shaohe_feng | zhenguo: OK. and we will both support user_data and personality at last. | 07:49 |
zhenguo | shaohe_feng: inject file will transfer to user_data, right? | 07:51 |
zhenguo | shaohe_feng: we don't support to specify a inject file throuth the API, and only CLI or UI can use inject_file, right? | 07:51 |
shaohe_feng | zhenguo: seems nova CLI transfer file to user_data or personality | 07:54 |
zhenguo | shaohe_feng: ok, we can follow nova, just support user_data is ok at first step | 07:54 |
zhenguo | shaohe_feng: and you may need to rebase you code after the renaming, hah | 07:56 |
shaohe_feng | zhenguo: OK, will do it. | 07:57 |
zhenguo | shaohe_feng: thanks! | 07:58 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Add a looping call to wait for power action completed https://review.openstack.org/417308 | 08:00 |
* zhenguo brb | 08:00 | |
*** liudong has joined #openstack-mogan | 08:04 | |
*** zhangjl1 has joined #openstack-mogan | 08:13 | |
*** zhangjl has quit IRC | 08:16 | |
zhenguo | shaohe_feng: wrt get power state, do you think it's better to cache all instances' pwer state instead of fetching from ironic during every get instance API | 08:17 |
*** Kevin_Zheng has quit IRC | 08:31 | |
*** zhangyang has quit IRC | 08:31 | |
*** zhenguo has quit IRC | 08:31 | |
*** openstackgerrit has quit IRC | 08:31 | |
*** yuntongjin has quit IRC | 08:31 | |
*** liusheng has quit IRC | 08:31 | |
*** Jeffrey4l_ has quit IRC | 08:31 | |
*** kevinz has quit IRC | 08:31 | |
*** liudong has quit IRC | 08:31 | |
*** luyao has quit IRC | 08:31 | |
*** zhangjl1 has quit IRC | 08:31 | |
*** wanghao_ has quit IRC | 08:31 | |
*** little has quit IRC | 08:31 | |
*** shaohe_feng has quit IRC | 08:31 | |
*** yuntongjin has joined #openstack-mogan | 08:38 | |
*** kevinz has joined #openstack-mogan | 08:38 | |
*** zhangjl1 has joined #openstack-mogan | 08:38 | |
*** liudong has joined #openstack-mogan | 08:38 | |
*** wanghao_ has joined #openstack-mogan | 08:38 | |
*** luyao has joined #openstack-mogan | 08:38 | |
*** Kevin_Zheng has joined #openstack-mogan | 08:38 | |
*** zhangyang has joined #openstack-mogan | 08:38 | |
*** liusheng has joined #openstack-mogan | 08:38 | |
*** zhenguo has joined #openstack-mogan | 08:38 | |
*** little has joined #openstack-mogan | 08:38 | |
*** shaohe_feng has joined #openstack-mogan | 08:38 | |
*** openstackgerrit has joined #openstack-mogan | 08:38 | |
liusheng | zhenguo: I can get this message, lol | 08:38 |
*** Jeffrey4l_ has joined #openstack-mogan | 08:38 | |
*** yuntongjin has quit IRC | 08:38 | |
*** yuntongjin has joined #openstack-mogan | 08:38 | |
zhenguo | am I still alive? seems something wrong with the irc | 08:40 |
liusheng | zhenguo: I can see you lol | 08:41 |
zhenguo | liusheng: lol | 08:43 |
liusheng | zhenguo: the irc is unstable | 08:43 |
zhenguo | liusheng: am I still alive? | 08:48 |
liusheng | zhenguo: I can see this message | 08:48 |
*** yuntongjin has quit IRC | 08:50 | |
zhenguo | liusheng: seems it's ok now | 08:53 |
liusheng | zhenguo: hah | 08:54 |
liusheng | zhenguo: did you see my messages ? | 08:54 |
zhenguo | liusheng: something wrong with the irccloud | 08:54 |
zhenguo | liusheng: yes, it's ok now | 08:54 |
zhenguo | liusheng: do you remember why ceilometer introduce that? | 08:55 |
liusheng | zhenguo: seems they think it is a matter of course | 08:57 |
zhenguo | liusheng: hah, | 08:57 |
zhenguo | liusheng: I will test that later, seems it's ok | 08:58 |
liusheng | zhenguo: someone filed a bp, and sbmit code, the cores review it | 08:58 |
zhenguo | liusheng: ok | 08:58 |
zhenguo | liusheng: when using moganclient, I find somthing can improve | 08:59 |
liusheng | zhenguo: thanks, but it is don't need merged quickly, I also need to test it, the functionality is ok, but the tests with pecan seems hard to apply the pipline | 08:59 |
zhenguo | liusheng: yes, that's my concern | 09:00 |
liusheng | zhenguo: I need to modify the part2 patch | 09:00 |
liusheng | zhenguo: we used return pecan.testing.load_test_app(self.app_config) to start a app for testing, seems it hard to apply pipline to the testing app | 09:01 |
shaohe_feng | zhenguo: it's time consume to get the power stat? | 09:01 |
liusheng | zhenguo: what's improvement of moganclient ? | 09:02 |
zhenguo | liusheng: yes, and seems it's not high priority thing, wdyt? | 09:02 |
liusheng | zhenguo: yes | 09:02 |
zhenguo | liusheng: we can focus on other tasts which should be done in O | 09:02 |
zhenguo | liusheng: so how about hold on a while for that? | 09:02 |
liusheng | zhenguo: ok | 09:02 |
zhenguo | liusheng: thanks | 09:03 |
openstackgerrit | wanghao proposed openstack/nimble: [WIP]Quota support in Mogan(part 1) https://review.openstack.org/417326 | 09:03 |
zhenguo | shaohe_feng: yes | 09:03 |
zhenguo | shaohe_feng: but a seperate periodic task to fetch all power state also time consuming | 09:03 |
zhenguo | shaohe_feng, liusheng: but I think keeping user's request performance is more important, wdyt? | 09:04 |
liusheng | zhenguo: why it is time-consuming ? | 09:05 |
zhenguo | liusheng: you mean for API request? | 09:06 |
*** zhangjl1 has quit IRC | 09:06 | |
zhenguo | liusheng: currently if you get instance info, it will call ironic to get power_state. | 09:06 |
liusheng | zhenguo: you are talking about geting power state ? | 09:06 |
zhenguo | liusheng: yes | 09:06 |
*** wanghao_ has quit IRC | 09:06 | |
*** wanghao has joined #openstack-mogan | 09:07 | |
liusheng | zhenguo: why it is time consuming to call ironic to get power_state ? | 09:07 |
liusheng | zhenguo: just query db of ironic ? | 09:08 |
zhenguo | liusheng: need a REST API call to ironic | 09:08 |
liusheng | zhenguo: oh | 09:08 |
liusheng | zhenguo: how about record power_state in mogan's db ? | 09:09 |
zhenguo | liusheng: it's another option, but need to sync with ironic as well | 09:09 |
zhenguo | liusheng: but I'm OK with save it to db | 09:09 |
liusheng | zhenguo: just treat ironic as a libvirt, lol | 09:10 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Add a looping call to wait for power action completed https://review.openstack.org/417308 | 09:10 |
zhenguo | liusheng: hah, yes | 09:10 |
zhenguo | liusheng: and for set power state, I think we should change our CLI to 'openstack baremetal server reboot/on/off ' | 09:10 |
zhenguo | liusheng: wdyt? | 09:10 |
liusheng | zhenguo: reboot is ok, but on/off looks weird | 09:11 |
zhenguo | liusheng: I find it's not convient to use openstack baremtal server power --power-state xx server | 09:11 |
liusheng | zhenguo: ok | 09:11 |
zhenguo | liusheng: let me check what's nova used | 09:11 |
liusheng | zhenguo: start/stop in Nova | 09:11 |
*** liudong has quit IRC | 09:11 | |
zhenguo | liusheng: that's more better, hah | 09:12 |
liusheng | zhenguo: we just stole it ? :P | 09:12 |
zhenguo | liusheng: and how about change to use 'server boot' instead of 'server create' | 09:12 |
zhenguo | liusheng: yes | 09:12 |
liusheng | zhenguo: yes, I am ok | 09:12 |
zhenguo | liusheng: as openstack users already been used that way | 09:13 |
liusheng | zhenguo: ok, will try to change it | 09:13 |
zhenguo | liusheng: big thanks | 09:14 |
shaohe_feng | zhenguo: openstack baremetal server reboot/shutdown/poweron? | 09:15 |
zhenguo | shaohe_feng: reboot/start/stop like nova, hah | 09:15 |
liusheng | zhenguo: another problem I found when I debuging tempest, currently when we deleting a server, the status is 'deleting' but the server is deleted soon while it is still in doing some clenup in ironic | 09:15 |
liusheng | zhenguo: we may need to wait the cleanup completed then delete the server | 09:15 |
zhenguo | liusheng: yes, we need to wait for that | 09:16 |
zhenguo | liusheng: oh, now | 09:16 |
zhenguo | liusheng: when it's going to a deleting state we can just change instance deleted | 09:16 |
zhenguo | liusheng: we don't need to wait ironic, as the resouce cleanup it's not related to mogan | 09:17 |
liusheng | zhenguo: yes, we need to wait the cleanup in rionic completed and then marked the instance deleted | 09:17 |
zhenguo | liusheng: sorry, I mean no | 09:17 |
liusheng | zhenguo: that may cause many issues | 09:17 |
zhenguo | liusheng: why | 09:18 |
shaohe_feng | zhenguo: start/stop is OK. | 09:18 |
liusheng | zhenguo: we cannot query the instance from mogan, and we asume it has free the node in ironic, but actually it don't | 09:18 |
zhenguo | liusheng: actually we use a wait unprovision state now | 09:19 |
liusheng | zhenguo: e.g. we have 3 nodes in ironic, if we have created 3 servers and then deleted them, and then we create the 4th server, but it will fail | 09:19 |
zhenguo | liusheng: if the node is going to a status indicates that its cleaning, we should not wait | 09:19 |
zhenguo | liusheng: yes, that's ok | 09:20 |
zhenguo | liusheng: as deleting ironic node will take long time | 09:20 |
zhenguo | liusheng: especially in real evn, as we have to erase disks | 09:20 |
liusheng | zhenguo: so it effect anything ? | 09:20 |
zhenguo | liusheng: that may take many hours | 09:20 |
zhenguo | liusheng: users should not wait for that, | 09:21 |
liusheng | zhenguo: users don't need t wait | 09:21 |
liusheng | zhenguo: why need to wait ? | 09:21 |
zhenguo | liusheng: hah | 09:21 |
liusheng | zhenguo: the deletion is a cast call, we just set the status of the instance in deleting when ironic doing cleanup | 09:22 |
zhenguo | liusheng: we set it to deleting if the cast call sent successfully | 09:23 |
liusheng | zhenguo: yes, I mean the "deleting" should be continued until ironic complete cleanup | 09:23 |
zhenguo | liusheng: yes, but I don't think so | 09:24 |
liusheng | zhenguo: so how to solve the problem I said | 09:24 |
zhenguo | liusheng: if you are a end user, when you delete your instance, it will finished in about 8 hours, how would you feel | 09:24 |
zhenguo | liusheng: you mean node cleanup failed? | 09:24 |
zhenguo | liusheng: currently when node goes to NOSTATE,CLEANING,CLEANWAIT,CLEANFAIL,AVAILABLE, we will set instance to be deleted | 09:25 |
liusheng | zhenguo: no, if you have 3 nodes, and you created 3 servers on them, then you delete them all, you do "sever list", it return empty, but you cannot create the 4th server | 09:25 |
zhenguo | liusheng: yes, that's OK, as you don't have resources which can be used | 09:26 |
zhenguo | liusheng: we are cloud, no need to care about the resouces used up | 09:26 |
zhenguo | liusheng: and users should not know how many nodes we have | 09:27 |
liusheng | zhenguo: hmm... addionally, we cannot get anything about the instance after deleted from mogan api, but actually, it may still exist in ironic | 09:27 |
zhenguo | liusheng: no, the node has dissociated with the instance | 09:28 |
liusheng | zhenguo: but that may cause issues if we import quota | 09:28 |
*** wanghao has quit IRC | 09:28 | |
zhenguo | liusheng: no, the node is already not related to the node | 09:28 |
zhenguo | s/node/instance | 09:29 |
liusheng | zhenguo: oh, I see | 09:29 |
zhenguo | liusheng: hah, we can jsut assue ironic is a black box | 09:30 |
liusheng | zhenguo: you mean the instance info has been cleaned from the node ? | 09:30 |
zhenguo | liusheng: exactly | 09:30 |
zhenguo | liusheng: yes | 09:30 |
zhenguo | liusheng: it's already not related to the instance, why we still need to wait | 09:30 |
liusheng | zhenguo: oh, may I was wrong, I thought it still releted to the instance | 09:32 |
zhenguo | liusheng: hah, | 09:32 |
liusheng | zhenguo: I will test more, hah | 09:33 |
zhenguo | liusheng: thanks | 09:34 |
zhenguo | liusheng: do you familiar with partition in nova? | 09:34 |
liusheng | zhenguo: no :( | 09:34 |
zhenguo | liusheng: hah | 09:34 |
liusheng | zhenguo: may you can ping Kevin_Zheng | 09:35 |
liusheng | zhenguo: lol | 09:35 |
liusheng | have a nice weekend :) | 09:35 |
zhenguo | liusheng: thanks | 09:36 |
little | zhenguo | 09:45 |
zhenguo | little: hi | 09:46 |
little | I am away this aternoon | 09:46 |
zhenguo | little: no problem, hah | 09:46 |
little | I think user_data and personility should be considered a feature to develop | 09:47 |
little | sometimes, inject files is very useful | 09:48 |
little | go home, hah | 09:51 |
zhenguo | little: yes, we should first support user data | 09:51 |
zhenguo | little: have a nice weekend:) | 09:52 |
zhenguo | seems you guys can always go home on time after leaving huawei, lol | 09:55 |
zhenguo | shaohe_feng: are you still around? | 09:56 |
zhenguo | shaohe_feng: do you remember this https://review.openstack.org/#/c/412975/1/doc/source/api.rst ? | 09:56 |
little | hah, leaving huawei is very cool, bye | 09:57 |
zhenguo | hah, bye | 10:00 |
* zhenguo disappeared | 10:00 | |
*** little has quit IRC | 10:03 | |
openstackgerrit | liusheng proposed openstack/nimble: Versioned notification: Add suport for instance.create.start (WIP) https://review.openstack.org/417335 | 10:06 |
*** kevinz has quit IRC | 10:13 | |
*** Jeffrey4l_ has quit IRC | 11:14 | |
*** Jeffrey4l_ has joined #openstack-mogan | 11:14 | |
*** kevinz has joined #openstack-mogan | 13:33 | |
*** kevinz has quit IRC | 13:51 | |
*** liusheng has quit IRC | 14:47 | |
*** Jeffrey4l_ has quit IRC | 18:39 | |
*** Jeffrey4l_ has joined #openstack-mogan | 18:39 | |
*** Jeffrey4l_ has quit IRC | 21:35 | |
*** Jeffrey4l_ has joined #openstack-mogan | 21:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!