*** wanghao has joined #openstack-mogan | 00:33 | |
*** wanghao has quit IRC | 00:42 | |
zhenguo | morning mogan! | 00:43 |
---|---|---|
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: DNM: test tempest gate https://review.openstack.org/481100 | 01:00 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Reporting nodes resource to placement service https://review.openstack.org/476325 | 01:02 |
zhenguo | liusheng: wrt aggregates, maybe we need to do it ourselves and leverage placement aggregate's grouping ability | 01:12 |
liusheng | zhenguo: you mean expose a proxy api ? | 01:12 |
zhenguo | liusheng: in fact, it's not a proxy API | 01:13 |
zhenguo | liusheng: we manage the node aggregate ourselfves, save the aggregate-metadata information in mogan | 01:13 |
zhenguo | liusheng: we can update the node aggregates spec later to futher discuss this | 01:15 |
liusheng | zhenguo: ok, how about only record aggregate metadata in Mogan, and still leverage placement aggregate | 01:17 |
zhenguo | liusheng: yes, I just mean that | 01:18 |
liusheng | zhenguo: ok, let's listen other's opinions | 01:18 |
zhenguo | liusheng: and the aggregate uuid from placement should be saved with metadata in mogan | 01:18 |
zhenguo | liusheng: as placement aggregate just provide the group ability, we should do some extra thing ourselves | 01:19 |
zhenguo | liusheng: the group defination should be decide by mogan | 01:19 |
liusheng | zhenguo: hmm, sounds reasonable | 01:20 |
zhenguo | liusheng: will elaborate the proposal after placement landed. | 01:20 |
liusheng | zhenguo: ok, thanks, but gate still borken, sigh :( | 01:21 |
zhenguo | liusheng: I try to fix it, but need to wait for a while | 01:22 |
zhenguo | liusheng: can you run tempest successfully in local env? | 01:22 |
liusheng | zhenguo: didn't try now | 01:22 |
zhenguo | liusheng: not sure why tempest concurrency is 4 in our gate | 01:23 |
liusheng | zhenguo: let me try | 01:23 |
zhenguo | liusheng: and according to the log, seems we also run neutron tempest | 01:23 |
liusheng | zhenguo: which log show that ? | 01:24 |
zhenguo | liusheng: the console log pring many neutron tempest deprecation warning | 01:24 |
zhenguo | liusheng: and seems it's stuck there | 01:24 |
zhenguo | liusheng: then we got a timeout | 01:24 |
liusheng | zhenguo: I think that is unrelated | 01:25 |
liusheng | zhenguo: let me try locally | 01:25 |
zhenguo | liusheng: not sure why that's presented | 01:26 |
liusheng | zhenguo: seems sime problem occured locally, will try to debug, but I have to attend a internal meeting now | 01:30 |
zhenguo | liusheng: ok | 01:30 |
*** liujiong has joined #openstack-mogan | 01:34 | |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: DNM: test tempest gate https://review.openstack.org/481100 | 01:53 |
openstackgerrit | Zhenguo Niu proposed openstack/mogan master: Reporting nodes resource to placement service https://review.openstack.org/476325 | 01:54 |
zhenguo | liusheng: my try doesn't work :( | 01:55 |
liusheng | zhenguo: I guess so | 01:55 |
liusheng | zhenguo: hah | 01:55 |
zhenguo | liusheng: hah | 01:55 |
zhenguo | liusheng: hope your local test can give some clues | 01:56 |
liusheng | zhenguo: I have got the killer, but I don't know why | 01:56 |
liusheng | zhenguo: https://review.openstack.org/#/c/445419/ | 01:56 |
liusheng | zhenguo: it because this change, when I checkout to this change, the problem occured | 01:56 |
zhenguo | liusheng: let me check it | 01:57 |
liusheng | zhenguo: when I checkout the last change before this change, the tempest can pass | 01:57 |
liusheng | zhenguo: but the condition of this change is False, so I don't know why | 01:57 |
liusheng | zhenguo: this change shouldn't effect | 01:58 |
zhenguo | liusheng: can you debug locally to figure out why? | 01:58 |
zhenguo | liusheng: really not quite famliar with tempest :( | 01:58 |
liusheng | zhenguo: not yet, this change add a parameter, but the parameter is False as default, so in theoretically, this change has no effect, it is strange | 02:00 |
zhenguo | liusheng: yes, I find if we don't pass save-state, there's just a pass | 02:01 |
liusheng | zhenguo: yes | 02:01 |
zhenguo | liusheng: when you run tempest locally, is there some more logs/clues? | 02:02 |
liusheng | zhenguo: no, just stucked | 02:02 |
zhenguo | liusheng: really weird | 02:03 |
liusheng | zhenguo: will try to debug more | 02:03 |
zhenguo | liusheng: thanks | 02:03 |
*** litao__ has joined #openstack-mogan | 02:05 | |
zhenguo | liusheng: what would happen if you add --save-state with the tempest comd | 02:06 |
litao__ | zhenguo: Currently,must we set resource class in ironic nodes? | 03:06 |
zhenguo | litao__: yes | 03:21 |
zhenguo | litao__: if no resource class it will never be scheduled | 03:22 |
zhenguo | liusheng: how's the debug going? any new clues? | 03:23 |
liusheng | zhenguo: something wrong about eventlet, but I am not very fimilar with this, still debuging | 03:23 |
zhenguo | liusheng: eventlet? | 03:24 |
zhenguo | liusheng: because the concurrency? | 03:24 |
liusheng | zhenguo: if I commented "from tempest.cmd import cleanup_service" and "from tempest.common import credentials_factory as credentials" in tempets/cmd/run.py | 03:24 |
liusheng | zhenguo: everything is ok | 03:24 |
liusheng | zhenguo: seems because socket eventlet | 03:25 |
zhenguo | liusheng: why other projects run tempest with no such issue.. | 03:25 |
liusheng | zhenguo: ... I have no idea | 03:26 |
zhenguo | liusheng: really a tricky one | 03:26 |
openstackgerrit | liusheng proposed openstack/mogan master: DNM: try gate https://review.openstack.org/481393 | 03:27 |
zhenguo | liusheng: does that related to tempest concurrency? | 03:47 |
zhenguo | liusheng: what cmd you run locally? | 03:47 |
liusheng | zhenguo: tempest run -t --regex "^mogan\.tests\.tempest\.api\.test_flavors\.BaremetalComputeAPITest\.test_flavor_show" | 03:48 |
zhenguo | liusheng: how does this 'tempest run --regex ^mogan\. --concurrency=2' | 03:49 |
liusheng | zhenguo: not relate with concurrency | 03:49 |
zhenguo | liusheng: copied from the console log | 03:49 |
liusheng | zhenguo: -t parameter has disabled the concurrency | 03:49 |
zhenguo | liusheng: I find ironic also run such cmd on console log, but not problems with it | 03:50 |
liusheng | zhenguo: same situation running with --concurrency=2 | 03:51 |
zhenguo | liusheng: seems we are quite familiar with aodh, http://logs.openstack.org/58/480558/2/check/gate-aodh-dsvm-tempest-plugin-mysql-ubuntu-xenial/7af9c70/console.html | 03:52 |
zhenguo | liusheng: but there's no problems with it | 03:52 |
liusheng | zhenguo: yes, many projects run tempest like this | 03:53 |
zhenguo | liusheng: you can try on you local env eith other regex to see | 03:54 |
liusheng | zhenguo: seems not related with the regex | 03:54 |
zhenguo | liusheng: you mean the tempest itself? | 03:55 |
zhenguo | liusheng: I mean run regex=aodh | 03:55 |
zhenguo | liusheng: or ironic | 03:55 |
* zhenguo brb | 03:56 | |
zhenguo | liusheng: I'm on your vm now :D | 04:52 |
*** liujiong is now known as liujiong|away | 04:52 | |
liusheng | zhenguo: hah | 04:52 |
liusheng | zhenguo: I found a way to fix | 04:52 |
zhenguo | liusheng: how | 04:52 |
liusheng | zhenguo: but need to change the tempest | 04:52 |
zhenguo | liusheng: I just run the cmd, it's ok | 04:52 |
liusheng | zhenguo: yes, I just modify the tempest | 04:53 |
liusheng | zhenguo: import eventlet | 04:53 |
liusheng | eventlet.monkey_patch() | 04:53 |
liusheng | zhenguo: add the above two lines in tempest/cmd/run.py | 04:53 |
liusheng | zhenguo: that can works | 04:53 |
liusheng | zhenguo: I probobly got the reason | 04:53 |
zhenguo | liusheng: maybe we can add that to mogan temepst? | 04:54 |
liusheng | zhenguo: just because some libs didn't be turned to greenthread, tempest will start a thread to run tests, and the thread will never be scheduled to run | 04:54 |
liusheng | zhenguo: let me try | 04:55 |
zhenguo | liusheng: I also encountered that problem at the begining of mogan creation | 04:55 |
liusheng | zhenguo: it works, just remove the "os=False" in mogan/__init__.py | 04:56 |
zhenguo | liusheng: hah | 04:56 |
zhenguo | liusheng: awesome | 04:57 |
liusheng | zhenguo: lol | 04:57 |
zhenguo | liusheng: not sure what's os means there, | 04:57 |
zhenguo | liusheng: but anyway it fixes our problems | 04:57 |
liusheng | zhenguo: that seems means don't turn the os lib to green | 04:58 |
zhenguo | liusheng: that's no side effect if we just remove it? | 04:59 |
zhenguo | liusheng: seems other projects all have such a os=False | 04:59 |
liusheng | zhenguo: really, let me check | 05:00 |
zhenguo | liusheng: aha, maybe not | 05:01 |
zhenguo | liusheng: just because we add that in the root dir of mogan | 05:01 |
zhenguo | liusheng: seems others add that in sub dir | 05:01 |
liusheng | zhenguo: yes, I see, we just need to move that to cmd/ dir | 05:01 |
zhenguo | liusheng: yes | 05:02 |
liusheng | zhenguo: let me tryh | 05:02 |
zhenguo | liusheng: ok, thanks | 05:02 |
zhenguo | liusheng: also needed in tests dir | 05:04 |
liusheng | zhenguo: ok | 05:06 |
liusheng | zhenguo: in test/ dir or tests/unit/ | 05:06 |
zhenguo | liusheng: if in test/ it's same as before I think | 05:07 |
liusheng | zhenguo: ok, let me try | 05:07 |
zhenguo | liusheng: maybe just in cmd/, tests/unit, tests/functional ? | 05:10 |
liusheng | zhenguo: yes, just tested, if we put it in tests/__init__.py, it still cannot work | 05:11 |
zhenguo | liusheng: yes, as it will inherit from that | 05:11 |
openstackgerrit | liusheng proposed openstack/mogan master: Fix the tempest gate by moving the monkey patch statements https://review.openstack.org/481393 | 05:22 |
*** wanghao has joined #openstack-mogan | 05:37 | |
*** wanghao has quit IRC | 05:45 | |
*** wanghao has joined #openstack-mogan | 05:46 | |
*** shaohe_feng has quit IRC | 05:50 | |
*** wanghao has quit IRC | 05:50 | |
*** wanghao has joined #openstack-mogan | 05:51 | |
*** shaohe_feng has joined #openstack-mogan | 05:51 | |
*** wanghao has quit IRC | 05:57 | |
*** wanghao has joined #openstack-mogan | 05:57 | |
*** wanghao has quit IRC | 06:03 | |
*** wanghao has joined #openstack-mogan | 06:04 | |
*** wanghao has quit IRC | 06:08 | |
*** wanghao has joined #openstack-mogan | 06:08 | |
*** wanghao has quit IRC | 06:11 | |
*** wanghao has joined #openstack-mogan | 06:11 | |
*** shaohe_feng has quit IRC | 06:14 | |
*** wanghao has quit IRC | 06:16 | |
*** wanghao has joined #openstack-mogan | 06:17 | |
litao__ | liusheng: If you removed compute_nodes from mogan, How can i get the compute nodes object ? | 06:17 |
liusheng | litao__: why you need to get compute nodes object ? | 06:17 |
*** wanghao has quit IRC | 06:19 | |
litao__ | I need the baremetal node information | 06:24 |
*** wanghao has joined #openstack-mogan | 06:24 | |
litao__ | liusheng: should i call ironic api to get baremetal node? | 06:24 |
*** shaohe_feng has joined #openstack-mogan | 06:25 | |
liusheng | litao__: yes, you can query nodes from driver | 06:26 |
*** liujiong|away is now known as liujiong | 06:26 | |
*** wanghao has quit IRC | 06:27 | |
litao__ | liusheng: that's all | 06:27 |
*** wanghao has joined #openstack-mogan | 06:27 | |
litao__ | liusheng: Is the resource class the flavor name in mogan? | 06:30 |
liusheng | litao__: no, it is a attribute of flavor | 06:30 |
litao__ | liusheng: The resource attribute in flavor? | 06:31 |
*** wanghao has quit IRC | 06:32 | |
*** wanghao has joined #openstack-mogan | 06:32 | |
*** wanghao has quit IRC | 06:34 | |
liusheng | litao__: yes | 06:34 |
*** wanghao has joined #openstack-mogan | 06:35 | |
*** wanghao has quit IRC | 06:38 | |
*** wanghao has joined #openstack-mogan | 06:38 | |
*** wanghao has quit IRC | 06:39 | |
*** wanghao has joined #openstack-mogan | 06:40 | |
zhenguo | https://bugs.launchpad.net/ironic/+bug/1575935 | 06:40 |
openstack | Launchpad bug 1575935 in Ironic "Rebuild should also accept a configdrive" [Wishlist,Triaged] | 06:40 |
openstackgerrit | Merged openstack/mogan master: Fix the tempest gate by moving the monkey patch statements https://review.openstack.org/481393 | 06:41 |
zhenguo | our rebuild seems can't support user data as ironic's limitation | 06:41 |
zhenguo | liusheng: it got landed, hah | 06:42 |
liusheng | zhenguo: hah, thanks | 06:43 |
zhenguo | liusheng: hah | 06:43 |
*** wanghao has quit IRC | 06:43 | |
liusheng | zhenguo: do you think should we support running api server under uwsgi ? | 06:43 |
zhenguo | liusheng: if all other projects change to use uwsgi, we should | 06:44 |
*** wanghao has joined #openstack-mogan | 06:44 | |
liusheng | zhenguo: seems it is a tendency now, hah | 06:44 |
zhenguo | liusheng: if so, it's ok | 06:44 |
zhenguo | hi all, please recheck your patches if it's related to the tempest issue we just fixed, sorry for the inconvenience | 06:47 |
zhenguo | liusheng: should rebuilding support specifying image? | 06:48 |
liusheng | zhenguo: I remember in nova, image is a required parameter | 06:48 |
*** wanghao has quit IRC | 06:48 | |
zhenguo | liusheng: lol | 06:48 |
zhenguo | liusheng: even if using the same image as before? | 06:49 |
*** wanghao has joined #openstack-mogan | 06:49 | |
liusheng | zhenguo: yes | 06:49 |
zhenguo | liusheng: ok | 06:49 |
zhenguo | liusheng: our rebuild API is really simple now, can't specify anything | 06:49 |
*** wanghao has quit IRC | 06:54 | |
*** wanghao has joined #openstack-mogan | 06:54 | |
liusheng | zhenguo: yes, so I am not sure if ironic can support specifying image ? | 06:55 |
zhenguo | liusheng: ironic just need to update the image info in properties when run set provision state to rebuild, but I never test it | 06:56 |
zhenguo | liusheng: the second placement patch needs to be updated | 06:58 |
zhenguo | liusheng: I agree that we should call scheduler.queryclient.select_destinations instead of just rpc api on mogan engine | 06:59 |
*** wanghao has quit IRC | 06:59 | |
*** wanghao has joined #openstack-mogan | 07:00 | |
zhenguo | liusheng: I'm wondering why we don't call it mogan conductor, lol | 07:00 |
*** liujiong has quit IRC | 07:01 | |
*** wanghao has quit IRC | 07:05 | |
*** wanghao has joined #openstack-mogan | 07:06 | |
liusheng | zhenguo: hah, Mogan don't have a conductor service | 07:08 |
zhenguo | liusheng: hah | 07:09 |
*** wanghao has quit IRC | 07:10 | |
*** wanghao has joined #openstack-mogan | 07:11 | |
*** wanghao has quit IRC | 07:16 | |
*** wanghao has joined #openstack-mogan | 07:17 | |
*** wanghao has quit IRC | 07:22 | |
*** wanghao has joined #openstack-mogan | 07:22 | |
*** wanghao has quit IRC | 07:30 | |
*** wanghao has joined #openstack-mogan | 07:31 | |
*** wanghao has quit IRC | 07:40 | |
*** wanghao has joined #openstack-mogan | 07:40 | |
*** wanghao has quit IRC | 07:47 | |
*** wanghao has joined #openstack-mogan | 07:47 | |
openstackgerrit | Merged openstack/mogan master: Reporting nodes resource to placement service https://review.openstack.org/476325 | 07:50 |
*** wanghao has quit IRC | 07:53 | |
*** wanghao has joined #openstack-mogan | 07:54 | |
zhenguo | liusheng: hi, do you know why I can't connect our physical env with VPN? | 07:55 |
liusheng | zhenguo: yes, I also cannot | 07:56 |
zhenguo | liusheng: and our API doc can't access via the public IP | 07:59 |
*** wanghao has quit IRC | 08:00 | |
*** wanghao has joined #openstack-mogan | 08:01 | |
*** wanghao has quit IRC | 08:05 | |
*** wanghao has joined #openstack-mogan | 08:06 | |
liusheng | zhenguo: not sure why cannot acess physical env | 08:08 |
*** wanghao has quit IRC | 08:15 | |
*** wanghao has joined #openstack-mogan | 08:15 | |
*** wanghao has quit IRC | 08:20 | |
*** wanghao has joined #openstack-mogan | 08:21 | |
liusheng | zhenguo: seems, the input paramters of scheduler_client.select_destinations is different with the rpc api, may we can keep to use rpcapi and improve in future ? | 08:42 |
zhenguo | liusheng: I find query select destinations also call rpc api with the same parameter it got | 08:44 |
zhenguo | liusheng: you mean we don't have a spec obj? | 08:44 |
liusheng | zhenguo: yes, in Nova, there is a request spec, maybe we can also add a object definition, and the 3rd parameter, it is instance_uuids | 08:45 |
liusheng | zhenguo: currently, it is filter_properties | 08:45 |
zhenguo | liusheng: maybe we can just change the query client select_destinations | 08:46 |
zhenguo | liusheng: and let engine manager call the client | 08:46 |
liusheng | zhenguo: seems Nova tend to get rid of filter_properties, and use request_spec | 08:46 |
liusheng | zhenguo: ok | 08:46 |
zhenguo | liusheng: we an improve it in the following up patches | 08:47 |
Xinran | why I can't see liusheng's words? :( | 08:51 |
liusheng | Xinran: really ? lol | 08:52 |
zhenguo | Xinran: liusheng just ping you, still can't get it? | 08:52 |
zhenguo | lol | 08:52 |
Xinran | liusheng, no.. | 08:53 |
zhenguo | really weird | 08:53 |
* liusheng guess there is a blacklist... | 08:53 | |
zhenguo | hah, yes, Xinran must add you to the blacklist | 08:53 |
liusheng | zhenguo: I guess so :D | 08:54 |
Xinran | zhenguo, liusheng ...... | 08:54 |
Xinran | liusheng, sorry .. | 08:54 |
zhenguo | lol | 08:54 |
* zhenguo brb | 08:55 | |
Xinran | liusheng, can you see me? | 08:55 |
liusheng | Xinran: sure, I can see you | 08:56 |
openstackgerrit | liusheng proposed openstack/mogan master: Clean the compute_node and compute_port objects and db interfaces https://review.openstack.org/478406 | 08:58 |
openstackgerrit | liusheng proposed openstack/mogan master: Get rid of listing availability zone api and clean some legacy code https://review.openstack.org/478403 | 08:58 |
openstackgerrit | liusheng proposed openstack/mogan master: Clean the methods about updating node resources to Mogan db https://review.openstack.org/478357 | 08:58 |
openstackgerrit | liusheng proposed openstack/mogan master: Get rid of node listing api of Mogan https://review.openstack.org/478361 | 08:58 |
openstackgerrit | liusheng proposed openstack/mogan master: Consume nodes resource in placement https://review.openstack.org/477826 | 08:58 |
openstackgerrit | liusheng proposed openstack/mogan master: Refactor the scheduler to use placement service https://review.openstack.org/477426 | 08:58 |
Xinran | liusheng, ping | 09:06 |
liusheng | Xinran: pong | 09:07 |
liusheng | Xinran: so you still cannot see me ? | 09:07 |
Xinran | liusheng, yes I can see you now | 09:07 |
Xinran | liusheng, hah | 09:07 |
liusheng | Xinran: hah | 09:08 |
Xinran | liusheng, zhenguo said you ping me ? | 09:08 |
liusheng | Xinran: just because you said you cannot see me, I tested | 09:11 |
Xinran | liusheng, hah okay | 09:11 |
Xinran | liusheng, thanks | 09:12 |
liusheng | Xinran: np :D, is you tempest ok now ? | 09:12 |
Xinran | liusheng, yes | 09:14 |
Xinran | liusheng, I use net_id directly instead of using get_net_id() function | 09:15 |
Xinran | liusheng, it doesn't work when service=compute | 09:16 |
liusheng | Xinran: cool | 09:16 |
liusheng | Xinran: you didn't installed nova ? | 09:16 |
Xinran | liusheng, hah, no, I think it is because of that | 09:17 |
liusheng | Xinran: I think so, hah | 09:18 |
Xinran | liusheng, tempest consider by default that nova is running in env | 09:18 |
zhenguo | liusheng: btw, do we have a tempest for multi creation? | 09:21 |
liusheng | zhenguo: no | 09:22 |
liusheng | Xinran: yes | 09:22 |
zhenguo | liusheng: can we add a one for that? | 09:22 |
zhenguo | liusheng: I'm a bit concerned our changes will break that | 09:22 |
liusheng | zhenguo: since for now, the server creation is time consuming, we avoided to create many servers in tempests | 09:22 |
zhenguo | liusheng: for multi creation, seems the time should be same with single | 09:23 |
zhenguo | liusheng: as it's parallel | 09:23 |
liusheng | zhenguo: maybe we can try, but another reason, since tests maybe run parallely, we'd better to avoid create server repeatly, since we can only create at most 3 servers | 09:26 |
zhenguo | liusheng: yes, just create 2 for that seems enough | 09:26 |
openstackgerrit | Tao Li proposed openstack/mogan master: [WIP] Manage existing BMs: Part-2 https://review.openstack.org/481544 | 09:27 |
liusheng | zhenguo: will try | 09:28 |
zhenguo | liusheng: thanks | 09:28 |
zhenguo | liusheng: the 2ed and 3ed placement patches seems should be land at the same time, otherwise it will schedule to the same rp again | 09:31 |
liusheng | zhenguo: hmm, seems yes | 09:31 |
zhenguo | liusheng: hah, will make sure to merge them together | 09:31 |
openstackgerrit | Xinran WANG proposed openstack/mogan master: Detach interface for server https://review.openstack.org/461767 | 09:46 |
*** openstackgerrit has quit IRC | 09:48 | |
zhenguo | zhangyang: what senario will you use server group? | 09:51 |
zhenguo | zhangyang: affinity and anti-affinity is for racks here? | 09:51 |
zhangyang | zhenguo: affinity and anti-affinity for different ceph backends or rooms perhaps. | 09:58 |
zhangyang | zhenguo: i'll ask liudong about the server group thing. | 09:58 |
zhenguo | zhangyang: so you need a server group with affinity and anti-affinity policies like nova | 09:59 |
zhenguo | zhangyang: but how the filter would be like? | 09:59 |
zhangyang | zhenguo: i thought so, but i read the nova server group codes. It's not working the way i thought... | 10:00 |
zhenguo | zhangyang: seems in nova, it just keep the instnace in or not in the same host | 10:01 |
zhenguo | zhangyang: but we can expand it, need you to provide more use cass | 10:01 |
zhenguo | s/cass/cases | 10:01 |
zhangyang | zhenguo: yes, they pass same/different host parameter and a instance uuid list to build affinity groups. am i right? | 10:02 |
*** wanghao has quit IRC | 10:02 | |
zhenguo | zhangyang: they just create a sg with policy affinity or anti-affinity | 10:02 |
zhenguo | zhangyang: when you create instance with --scheulder-hints group_id, the instance uuid will added as a member of that sg | 10:03 |
zhenguo | zhangyang: when you create another instance with the group_id, it will check the member list for scheuling policies | 10:03 |
zhenguo | zhangyang: so, I think with nova's server group. it can't meet your requirements | 10:04 |
zhenguo | zhangyang: maybe server group policy should also be based on metadata like aggregates. | 10:05 |
zhenguo | zhangyang: I have to go, ttyl | 10:06 |
* zhenguo away | 10:06 | |
*** litao__ has quit IRC | 12:04 | |
*** wanghao has joined #openstack-mogan | 13:29 | |
*** wanghao has quit IRC | 15:51 | |
*** wanghao has joined #openstack-mogan | 15:51 | |
*** wanghao has quit IRC | 15:51 | |
*** wanghao has joined #openstack-mogan | 15:52 | |
*** wanghao has quit IRC | 15:52 | |
*** wanghao has joined #openstack-mogan | 15:52 | |
*** wanghao has quit IRC | 15:53 | |
*** wanghao has joined #openstack-mogan | 15:53 | |
*** wanghao has quit IRC | 15:54 | |
*** wanghao has joined #openstack-mogan | 15:54 | |
*** wanghao has quit IRC | 15:55 | |
*** wanghao has joined #openstack-mogan | 15:55 | |
*** wanghao has quit IRC | 15:55 | |
*** wanghao has joined #openstack-mogan | 15:56 | |
*** wanghao has quit IRC | 15:56 | |
*** wanghao has joined #openstack-mogan | 15:56 | |
*** wanghao has quit IRC | 15:57 | |
*** wanghao has joined #openstack-mogan | 15:57 | |
*** wanghao has quit IRC | 15:58 | |
*** wanghao has joined #openstack-mogan | 15:58 | |
*** wanghao has quit IRC | 16:03 | |
*** wanghao has joined #openstack-mogan | 16:59 | |
*** wanghao has quit IRC | 17:04 | |
*** wanghao has joined #openstack-mogan | 19:31 | |
*** wanghao has quit IRC | 19:36 | |
*** openstackstatus has quit IRC | 21:56 | |
*** openstack has joined #openstack-mogan | 22:00 | |
*** wanghao has joined #openstack-mogan | 23:09 | |
*** wanghao has quit IRC | 23:14 | |
*** wanghao has joined #openstack-mogan | 23:16 | |
*** wanghao has quit IRC | 23:16 | |
*** wanghao has joined #openstack-mogan | 23:17 | |
*** wanghao has quit IRC | 23:21 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!