*** dimsum__ has joined #openstack-containers | 00:02 | |
*** yuanying-alt has joined #openstack-containers | 00:24 | |
*** yuanying-alt has quit IRC | 00:28 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Conductor: Remove _update_stack_outputs from bay_conductor https://review.openstack.org/220774 | 00:35 |
---|---|---|
*** eliqiao has joined #openstack-containers | 00:37 | |
*** tbh has joined #openstack-containers | 01:01 | |
*** agireud has quit IRC | 01:12 | |
*** shuquan has joined #openstack-containers | 01:16 | |
*** shuquan has quit IRC | 01:26 | |
*** erkules has joined #openstack-containers | 01:32 | |
*** erkules_ has quit IRC | 01:34 | |
*** wanghua has joined #openstack-containers | 01:34 | |
*** ganeshna has joined #openstack-containers | 01:39 | |
*** shuquan has joined #openstack-containers | 01:41 | |
*** shuquan has quit IRC | 01:41 | |
*** banix has joined #openstack-containers | 01:55 | |
*** ganeshna has quit IRC | 01:56 | |
*** ganeshna has joined #openstack-containers | 01:58 | |
*** humble_ has joined #openstack-containers | 02:05 | |
*** ganeshna has quit IRC | 02:07 | |
*** zhenguo_ has joined #openstack-containers | 02:07 | |
*** apmelton_ has joined #openstack-containers | 02:10 | |
*** gus_ has joined #openstack-containers | 02:10 | |
*** yuanying-alt has joined #openstack-containers | 02:12 | |
*** dimtruckl has joined #openstack-containers | 02:13 | |
*** dimtruckl is now known as dimtruck | 02:13 | |
*** wanghua has quit IRC | 02:15 | |
*** zhenguo has quit IRC | 02:15 | |
*** apmelton has quit IRC | 02:15 | |
*** zz_dimtruck has quit IRC | 02:15 | |
*** gus has quit IRC | 02:15 | |
*** _hanhart has quit IRC | 02:15 | |
*** zhenguo_ is now known as zhenguo | 02:16 | |
*** yuanying-alt has quit IRC | 02:17 | |
*** banix has quit IRC | 02:18 | |
*** _hanhart_ has joined #openstack-containers | 02:25 | |
*** slagle_ has joined #openstack-containers | 02:29 | |
*** _hanhart_ is now known as _hanhart | 02:33 | |
*** slagle has quit IRC | 02:34 | |
*** bapalm has quit IRC | 02:34 | |
openstackgerrit | Hua Wang proposed openstack/magnum: Code refactor for keystoneclient https://review.openstack.org/218699 | 02:35 |
*** bapalm has joined #openstack-containers | 02:37 | |
*** vilobhmm_11 has joined #openstack-containers | 02:43 | |
*** yuanying has joined #openstack-containers | 02:48 | |
*** ganeshna has joined #openstack-containers | 02:53 | |
*** jlcoello has quit IRC | 02:54 | |
*** yuanying_ has quit IRC | 02:57 | |
*** ganeshna has quit IRC | 03:00 | |
*** dongc has joined #openstack-containers | 03:01 | |
*** david-lyle has joined #openstack-containers | 03:06 | |
*** tcammann has quit IRC | 03:08 | |
*** david-ly_ has quit IRC | 03:08 | |
*** tcammann has joined #openstack-containers | 03:09 | |
*** shuquan has joined #openstack-containers | 03:13 | |
*** sdake has joined #openstack-containers | 03:14 | |
*** VikasC has joined #openstack-containers | 03:34 | |
*** kebray has joined #openstack-containers | 03:37 | |
*** sdake_ has joined #openstack-containers | 03:42 | |
*** sdake has quit IRC | 03:44 | |
*** shuquan has quit IRC | 03:47 | |
*** shuquan has joined #openstack-containers | 03:47 | |
*** y_sawai has joined #openstack-containers | 03:52 | |
vilobhmm_11 | humble_ : ping | 03:53 |
humble_ | pong | 03:54 |
humble_ | vilobhmm_11:pong | 03:54 |
vilobhmm_11 | for your question regarding https://review.openstack.org/#/c/220851/1/magnum/db/sqlalchemy/api.py | 03:54 |
*** shuquan has quit IRC | 03:54 | |
*** dimsum__ has quit IRC | 03:55 | |
vilobhmm_11 | if bay_uuid exist then the record should be non-empty | 03:55 |
vilobhmm_11 | with pod uuid, pod name as empty | 03:55 |
vilobhmm_11 | but bay_uuid filled in | 03:56 |
vilobhmm_11 | does that make sense ? | 03:56 |
vilobhmm_11 | humble_ : ^^ | 03:56 |
humble_ | If there is no pod in bay, the records is non-empty? | 03:56 |
vilobhmm_11 | record will be an entire row right | 03:57 |
humble_ | ok, I will have a try. | 03:57 |
vilobhmm_11 | so that row will be like record = [ {uuid : '', 'name': , 'bay_uuid':'xxx-xx-xxxxx'} | 03:57 |
vilobhmm_11 | record = [ {uuid : '', 'name': , 'bay_uuid':'xxx-xx-xxxxx'}] | 03:58 |
vilobhmm_11 | some thing is this sort | 03:58 |
vilobhmm_11 | so the record is non-empty IMHO | 03:58 |
vilobhmm_11 | sure humble_ : ^^ | 03:58 |
vilobhmm_11 | thanks for the review | 03:58 |
*** yuanying-alt has joined #openstack-containers | 03:58 | |
vilobhmm_11 | humble_ : also for this https://review.openstack.org/#/c/220347/2/doc/source/dev/dev-manual-devstack.rst | 03:58 |
humble_ | I will have a try, if it works, I think we can use it in other get_xxx_by_bay_uuid | 03:59 |
vilobhmm_11 | will it be more apt so say "db migration not support for sqlite db" …have you tried db migration with post gre sql do you know if it is even supported ? | 03:59 |
humble_ | We now use alembic backend in db migration | 04:01 |
vilobhmm_11 | humble__ : yes thats my plan…if this works for get_pod_by_bay_uuid I can submit it for other resources get_*_by_bay_uuid i have already opened bug for the same and have the changes ready..once the pod changes are ok will submit them | 04:01 |
humble_ | as I know alembic support postgresql | 04:01 |
vilobhmm_11 | humble_ : thats true that we use alembic backend….but doen;t sqlite support alembic ? | 04:02 |
vilobhmm_11 | ok | 04:02 |
humble_ | I think sqlite is used for test | 04:02 |
*** yuanying-alt has quit IRC | 04:02 | |
humble_ | and we should not set the default backend to sqlite | 04:02 |
vilobhmm_11 | but thats in devstack but magnum is tested with mysql (i mean all the db migration stuff). | 04:04 |
humble_ | in unit test | 04:04 |
vilobhmm_11 | not sure why it was not tested for sqllite do you have some background on this ? why it was not tested in sqlite | 04:05 |
vilobhmm_11 | yes https://github.com/openstack/magnum/blob/master/magnum/tests/unit/db/base.py | 04:05 |
humble_ | the performace of sqlite is poor... | 04:05 |
vilobhmm_11 | ok | 04:05 |
vilobhmm_11 | makes sense | 04:05 |
*** dongc_ has joined #openstack-containers | 04:06 | |
vilobhmm_11 | so what would be a more appropriate message according to you for this https://review.openstack.org/#/c/220347/2/doc/source/dev/dev-manual-devstack.rst… | 04:06 |
vilobhmm_11 | do you think just mentioning that "DB migration does not work for sqlite" | 04:06 |
vilobhmm_11 | should be good enough | 04:06 |
humble_ | I think we should make sure is it a bug in alembic or it is not supported by nature | 04:07 |
humble_ | I think if we don't set sqlite for default, no one will use sqlite | 04:08 |
*** dongc has quit IRC | 04:08 | |
vilobhmm_11 | humble_ : looks like sqlite db has not support for ALTER statement upon which relational schema migrations rely upon http://alembic.readthedocs.org/en/latest/batch.html | 04:09 |
vilobhmm_11 | please check : ^^ | 04:09 |
humble_ | vilobhmm_11: We can make sqlite as unsupported now | 04:11 |
humble_ | and recommend user not to use sqlite | 04:12 |
humble_ | vilobhmm_11: I need to go for lunch | 04:13 |
*** eghobo has joined #openstack-containers | 04:17 | |
vilobhmm_11 | humble_ : makes sense will submit another patch | 04:19 |
*** gus_ is now known as gus | 04:21 | |
*** julim has quit IRC | 04:22 | |
*** dongc__ has joined #openstack-containers | 04:32 | |
*** dongc_ has quit IRC | 04:34 | |
VikasC | humble, trying to do that | 04:37 |
VikasC | git stuff :) | 04:37 |
*** jwcroppe has joined #openstack-containers | 04:39 | |
*** jwcroppe_ has quit IRC | 04:41 | |
*** irenab has joined #openstack-containers | 04:42 | |
*** eghobo has quit IRC | 04:48 | |
*** y_sawai has quit IRC | 04:54 | |
*** dimsum__ has joined #openstack-containers | 04:55 | |
openstackgerrit | vikas choudhary proposed openstack/magnum: Code refactor for keystoneclient https://review.openstack.org/218699 | 04:57 |
*** irenab has quit IRC | 04:58 | |
openstackgerrit | vikas choudhary proposed openstack/magnum: Code refactor for keystoneclient https://review.openstack.org/218699 | 04:59 |
*** vilobhmm_11 has quit IRC | 05:00 | |
*** dimsum__ has quit IRC | 05:01 | |
*** VikasC has quit IRC | 05:08 | |
*** vilobhmm_11 has joined #openstack-containers | 05:10 | |
*** vimal has joined #openstack-containers | 05:10 | |
*** eghobo has joined #openstack-containers | 05:16 | |
*** VikasC has joined #openstack-containers | 05:19 | |
*** dongc_ has joined #openstack-containers | 05:22 | |
*** dongc__ has quit IRC | 05:24 | |
*** shuquan has joined #openstack-containers | 05:39 | |
*** diga has joined #openstack-containers | 05:44 | |
*** yuanying-alt has joined #openstack-containers | 05:47 | |
*** Shijia has joined #openstack-containers | 05:52 | |
*** yuanying-alt has quit IRC | 05:52 | |
*** shuquan has quit IRC | 05:53 | |
*** shuquan has joined #openstack-containers | 05:54 | |
*** eghobo has quit IRC | 05:59 | |
*** shuquan has quit IRC | 06:00 | |
*** wanghua has joined #openstack-containers | 06:01 | |
*** humble_ has quit IRC | 06:02 | |
*** humble_ has joined #openstack-containers | 06:02 | |
*** eliqiao has quit IRC | 06:04 | |
*** wanghua has quit IRC | 06:06 | |
*** ishant has joined #openstack-containers | 06:14 | |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: DB Migration does not work for SQLite backend https://review.openstack.org/220347 | 06:28 |
vilobhmm_11 | humble_ : ping | 06:30 |
vilobhmm_11 | did you get a chance to verify regarding what we had discussed above regarding bay_uuid being valid but no pods and the entire row returned is non-empty | 06:31 |
*** vilobhmm_11 has quit IRC | 06:35 | |
*** chandankumar has joined #openstack-containers | 06:46 | |
*** tbh has quit IRC | 06:46 | |
*** yuanying-alt has joined #openstack-containers | 06:48 | |
*** yuanying-alt has quit IRC | 06:52 | |
*** eliqiao has joined #openstack-containers | 06:58 | |
*** suro-patz has joined #openstack-containers | 07:12 | |
*** BertrandN has joined #openstack-containers | 07:15 | |
*** ganeshna has joined #openstack-containers | 07:17 | |
*** kebray has quit IRC | 07:22 | |
*** ganeshna has quit IRC | 07:24 | |
*** suro-patz has quit IRC | 07:28 | |
*** BertrandN has quit IRC | 07:31 | |
diga | Hi | 07:35 |
*** kbyrne has joined #openstack-containers | 07:37 | |
*** BertrandN has joined #openstack-containers | 07:49 | |
*** ganeshna has joined #openstack-containers | 07:49 | |
*** ganeshna has quit IRC | 07:51 | |
*** dongc__ has joined #openstack-containers | 08:15 | |
*** dongc_ has quit IRC | 08:17 | |
*** yuanying-alt has joined #openstack-containers | 08:33 | |
*** yuanying-alt has quit IRC | 08:38 | |
*** apuimedo_ has joined #openstack-containers | 08:42 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Fix wrong parameter passed to heat-params https://review.openstack.org/220918 | 08:55 |
*** Shijia has quit IRC | 08:57 | |
*** belmoreira has joined #openstack-containers | 08:58 | |
*** dimsum__ has joined #openstack-containers | 08:59 | |
*** alex_klimov has joined #openstack-containers | 09:00 | |
*** alex_klimov has quit IRC | 09:05 | |
*** dimsum__ has quit IRC | 09:07 | |
*** kbyrne has quit IRC | 09:15 | |
*** alex_klimov has joined #openstack-containers | 09:17 | |
*** kbyrne has joined #openstack-containers | 09:28 | |
*** BhavyaM has joined #openstack-containers | 09:33 | |
*** yuanying-alt has joined #openstack-containers | 09:34 | |
*** yuanying-alt has quit IRC | 09:38 | |
*** ganeshna has joined #openstack-containers | 09:46 | |
*** tbh has joined #openstack-containers | 09:58 | |
*** Kennan_Vacation2 has joined #openstack-containers | 10:02 | |
openstackgerrit | Eli Qiao proposed openstack/magnum: Fix wrong parameter passed to heat-params https://review.openstack.org/220918 | 10:02 |
*** Kennan_Vacation has quit IRC | 10:02 | |
*** dongc__ has quit IRC | 10:06 | |
*** ganeshna_ has joined #openstack-containers | 10:06 | |
*** ganeshna has quit IRC | 10:08 | |
*** ganeshna_ has quit IRC | 10:09 | |
*** ganeshna has joined #openstack-containers | 10:10 | |
*** diga has quit IRC | 10:20 | |
*** humble__ has joined #openstack-containers | 10:45 | |
*** wanghua has joined #openstack-containers | 10:48 | |
*** humble_ has quit IRC | 10:48 | |
*** humble__ has quit IRC | 10:50 | |
*** ganeshna has quit IRC | 11:07 | |
*** ganeshna has joined #openstack-containers | 11:07 | |
*** yuanying-alt has joined #openstack-containers | 11:23 | |
*** kbyrne has quit IRC | 11:24 | |
*** alex_klimov has quit IRC | 11:27 | |
*** yuanying-alt has quit IRC | 11:28 | |
*** BhavyaM has quit IRC | 11:31 | |
*** dimsum__ has joined #openstack-containers | 11:33 | |
*** dimsum__ has quit IRC | 11:40 | |
*** kbyrne has joined #openstack-containers | 11:43 | |
*** kbyrne has quit IRC | 11:49 | |
*** BhavyaM has joined #openstack-containers | 12:05 | |
*** alex_klimov has joined #openstack-containers | 12:06 | |
*** dave-mccowan has joined #openstack-containers | 12:06 | |
*** kbyrne has joined #openstack-containers | 12:13 | |
*** kbyrne has quit IRC | 12:14 | |
*** ganeshna has quit IRC | 12:26 | |
*** dimsum__ has joined #openstack-containers | 12:30 | |
*** dimsum__ has quit IRC | 12:34 | |
*** BhavyaM has quit IRC | 12:35 | |
*** VikasC has quit IRC | 12:39 | |
*** kbyrne has joined #openstack-containers | 12:43 | |
*** dave-mccowan has quit IRC | 12:57 | |
*** zhenguo has quit IRC | 13:00 | |
*** kbyrne has quit IRC | 13:01 | |
*** dave-mccowan has joined #openstack-containers | 13:04 | |
*** erkules has quit IRC | 13:08 | |
*** erkules has joined #openstack-containers | 13:08 | |
*** banix has joined #openstack-containers | 13:10 | |
*** dave-mcc_ has joined #openstack-containers | 13:16 | |
*** kbyrne has joined #openstack-containers | 13:16 | |
*** dave-mccowan has quit IRC | 13:18 | |
*** kbyrne has quit IRC | 13:25 | |
*** banix has quit IRC | 13:26 | |
*** kbyrne has joined #openstack-containers | 13:29 | |
*** dimsum__ has joined #openstack-containers | 13:34 | |
*** dimsum__ has quit IRC | 13:40 | |
*** ishant has quit IRC | 13:41 | |
*** kbyrne has quit IRC | 13:42 | |
*** kbyrne has joined #openstack-containers | 13:46 | |
*** chandankumar has quit IRC | 13:46 | |
*** kbyrne has quit IRC | 13:49 | |
*** kbyrne has joined #openstack-containers | 13:57 | |
*** kbyrne has quit IRC | 13:57 | |
*** kbyrne has joined #openstack-containers | 14:02 | |
*** kbyrne has quit IRC | 14:02 | |
*** wanghua has quit IRC | 14:02 | |
*** wanghua has joined #openstack-containers | 14:02 | |
*** kbyrne has joined #openstack-containers | 14:03 | |
*** kbyrne has quit IRC | 14:03 | |
*** kbyrne has joined #openstack-containers | 14:04 | |
*** kbyrne has quit IRC | 14:04 | |
*** kbyrne has joined #openstack-containers | 14:07 | |
*** kbyrne has quit IRC | 14:07 | |
*** kbyrne has joined #openstack-containers | 14:09 | |
*** kbyrne has quit IRC | 14:09 | |
*** kbyrne has joined #openstack-containers | 14:10 | |
*** kbyrne has quit IRC | 14:10 | |
*** dimsum__ has joined #openstack-containers | 14:23 | |
*** kebray has joined #openstack-containers | 14:30 | |
*** dimsum__ has quit IRC | 14:46 | |
*** kbyrne has joined #openstack-containers | 14:53 | |
*** kbyrne has quit IRC | 14:54 | |
*** kbyrne has joined #openstack-containers | 14:55 | |
*** kbyrne has quit IRC | 14:55 | |
*** kbyrne has joined #openstack-containers | 14:56 | |
*** kbyrne has quit IRC | 14:56 | |
*** kbyrne has joined #openstack-containers | 14:57 | |
*** kbyrne has quit IRC | 14:57 | |
*** VikasC has joined #openstack-containers | 14:58 | |
*** kbyrne has joined #openstack-containers | 14:58 | |
*** kbyrne has quit IRC | 14:58 | |
*** kbyrne has joined #openstack-containers | 15:00 | |
*** kbyrne has quit IRC | 15:00 | |
*** diga has joined #openstack-containers | 15:03 | |
*** kbyrne has joined #openstack-containers | 15:04 | |
*** kbyrne has quit IRC | 15:04 | |
*** wznoinsk has joined #openstack-containers | 15:05 | |
*** kbyrne has joined #openstack-containers | 15:06 | |
*** kbyrne has quit IRC | 15:06 | |
*** belmoreira has quit IRC | 15:24 | |
*** kbyrne has joined #openstack-containers | 15:40 | |
*** vimal has quit IRC | 15:41 | |
*** apuimedo_ has quit IRC | 15:45 | |
*** dimsum__ has joined #openstack-containers | 15:46 | |
*** dimsum__ has quit IRC | 15:53 | |
*** kebray has quit IRC | 16:01 | |
*** ishant has joined #openstack-containers | 16:06 | |
openstackgerrit | Tom Cammann proposed openstack/magnum: Change instructions to use get-pip https://review.openstack.org/203008 | 16:18 |
openstackgerrit | Merged openstack/magnum: Remove retrieving external-network-id https://review.openstack.org/219592 | 16:23 |
*** chandankumar has joined #openstack-containers | 16:35 | |
*** ishant has quit IRC | 16:36 | |
*** dimsum__ has joined #openstack-containers | 16:43 | |
*** dimsum__ has quit IRC | 16:49 | |
*** daneyon has joined #openstack-containers | 17:13 | |
*** daneyon has quit IRC | 17:19 | |
*** SourabhP has joined #openstack-containers | 17:19 | |
*** SourabhP_ has joined #openstack-containers | 17:21 | |
*** diga has quit IRC | 17:22 | |
*** SourabhP has quit IRC | 17:24 | |
*** SourabhP_ is now known as SourabhP | 17:24 | |
*** dave-mccowan has joined #openstack-containers | 17:24 | |
*** dave-mcc_ has quit IRC | 17:27 | |
*** dave-mcc_ has joined #openstack-containers | 17:29 | |
*** dave-mccowan has quit IRC | 17:31 | |
*** alex_klimov has quit IRC | 17:42 | |
*** SourabhP_ has joined #openstack-containers | 17:49 | |
*** SourabhP has quit IRC | 17:49 | |
*** SourabhP_ is now known as SourabhP | 17:50 | |
*** dimsum__ has joined #openstack-containers | 17:50 | |
*** dimsum__ has quit IRC | 17:56 | |
*** tbh has quit IRC | 17:58 | |
*** SourabhP has quit IRC | 18:03 | |
*** eliqiao has quit IRC | 18:11 | |
*** VikasC has quit IRC | 18:20 | |
*** chandankumar has quit IRC | 18:23 | |
*** dimsum__ has joined #openstack-containers | 18:34 | |
*** vilobhmm_11 has joined #openstack-containers | 18:39 | |
openstackgerrit | Vilobh Meshram proposed openstack/magnum: DB Migration does not work for SQLite backend https://review.openstack.org/220347 | 18:42 |
*** dimsum__ has quit IRC | 18:47 | |
*** vilobhmm_11 has quit IRC | 18:48 | |
*** julim has joined #openstack-containers | 19:06 | |
*** dimsum__ has joined #openstack-containers | 19:13 | |
*** daneyon has joined #openstack-containers | 19:24 | |
*** dave-mcc_ has quit IRC | 19:27 | |
*** dave-mccowan has joined #openstack-containers | 19:27 | |
*** ekhugen has quit IRC | 19:32 | |
*** ekhugen has joined #openstack-containers | 19:32 | |
*** daneyon_ has joined #openstack-containers | 19:36 | |
*** daneyon has quit IRC | 19:39 | |
*** jlcoello has joined #openstack-containers | 20:07 | |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Adds labels support https://review.openstack.org/217888 | 20:10 |
*** jlcoello has quit IRC | 20:11 | |
*** dave-mccowan has quit IRC | 20:31 | |
*** dave-mccowan has joined #openstack-containers | 20:31 | |
*** dimsum__ has quit IRC | 20:36 | |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Refactors Heat templates for Container Networking Model https://review.openstack.org/214762 | 20:43 |
*** apuimedo_ has joined #openstack-containers | 20:51 | |
*** dimsum__ has joined #openstack-containers | 20:51 | |
*** sdake_ has quit IRC | 20:55 | |
*** alex_klimov has joined #openstack-containers | 21:29 | |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Refactors Heat templates for Container Networking Model https://review.openstack.org/214762 | 21:54 |
*** irenab has joined #openstack-containers | 22:04 | |
*** irenab has quit IRC | 22:35 | |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Adds labels support https://review.openstack.org/217888 | 22:37 |
*** david-lyle has quit IRC | 22:39 | |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Refactors Heat templates for Container Networking Model https://review.openstack.org/214762 | 22:40 |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Adds Combined Support for Container Network Model https://review.openstack.org/214909 | 22:41 |
openstackgerrit | Daneyon Hansen proposed openstack/magnum: WIP: Adds labels support https://review.openstack.org/217888 | 22:42 |
*** david-lyle has joined #openstack-containers | 22:44 | |
*** dave-mcc_ has joined #openstack-containers | 22:45 | |
*** dave-mccowan has quit IRC | 22:47 | |
*** sdake has joined #openstack-containers | 22:53 | |
*** jlcoello has joined #openstack-containers | 22:53 | |
*** Tango has joined #openstack-containers | 22:55 | |
*** alex_klimov has quit IRC | 23:03 | |
yuanying | Good morning | 23:13 |
openstackgerrit | Merged openstack/magnum: tox: rm all pyc before doing unit test https://review.openstack.org/220773 | 23:16 |
*** puranamr has joined #openstack-containers | 23:32 | |
*** sdake has quit IRC | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!