*** yuntongjin has joined #openstack-nimble | 01:28 | |
zhenguo | shihanzhang: seems we still lack the abilities of powering instances in our CLI. | 01:44 |
---|---|---|
shihanzhang | yes | 01:45 |
*** yuntongjin has quit IRC | 02:26 | |
*** yuntongjin has joined #openstack-nimble | 02:29 | |
*** liusheng has quit IRC | 03:33 | |
*** kevinz has joined #openstack-nimble | 03:54 | |
*** yuntongjin has quit IRC | 03:56 | |
*** kevinz has quit IRC | 04:04 | |
shaohe_feng | zhenguo: yes. | 04:23 |
shaohe_feng | zhenguo: when will support Quota? | 04:24 |
shaohe_feng | zhenguo: or will we support quota? | 04:24 |
shaohe_feng | zhenguo: https://github.com/openstack/nimble/blob/master/nimble/tests/unit/api/v1/test_instance.py#L63 | 04:26 |
shaohe_feng | zhenguo: as we discuss before, we can allow every tenant to create instance. | 04:27 |
shaohe_feng | zhenguo: so for a evil tenant, he can create many instances, There will be exhaustion of resources | 04:29 |
shaohe_feng | zhenguo: this is only for create instance. | 04:29 |
shaohe_feng | zhenguo: for other action, the evil tenant need be authorized. https://github.com/openstack/nimble/blob/master/nimble/tests/unit/api/v1/test_instance.py#L50 | 04:30 |
zhenguo | shaohe_feng: sorry, I was away for lunch. | 05:07 |
shaohe_feng | zhenguo: I know. | 05:08 |
zhenguo | shaohe_feng: yes, we need to support quota, and I have marked the quota bp as high priority | 05:08 |
shaohe_feng | zhenguo: how about your lunch? | 05:08 |
zhenguo | shaohe_feng: hah, not that bad | 05:08 |
shaohe_feng | zhenguo: that means it's not good) :P | 05:09 |
zhenguo | shahe_feng: lol | 05:09 |
shaohe_feng | zhenguo: I'm going to have lunch. | 05:09 |
zhenguo | shaohe_feng: oh, so late | 05:09 |
shaohe_feng | zhenguo: yes, buzy. | 05:10 |
zhenguo | shaohe_feng: oh, have a good lunch! we can discuss quota things this afternoon | 05:11 |
*** yuntongjin has joined #openstack-nimble | 05:16 | |
*** liusheng has joined #openstack-nimble | 06:07 | |
*** yuntongjin has quit IRC | 08:16 | |
zhenguo | shaohe_feng: are you around? | 08:25 |
zhenguo | shahe_feng: just realize nimble.tests.unit.api.v1.test_instance.TestInstanceAuthorization.test_instance_get_one_by_owner and test_instance_get_one_by_admin take about 60s, do you know why the tests are so slow | 08:27 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Add check for specified image in create request https://review.openstack.org/401119 | 08:30 |
zhenguo | shaohe_feng: have found the reason, will draft a patch to fix that | 08:55 |
shaohe_feng | zhenguo: come back | 08:58 |
openstackgerrit | Zhenguo Niu proposed openstack/nimble: Fix some slowest tests in unit/api https://review.openstack.org/401130 | 08:58 |
zhenguo | shaohe_feng: as the refactor patch has merged, some api tests became very slow as the engine api request to ironic failed, so I added mock of engine api call to fix that | 08:59 |
zhenguo | shaohe_feng: also, I added some check for the specified image within request https://review.openstack.org/#/c/401119/ | 09:00 |
shaohe_feng | zhenguo: ok, let me check it. | 09:00 |
zhenguo | shaohe_feng: thanks | 09:00 |
shaohe_feng | zhenguo: http://developer.openstack.org/api-ref/networking/v2/#quotas-extension-quotas | 09:01 |
shaohe_feng | zhenguo: this is the neutron quotas. | 09:01 |
zhenguo | shaohe_feng: yes, quota should be a high priority thing we need to introduce ASAP | 09:02 |
zhenguo | shaohe_feng: and we still lack some basic abilities like likst availability zones :( | 09:02 |
zhenguo | s/likst/list | 09:02 |
shaohe_feng | zhenguo: which is more higher priority? a list for nimble priority? | 09:04 |
zhenguo | shaohe_feng: should we still focus on tests work now, or consider other high priority features? | 09:05 |
shaohe_feng | zhenguo: need to check which tests are still missing. | 09:05 |
zhenguo | shaohe_feng: I find currently we have only about 4 developers, less than we startup | 09:05 |
shaohe_feng | zhenguo: we need more developer. you should promote nimble in the next week. | 09:06 |
zhenguo | shaohe_feng: sure | 09:07 |
zhenguo | shaohe_feng: do you think we are ready now to send a email to announce our project now? | 09:07 |
shaohe_feng | zhenguo: I think almost it ready, we can discuss it in the tomorrow IRC meeting before the announce | 09:08 |
zhenguo | shaohe_feng: ok, I would like to send the email by this week | 09:08 |
zhenguo | shaohe_feng: next, I will add the az related api, hope to finish it by today | 09:09 |
shaohe_feng | zhenguo: great. | 09:10 |
zhenguo | shaohe_feng, liusheng: FYI, I have merged the first refactor patch by myself, you need to update your develop repo to avoid conflicts. | 09:11 |
zhenguo | shaohe_feng, liusheng: just found an interesting patch https://review.openstack.org/#/c/401115/ , if we want to rename nimble, seems like we have to wait for several months... | 09:20 |
openstackgerrit | gecong proposed openstack/nimble: Update flake8 ignore list https://review.openstack.org/378174 | 09:31 |
shaohe_feng | zhenguo: why we need to wait for several months? | 09:34 |
zhenguo | shaohe_feng: sorry, I was away for smoking | 09:45 |
zhenguo | shaohe_feng: you can see the comments, infras guys said rename repo is done manually, need to wait for a downtime window | 09:46 |
*** kevinz has joined #openstack-nimble | 10:55 | |
openstackgerrit | Merged openstack/nimble: Updated from global requirements https://review.openstack.org/401147 | 10:58 |
*** kevinz has quit IRC | 11:14 | |
*** kevinz has joined #openstack-nimble | 11:15 | |
shaohe_feng | zhenguo: https://blueprints.launchpad.net/nimble | 11:17 |
shaohe_feng | zhenguo: this is the all BP of nimbles. | 11:17 |
shaohe_feng | zhenguo: more is need? | 11:17 |
shaohe_feng | zhenguo: maybe we can add more. These can attract more developers when you promote nimble during the next week openstack meeting. | 11:22 |
*** kevinz has quit IRC | 11:33 | |
*** kevinz has joined #openstack-nimble | 11:34 | |
zhenguo | shaohe_feng: sure, and well all can file some bugs there, and maybe leave some easy bug to attract new developers to fix | 11:38 |
*** openstackgerrit has quit IRC | 12:03 | |
*** openstackgerrit has joined #openstack-nimble | 12:04 | |
*** yuntongjin has joined #openstack-nimble | 12:26 | |
* zhenguo goes home | 12:52 | |
zhenguo | shaohe_feng: are you still around? | 12:53 |
zhenguo | shaohe_feng, liusheng: as we have got two +2 for our tempest gate job, but it depends on the tempest patch in nimble, I would like to merge it now, so the infra patch can be merged. | 12:55 |
* zhenguo away | 12:57 | |
openstackgerrit | Merged openstack/nimble: Add tempest plugin for Nimble(part1) https://review.openstack.org/400517 | 13:02 |
*** yuntongjin has quit IRC | 13:02 | |
*** kevinz has quit IRC | 13:56 | |
*** kevinz has joined #openstack-nimble | 14:00 | |
*** kevinz has quit IRC | 15:06 | |
openstackgerrit | Merged openstack/nimble: Add check for specified image in create request https://review.openstack.org/401119 | 16:04 |
openstackgerrit | Merged openstack/nimble: Fix some slowest tests in unit/api https://review.openstack.org/401130 | 16:04 |
-openstackstatus- NOTICE: Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved. | 21:08 | |
*** ChanServ changes topic to "Due to a problem with the cinder volume backing the log server, jobs are failing with POST_FAILURE. Please avoid issuing 'recheck' commands until the issue is resolved." | 21:08 | |
*** ChanServ changes topic to "Bugs: bugs.launchpad.net/nimble | Review: https://review.openstack.org/#/q/project:openstack/nimble,n,z" | 22:53 | |
-openstackstatus- NOTICE: The affected filesystems on the log server are repaired. Please leave 'recheck' comments on any changes which failed with POST_FAILURE. | 22:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!