SlickNik | tornopil: looking — one sec. | 00:13 |
---|---|---|
*** jengeb1 has quit IRC | 00:15 | |
SlickNik | tornopil: Which version of trove are you using? (Kilo/Liberty/Mitaka) | 00:17 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/trove: Updated from global requirements https://review.openstack.org/245732 | 00:24 |
*** ashleighfarnham has quit IRC | 00:25 | |
*** cweid has quit IRC | 00:30 | |
*** akanksha_ has quit IRC | 00:38 | |
*** itisha has quit IRC | 00:41 | |
*** stevemar_ has quit IRC | 01:23 | |
openstackgerrit | Ishita Mandhan proposed openstack/trove: Addition of DB2 backup & restore functionality https://review.openstack.org/246709 | 01:41 |
*** imandhan has quit IRC | 02:02 | |
*** imandhan has joined #openstack-trove | 02:02 | |
*** mingdang1 has joined #openstack-trove | 02:02 | |
*** mingdang1 has quit IRC | 02:03 | |
*** mingdang1 has joined #openstack-trove | 02:03 | |
*** imandhan has quit IRC | 02:07 | |
*** stevemar_ has joined #openstack-trove | 02:14 | |
*** _amrith_ is now known as amrith | 02:21 | |
*** davideagnello has quit IRC | 02:28 | |
*** davideagnello has joined #openstack-trove | 02:29 | |
*** 7JTAA216T has joined #openstack-trove | 02:30 | |
*** 7JTAA216T has quit IRC | 02:30 | |
*** 21WAACTNP has joined #openstack-trove | 02:31 | |
*** stevemar_ has quit IRC | 02:42 | |
*** stevemar_ has joined #openstack-trove | 02:42 | |
*** 21WAACTNP has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-trove | 03:01 | |
*** amrith is now known as _amrith_ | 03:05 | |
*** imandhan has joined #openstack-trove | 03:16 | |
*** imandhan has quit IRC | 03:24 | |
*** imandhan has joined #openstack-trove | 03:25 | |
*** _amrith_ is now known as amrith | 03:25 | |
*** imandhan has quit IRC | 03:29 | |
openstackgerrit | Matt Riedemann proposed openstack/trove: Stop using trunk python-troveclient in test runs https://review.openstack.org/246734 | 03:36 |
tornopil | SlickNik, I am using kilo version | 03:41 |
*** ViswaV has quit IRC | 03:45 | |
*** ViswaV has joined #openstack-trove | 03:49 | |
*** tornopil has quit IRC | 03:58 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-trove | 04:01 | |
*** amrith is now known as _amrith_ | 04:05 | |
*** khushbu has joined #openstack-trove | 04:07 | |
*** khushbu has quit IRC | 04:08 | |
*** pmackinn has quit IRC | 04:18 | |
*** tornopil has joined #openstack-trove | 04:23 | |
SlickNik | tornopil: I think I found out what your issue is | 04:42 |
tornopil | SlickNik, thanks alot, would you share it with me | 04:43 |
SlickNik | tornopil: For kilo Trove — there was a bug and the value for "nova_proxy_admin_tenant_name" needs to actually be the admin tenant ID and not the name | 04:43 |
SlickNik | tornopil: So that needs to be "70e16936a27c418aa5073a0d56bc2789" instead of "admin" | 04:43 |
tornopil | SlickNik, thank you, I will try and let you know if it works | 04:44 |
SlickNik | looks like the bug has been fixed since then. | 04:44 |
SlickNik | tornopil: Sure — let us know if that worked for you. Thanks. | 04:44 |
tornopil | SlickNik, that doesn't seems to work, now I get "Unauthorized (HTTP 401)" | 04:48 |
SlickNik | tornopil: Can you post the full stack trace this time? Also can you double check to ensure that the password for your admin user (nova_proxy_admin_pass) is correct. | 04:51 |
tornopil | SlickNik, the password is defenetly correct, the new error log from taskmanager: https://gist.github.com/anonymous/5e4565167f6c8f74701a | 04:52 |
SlickNik | Also, can you please verify that the tenant ID for the "admin" tenant is actually "70e16936a27c418aa5073a0d56bc2789" | 04:58 |
SlickNik | I just pulled that from the log, so don't know if that's the right tenant ID in your environment. | 04:58 |
tornopil | SlickNik: that is the id I get from "openstack project show admin" | 04:59 |
*** haomaiwang has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-trove | 05:01 | |
SlickNik | tornopil: Also another question — this cfg value is only needed if you need trove to publish "exists" notifications to a rabbitmq for billing and metering. If you don't require this you can simply turn it off and that will allow you to proceed. So do you need publication of "exists" events to rabbitmq in your environment? | 05:05 |
SlickNik | If you don't require these "exists" events — simply remove these three lines from your trove-taskmanager.log and that will get rid of the errors that you are noticing: | 05:06 |
SlickNik | https://gist.github.com/anonymous/de9758030002f0d539ee#file-gistfile1-txt-L34-L36 | 05:06 |
tornopil | SlickNik: I do use ceilometer so it would be very useful to have it, but currently I need to make trove to work. could I create trove instances by turning it off? because I get error from conductor and I thought that was the problem | 05:09 |
SlickNik | This error shouldn't affect your ability to create Trove instances — it's only for the "exists" notification. If you turn it off, you'd still be able to create trove instances and even get "created" and "deleted" notifications — you just wouldn't receive periodic "exists" notifications. | 05:12 |
SlickNik | ^ tornopil | 05:12 |
tornopil | SlickNik: i.e. do you suggest to ignore it? | 05:12 |
SlickNik | Yes for now I'd suggest to ignore it. If you are unable to create instances, I suspect you're running into some other issue that's more critical. | 05:13 |
tornopil | SlickNik: ok than you very much, I'm sorry if I didn't clearly stated the problem at first place, so could you be so kind to suggest somethig about my conductor error: https://gist.github.com/anonymous/2593c1ab5800b6180986 ? | 05:15 |
tornopil | the instance goes into "ERROR" state after a while. | 05:17 |
*** imandhan has joined #openstack-trove | 05:22 | |
*** khushbu_ has joined #openstack-trove | 05:23 | |
*** khushbu_ has quit IRC | 05:24 | |
*** khushbu_ has joined #openstack-trove | 05:27 | |
*** stevemar_ has quit IRC | 05:27 | |
*** stevemar_ has joined #openstack-trove | 05:28 | |
*** stevemar_ has quit IRC | 05:30 | |
SlickNik | tornopil: Are you able to ssh to the trove guest instance. Looks like the guest didn't actually come up successfully, so taking a look at the guest agent log on the instance (/tmp/logfile.txt in Kilo) should give us more clues as to why it's failing. | 05:31 |
*** akanksha_ has joined #openstack-trove | 05:31 | |
tornopil | SlickNik: thank you, I did it before but not carefully my mind was biased with taskmanager, I'll have another look now, | 05:33 |
*** khushbu_ has quit IRC | 05:34 | |
*** khushbu_ has joined #openstack-trove | 05:39 | |
*** khushbu_ has quit IRC | 05:46 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-trove | 06:01 | |
*** rcernin has joined #openstack-trove | 06:37 | |
*** haomaiwang has quit IRC | 06:42 | |
*** haomaiwang has joined #openstack-trove | 06:49 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-trove | 07:01 | |
*** sgotliv_ has quit IRC | 07:56 | |
*** haomaiwang has quit IRC | 08:01 | |
*** haomaiwang has joined #openstack-trove | 08:01 | |
*** imandhan has quit IRC | 08:09 | |
*** imandhan has joined #openstack-trove | 08:10 | |
*** stevemar_ has joined #openstack-trove | 08:12 | |
*** imandhan has quit IRC | 08:14 | |
*** stevemar_ has quit IRC | 08:16 | |
*** k4n0 has joined #openstack-trove | 08:31 | |
*** akanksha_ has quit IRC | 08:48 | |
*** ziggypup has joined #openstack-trove | 08:58 | |
*** ziggypup has left #openstack-trove | 08:58 | |
*** haomaiwang has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-trove | 09:01 | |
*** sgotliv_ has joined #openstack-trove | 09:13 | |
*** stevemar_ has joined #openstack-trove | 09:13 | |
*** stevemar_ has quit IRC | 09:17 | |
*** tornopil has quit IRC | 09:47 | |
*** ziggypup has joined #openstack-trove | 09:55 | |
*** ziggypup has left #openstack-trove | 09:55 | |
*** haomaiwang has quit IRC | 10:01 | |
*** haomaiwang has joined #openstack-trove | 10:01 | |
*** tosky has joined #openstack-trove | 10:17 | |
*** jengeb has joined #openstack-trove | 10:43 | |
*** haomaiwang has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-trove | 11:01 | |
*** exploreshaifali has joined #openstack-trove | 11:05 | |
*** stevemar_ has joined #openstack-trove | 11:14 | |
*** stevemar_ has quit IRC | 11:18 | |
*** exploreshaifali has quit IRC | 11:49 | |
*** haomaiwang has quit IRC | 11:51 | |
*** exploreshaifali has joined #openstack-trove | 11:52 | |
*** exploreshaifali has quit IRC | 12:03 | |
*** khushbu_ has joined #openstack-trove | 12:05 | |
*** khushbu_ has quit IRC | 12:05 | |
*** mingdang1 has quit IRC | 12:07 | |
*** khushbu_ has joined #openstack-trove | 12:09 | |
*** khushbu_ has quit IRC | 12:10 | |
*** khushbu has joined #openstack-trove | 12:16 | |
*** khushbu has quit IRC | 12:16 | |
*** pmackinn has joined #openstack-trove | 12:18 | |
*** khushbu_ has joined #openstack-trove | 12:19 | |
*** khushbu_ has quit IRC | 12:20 | |
*** bhaskarduvvuri has joined #openstack-trove | 12:24 | |
*** khushbu has joined #openstack-trove | 12:33 | |
*** khushbu has quit IRC | 12:33 | |
*** tornopil has joined #openstack-trove | 12:40 | |
tornopil | SlickNik: I did as you told, everythings seems Ok inside the guest instance: https://gist.github.com/anonymous/e61ab584221c43641279 | 12:41 |
tornopil | ] | 12:41 |
tornopil | but I get theser errors from conductor: https://gist.github.com/anonymous/4e94d981b30596c844e3 | 12:41 |
tornopil | I think the problem is the heartbeat from guest: https://gist.github.com/anonymous/a5472c9b94275cd731e2 | 12:41 |
tornopil | the "instance_id" is empty also the "guest_info" file is empty, isn't the taskmanagers job to create guest_info inside the guest instance? | 12:41 |
tornopil | actually I added the tenent_id and guest_id inside the guest infor by SSHing into guest instance and then it became active | 12:42 |
bhaskarduvvuri | tornopil, did you add force_config_drive in nova-compute.conf? | 12:42 |
*** sgotliv_ has quit IRC | 12:43 | |
tornopil | bhaskarduvvuri: no, I don't know about that config | 12:43 |
bhaskarduvvuri | ok, in your nova compute conf file add "force_config_drive=Always" and restart compute | 12:44 |
bhaskarduvvuri | service | 12:44 |
bhaskarduvvuri | and try again | 12:44 |
tornopil | bhaskarduvvuri: thanks, I did it, I will share the result | 12:47 |
*** sgotliv has joined #openstack-trove | 12:51 | |
*** stevemar_ has joined #openstack-trove | 13:15 | |
*** stevemar_ has quit IRC | 13:18 | |
*** bhaskarduvvuri has quit IRC | 13:29 | |
*** mingdang1 has joined #openstack-trove | 13:31 | |
*** kbyrne has quit IRC | 13:36 | |
*** kbyrne has joined #openstack-trove | 13:43 | |
*** _crobertsrh is now known as crobertsrh | 13:50 | |
tornopil | bhaskarduvvuri: it doesn't work, same problem, guest_info is empty | 13:52 |
tornopil | SlickNik: I know you said I can Ignore the taskmanager error but don't you think my problem is taskmanager? | 13:56 |
tornopil | guest_info does not contain valid data in guest instance | 13:58 |
vkmc | guest_info under conf.d/ | 13:59 |
vkmc | ? | 13:59 |
*** exploreshaifali has joined #openstack-trove | 14:04 | |
tornopil | vkmc: in /etc , but the conf.d one is also empty | 14:08 |
*** bapalm has joined #openstack-trove | 14:08 | |
*** tornopil_ has joined #openstack-trove | 14:20 | |
*** tornopil has quit IRC | 14:22 | |
*** tornopil_ has quit IRC | 14:25 | |
*** openstackgerrit has quit IRC | 14:31 | |
*** openstackgerrit has joined #openstack-trove | 14:32 | |
*** bhaskarduvvuri has joined #openstack-trove | 14:39 | |
*** _amrith_ is now known as amrith | 14:41 | |
*** bapalm has quit IRC | 14:43 | |
*** bapalm has joined #openstack-trove | 14:43 | |
amrith | this empty guest_info seems to be a problem specific to RH guests? | 14:45 |
*** tornopil has joined #openstack-trove | 14:47 | |
openstackgerrit | Matthew Van Dijk proposed openstack/trove: Mongodb's "security.authorization" wrong type https://review.openstack.org/246962 | 14:47 |
vkmc | amrith, tornopil is on Ubuntu using the Kilo release | 14:48 |
tornopil | amrith: the guest is ubuntu | 14:48 |
bhaskarduvvuri | tornopil can you share your trove.conf | 14:48 |
tornopil | bhaskarduvvuri: my trove.conf file: https://gist.github.com/anonymous/873942b065882cb17080 | 14:51 |
bhaskarduvvuri | tornopil: add the two to your trove.conf file | 14:54 |
bhaskarduvvuri | guest_info = /etc/guest_info guest_config = /etc/trove/trove-guestagent.conf | 14:54 |
tornopil | I have these options in trove-taskmanager.conf but I give it a try on trove.conf, thanks | 14:55 |
bhaskarduvvuri | check /etc/init/trove-api.conf, /etc/init/trove-taskmanager.conf, /etc/init/trove-conductor.conf | 14:56 |
bhaskarduvvuri | if they are pointing to right conf file | 14:57 |
tornopil | bhaskarduvvuri: they are pointing to right conf file | 14:58 |
bhaskarduvvuri | ok | 14:59 |
*** akanksha_ has joined #openstack-trove | 15:06 | |
amrith | pmalik_, yt? | 15:11 |
*** sabeen1 has joined #openstack-trove | 15:11 | |
*** sabeen2 has joined #openstack-trove | 15:12 | |
*** exploreshaifali has quit IRC | 15:12 | |
*** tornopil has quit IRC | 15:13 | |
*** tornopil has joined #openstack-trove | 15:14 | |
tornopil | bhaskarduvvuri: thanks for suggestions but still the same | 15:15 |
*** sgotliv has quit IRC | 15:15 | |
*** stevemar_ has joined #openstack-trove | 15:16 | |
*** sabeen1 has quit IRC | 15:16 | |
*** mingdang1 has quit IRC | 15:17 | |
*** stevemar_ has quit IRC | 15:18 | |
bhaskarduvvuri | There is something we are missing | 15:19 |
amrith | vkmc, tornopil thanks. | 15:20 |
*** amrith is now known as _amrith_ | 15:21 | |
*** csoukup has joined #openstack-trove | 15:27 | |
*** sgotliv has joined #openstack-trove | 15:28 | |
bhaskarduvvuri | tornopil: use this as your trove.conf and point /etc/init/trove-api.conf, /etc/init/trove-taskmanager.conf, /etc/init/trove-conductor.conf to trove.conf | 15:29 |
bhaskarduvvuri | https://gist.github.com/bhaskarduvvuri/64713089b3b775f8e9ea | 15:29 |
*** _amrith_ is now known as amrith | 15:30 | |
tornopil | bhaskarduvvuri: ok, I will try it now, thanks | 15:30 |
*** mriedem has joined #openstack-trove | 15:31 | |
mriedem | SlickNik: pmalik_: so how do you want to handle https://review.openstack.org/#/c/210004/ since it's a backward incompatible change and was released under 1.4.0 and is in 1.5.0 | 15:32 |
mriedem | sorry, 1.3.0 and 1.4.0 | 15:32 |
mriedem | that should have really triggered a 2.0 | 15:32 |
mriedem | an option is reverting the change, release 1.4.1, then redo the change and release 2.0 | 15:32 |
mriedem | that won't actually fix kilo at this point though | 15:33 |
mriedem | but it would at least fix the semver violation here | 15:33 |
mriedem | although if it were reverted, this would start breaking https://review.openstack.org/#/c/218701/ | 15:33 |
*** haomaiwang has joined #openstack-trove | 15:37 | |
*** amrith is now known as _amrith_ | 15:38 | |
*** k4n0 has quit IRC | 15:39 | |
*** stevemar_ has joined #openstack-trove | 15:40 | |
*** _amrith_ is now known as amrith | 15:41 | |
*** johnma has joined #openstack-trove | 15:46 | |
*** sabeen2 has quit IRC | 15:55 | |
*** sabeen has joined #openstack-trove | 15:55 | |
*** mriedem is now known as mriedem_meeting | 15:56 | |
*** haomaiwang has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-trove | 16:01 | |
openstackgerrit | Saurabh Surana proposed openstack/trove: Add floating ip to vertica master node https://review.openstack.org/207578 | 16:05 |
*** johnma has quit IRC | 16:07 | |
*** rcernin has quit IRC | 16:09 | |
*** jengeb1 has joined #openstack-trove | 16:16 | |
*** jengeb has quit IRC | 16:17 | |
*** tosky has quit IRC | 16:19 | |
openstackgerrit | Saurabh Surana proposed openstack/trove-integration: Change DATASTORE_PKG_LOCATION for vertica https://review.openstack.org/181186 | 16:24 |
*** exploreshaifali has joined #openstack-trove | 16:25 | |
openstackgerrit | Saurabh Surana proposed openstack/trove: made vertica debian package path configurable https://review.openstack.org/214990 | 16:27 |
*** pmackinn_ has joined #openstack-trove | 16:42 | |
*** ashleighfarnham has joined #openstack-trove | 16:44 | |
*** pmackinn has quit IRC | 16:45 | |
*** ashleighfarnham has quit IRC | 16:45 | |
*** ashleighfarnham has joined #openstack-trove | 16:45 | |
tornopil | bhaskarduvvuri: I replaced my confs with what you gave me and changed the init files, and also added the auth configs in api-paste.ini, I was able to create instance but once again guest_info was empty and the instance goes to ERROR after a while | 16:50 |
*** haomaiwang has quit IRC | 16:51 | |
*** khushbu_ has joined #openstack-trove | 16:57 | |
*** stevemar_ has quit IRC | 16:59 | |
*** khushbu_ has quit IRC | 17:06 | |
*** mriedem_meeting is now known as mriedem | 17:08 | |
*** akanksha_ has quit IRC | 17:08 | |
cp16net | mriedem: oh yeah thats a good point i think we should make the 2 versions | 17:15 |
mriedem | cp16net: right, but as pointed out, you'd need to revert that change on 1.4.0 and release as 1.4.1, which will break kilo unit tests, | 17:16 |
mriedem | unless you release 2.0 and bump g-r to use >=2.0 | 17:16 |
mriedem | that would probably do it | 17:16 |
mriedem | 1.4.1 would be a stable/liberty release i suppose | 17:16 |
*** saurabhs has joined #openstack-trove | 17:17 | |
mriedem | stable/liberty unit tests would be busted...so we'd have to revert the change to trove that's using that ValidationError as it wouldn't be in 1.4.1 | 17:17 |
mriedem | and block 1.3.0 and 1.4.0 from stable/liberty g-r | 17:17 |
mriedem | so there is a path forward... | 17:17 |
cp16net | yeah | 17:18 |
cp16net | thats what i am thinking as well | 17:18 |
mriedem | i could start doing those changes if people are on board, | 17:18 |
mriedem | but it's been pretty quiet in here | 17:18 |
cp16net | i think thats the best thing to do right now | 17:18 |
openstackgerrit | Saurabh Surana proposed openstack/trove-integration: Updated ubuntu-db2 to use datastore-package element to copy files https://review.openstack.org/213246 | 17:19 |
cp16net | i overlooked that change when creating the 1.4.0 release | 17:19 |
cp16net | good catch | 17:19 |
*** khushbu_ has joined #openstack-trove | 17:19 | |
*** ViswaV has quit IRC | 17:20 | |
*** khushbu_ has quit IRC | 17:21 | |
*** exploreshaifali has quit IRC | 17:22 | |
*** ViswaV has joined #openstack-trove | 17:22 | |
mriedem | alright, i'll lay out the plan in the ML on the same thread on this subject and then get started with those | 17:23 |
*** exploreshaifali has joined #openstack-trove | 17:23 | |
*** khushbu_ has joined #openstack-trove | 17:24 | |
*** amrith is now known as _amrith_ | 17:30 | |
*** stevemar_ has joined #openstack-trove | 17:31 | |
cp16net | mriedem: there maybe a little easier way to do this... | 17:32 |
cp16net | push the revert commit to the stable/liberty branch and make a 1.4.1 release from there and then make a 2.0 release from master | 17:33 |
cp16net | i think that would be easier than making the extra commits | 17:34 |
*** khushbu_ has quit IRC | 17:38 | |
cp16net | ahh nm that wont work | 17:44 |
cp16net | option 1 is still the best bet | 17:44 |
*** exploreshaifali has quit IRC | 17:47 | |
*** exploreshaifali has joined #openstack-trove | 17:48 | |
*** _amrith_ is now known as amrith | 17:48 | |
mriedem | why wouldn't it work? | 17:53 |
mriedem | we still have to revert the trove unit test change in stable/liberty that requires that ValidationError | 17:53 |
mriedem | so that has to be orchestrated with a g-r block on 1.3.0 and 1.4.0 | 17:54 |
mriedem | anyway, let me get my thoughts out in the ML | 17:54 |
cp16net | ok | 17:54 |
cp16net | the reason i say it wont work is because the stable/liberty client branch is further behind than the 1.4.0 release | 17:55 |
*** itlinux has joined #openstack-trove | 18:01 | |
cp16net | trove meeting in #openstack-meeting-alt starting | 18:01 |
*** khushbu_ has joined #openstack-trove | 18:02 | |
SlickNik | mriedem / cp16net: Instead of reverting the changes on multiple branches to untangle this — would it be simpler to fix the tests in stable/kilo to expect the new exception? | 18:02 |
*** johnma has joined #openstack-trove | 18:02 | |
*** peterstac-m has joined #openstack-trove | 18:02 | |
peterstac-m | o/ | 18:03 |
*** khushbu_ has quit IRC | 18:05 | |
*** sabeen has quit IRC | 18:05 | |
*** pmackinn_ is now known as pmackinn | 18:07 | |
*** imandhan has joined #openstack-trove | 18:14 | |
mriedem | SlickNik: easier yes, correct, not really | 18:37 |
SlickNik | mriedem: Yeah agreed — I don't like that as the end goal. I'm still uncomfortable with running all our tests against trunk python-troveclient. | 18:39 |
cp16net | SlickNik: mriedem yeah for all releases doesnt make sense and makes it harder to maintain if everything is using trunk client code | 19:01 |
*** itlinux_ has joined #openstack-trove | 19:07 | |
*** itlinux has quit IRC | 19:08 | |
*** sabeen1 has joined #openstack-trove | 19:11 | |
*** arist has joined #openstack-trove | 19:11 | |
*** sabeen3 has joined #openstack-trove | 19:14 | |
dougshelley66 | pmackinn There is a baseball cap in our office that was picked up at your company's boot in Tokyo...it say redhat...just sayin' | 19:15 |
dougshelley66 | s/boot/booth/ | 19:15 |
*** sabeen1 has quit IRC | 19:16 | |
openstackgerrit | Petr Malik proposed openstack/trove: Add MySQL int-test helper client https://review.openstack.org/224363 | 19:17 |
*** lgreg has left #openstack-trove | 19:18 | |
*** mriedem has quit IRC | 19:20 | |
*** bapalm has quit IRC | 19:23 | |
*** bapalm has joined #openstack-trove | 19:26 | |
*** mriedem has joined #openstack-trove | 19:30 | |
*** vkmc is now known as vkmc-afk | 19:44 | |
mriedem | SlickNik: cp16net: ok, ML posted http://lists.openstack.org/pipermail/openstack-dev/2015-November/079784.html | 19:54 |
mriedem | up to the trove team to decide what they want to do | 19:54 |
*** itlinux_ has quit IRC | 19:59 | |
*** itlinux has joined #openstack-trove | 20:02 | |
*** itlinux has quit IRC | 20:10 | |
*** itlinux has joined #openstack-trove | 20:11 | |
*** sgotliv has quit IRC | 20:12 | |
cp16net | hmm i'm wondering why i get no [trove] email from the dev list... | 20:23 |
cp16net | i get other emails | 20:23 |
* cp16net confused... need to look into this... | 20:24 | |
mriedem | check your mail filters | 20:27 |
*** itlinux has quit IRC | 20:33 | |
cp16net | cleaned up some filters hopefully it will help | 20:46 |
*** itlinux has joined #openstack-trove | 20:51 | |
pmalik_ | SlickNik cp16net edmondk vkmc-afk : Hello. One review needing an extra +2. Thanks. https://review.openstack.org/#/c/243247/ | 20:53 |
*** peterstac-m has quit IRC | 21:02 | |
*** openstack has joined #openstack-trove | 21:03 | |
-cameron.freenode.net- [freenode-info] channel flooding and no channel staff around to help? Please check with freenode support: http://freenode.net/faq.shtml#gettinghelp | 21:03 | |
*** itlinux has quit IRC | 21:05 | |
openstackgerrit | Petr Malik proposed openstack/trove: Fix configuration lookup failure https://review.openstack.org/244366 | 21:31 |
*** crobertsrh is now known as _crobertsrh | 21:33 | |
*** mriedem has left #openstack-trove | 21:36 | |
*** sabeen1 has joined #openstack-trove | 21:44 | |
*** sabeen3 has quit IRC | 21:45 | |
*** amrith is now known as _amrith_ | 21:45 | |
*** sabeen1 has quit IRC | 22:10 | |
*** johnma has quit IRC | 22:17 | |
*** sgotliv has joined #openstack-trove | 22:21 | |
*** bhaskarduvvuri has quit IRC | 22:24 | |
*** itisha has joined #openstack-trove | 22:30 | |
*** sabeen1 has joined #openstack-trove | 22:33 | |
*** sabeen3 has joined #openstack-trove | 22:35 | |
*** sabeen1 has quit IRC | 22:37 | |
*** csoukup has quit IRC | 22:48 | |
*** jengeb1 has quit IRC | 22:49 | |
*** rjaiswal has joined #openstack-trove | 22:52 | |
openstackgerrit | Petr Malik proposed openstack/trove: Fix configuration lookup failure https://review.openstack.org/244366 | 22:56 |
*** tornopil has quit IRC | 23:04 | |
openstackgerrit | Petr Malik proposed openstack/trove: Fix configuration lookup failure https://review.openstack.org/244366 | 23:17 |
*** saurabhs has quit IRC | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!