*** spandhe has quit IRC | 00:24 | |
*** chandan_kumar has joined #openstack-climate | 04:04 | |
*** chandan_kumar has quit IRC | 05:00 | |
*** chandan_kumar has joined #openstack-climate | 05:14 | |
*** tomek_adamczewsk has joined #openstack-climate | 07:37 | |
*** tomek_adamczewsk has quit IRC | 08:07 | |
*** tomek_adamczewsk has joined #openstack-climate | 08:25 | |
*** chandan_kumar has quit IRC | 08:49 | |
*** bauzas has joined #openstack-climate | 09:02 | |
*** chandan_kumar has joined #openstack-climate | 09:03 | |
*** bauzas has quit IRC | 09:32 | |
*** chandan_kumar_ has joined #openstack-climate | 10:04 | |
*** chandan_kumar has quit IRC | 10:06 | |
*** bauzas has joined #openstack-climate | 10:22 | |
*** bauzas1 has joined #openstack-climate | 10:29 | |
*** bauzas has quit IRC | 10:29 | |
*** chandan_kumar_ has quit IRC | 10:32 | |
*** tomek_adamczewsk has quit IRC | 10:37 | |
*** tomek_adamczewsk has joined #openstack-climate | 10:40 | |
*** bauzas1 has quit IRC | 10:54 | |
*** chandan_kumar_ has joined #openstack-climate | 10:58 | |
*** bauzas has joined #openstack-climate | 12:12 | |
*** cmart has joined #openstack-climate | 12:26 | |
cmart | hello people! How are you? | 12:28 |
---|---|---|
*** pafuent has joined #openstack-climate | 12:49 | |
*** bauzas has quit IRC | 12:52 | |
*** YorikSar has joined #openstack-climate | 13:00 | |
*** YorikSar has left #openstack-climate | 13:00 | |
*** chandan_kumar_ has quit IRC | 13:46 | |
*** chandan_kumar_ has joined #openstack-climate | 13:54 | |
DinaBelova | cmart, o/ | 13:58 |
DinaBelova | sorry for not answering - did not notice yuor messsege) | 13:58 |
cmart | no problem.. I was just saying hello!.. nothing more :) | 14:10 |
*** saju_m has joined #openstack-climate | 14:26 | |
cmart | DinaBelova, are you around? | 14:44 |
DinaBelova | yep) | 14:44 |
cmart | question about leases.. | 14:44 |
DinaBelova | okay | 14:44 |
cmart | we cannot create leases with the same name, right? | 14:44 |
DinaBelova | yes | 14:44 |
DinaBelova | at least for now | 14:45 |
cmart | and we cannot delete leases that are already started.. even when the associate resource is gone, right? | 14:45 |
DinaBelova | well, it looks so :? | 14:45 |
DinaBelova | now this check is quite straight forard) | 14:46 |
DinaBelova | forward* | 14:46 |
DinaBelova | so currently lease might be deleted if it's already ended or not started yet | 14:47 |
cmart | OK.. I was asking because I'm dealing with the scenario tests.. And every time I got my test wrong, I got a lease started with a name that cannot be used and that cannot be deleted.. | 14:48 |
cmart | and I need to: 1) stop putting names on the lease 2) unstack and stack all the modules and db's | 14:49 |
DinaBelova | oh, yes, understood | 14:49 |
cmart | the third option could be changing the end_date by the api, right? | 14:49 |
cmart | but that's all I got at least for now, right? | 14:50 |
cmart | all my options, I mean. | 14:50 |
DinaBelova | yes | 14:50 |
cmart | :( | 14:50 |
cmart | OK.. | 14:50 |
DinaBelova | well, as for the 3rd it's also fun | 14:50 |
DinaBelova | via CLI you can only prolong lease :( | 14:50 |
DinaBelova | but via pythonclient itself | 14:50 |
cmart | yeah, I noticed that | 14:50 |
DinaBelova | you can reduce its length | 14:51 |
cmart | haha.. funny | 14:51 |
DinaBelova | well, you can improve this if you know how for now ;) | 14:51 |
DinaBelova | I mean after lease state management implemented | 14:52 |
cmart | with pablo we thought that if we passed a "-1d" to the cli, it will reduce the lease length by a day | 14:52 |
DinaBelova | it'lll be easier to delete leases with deleted resources | 14:52 |
cmart | but it didn´t worked haha | 14:52 |
DinaBelova | or inactive ones | 14:52 |
DinaBelova | well, it's easy to implement | 14:52 |
DinaBelova | so you may do that | 14:52 |
DinaBelova | you'll need only client CLI to be fixed | 14:52 |
DinaBelova | and that's it | 14:52 |
DinaBelova | nothing more | 14:52 |
cmart | OK.. will do that.. | 14:53 |
DinaBelova | it even parses -1 | 14:53 |
cmart | Should I open a bp or a bug for that? | 14:53 |
DinaBelova | but it does not pass it further | 14:53 |
DinaBelova | yes, please | 14:53 |
cmart | bp? | 14:53 |
DinaBelova | bug, I guess | 14:54 |
cmart | Ok.. | 14:54 |
cmart | as you wish :) | 14:54 |
DinaBelova | thank you :) | 14:54 |
*** saju_m has quit IRC | 14:58 | |
cmart | I thought that was a new bp, because we are adding functionality and also because the argument meaning will change.. I mean.. prolong lease with a negative attribute will shrink the length.. I don´t know if that's is appropriate | 14:59 |
cmart | *that's appropriate | 15:02 |
*** spandhe_ has joined #openstack-climate | 15:02 | |
cmart | done! bug submitted.. thanks Dina | 15:09 |
openstackgerrit | A change was merged to stackforge/climate: PR Plugin now uses service_name to identify hosts https://review.openstack.org/85477 | 15:15 |
DinaBelova | cmart, well, here it might be both bp and bug - bp (add new feature) and bug (partially implemented staff, forgotten to be done) | 15:42 |
DinaBelova | so really it was up to you) | 15:42 |
cmart | I uploaded as a bug.. once I finish the tempest stuff I'll move to that and then we can see what to do with that.. Is that make sense for you? | 15:44 |
cmart | "*stuff, I'll..." | 15:44 |
DinaBelova | +1 | 15:45 |
cmart | cool! | 15:46 |
cmart | thanks! | 15:46 |
*** spandhe_ has quit IRC | 16:06 | |
*** spandhe has joined #openstack-climate | 16:08 | |
*** chandan_kumar_ has quit IRC | 16:08 | |
*** chandan_kumar_ has joined #openstack-climate | 17:24 | |
*** chandan_kumar_ has quit IRC | 17:34 | |
*** chandan_kumar_ has joined #openstack-climate | 17:47 | |
*** pafuent has left #openstack-climate | 17:52 | |
*** pafuent has joined #openstack-climate | 18:14 | |
*** tomek_adamczewsk has quit IRC | 18:39 | |
*** tomek_adamczewsk has joined #openstack-climate | 18:50 | |
*** chandan_kumar_ has quit IRC | 19:07 | |
*** tomek_adamczewsk has quit IRC | 19:08 | |
*** tomek_adamczewsk has joined #openstack-climate | 19:10 | |
*** tomek_adamczewsk has quit IRC | 19:16 | |
*** tomek_adamczewsk has joined #openstack-climate | 19:17 | |
*** chandan_kumar_ has joined #openstack-climate | 19:20 | |
*** openstackgerrit has quit IRC | 19:34 | |
*** openstackgerrit has joined #openstack-climate | 19:42 | |
*** chandan_kumar_ has quit IRC | 19:49 | |
*** openstackstatus has quit IRC | 20:15 | |
*** openstackstatus has joined #openstack-climate | 20:15 | |
*** cmart has quit IRC | 20:34 | |
*** pafuent1 has joined #openstack-climate | 20:50 | |
*** pafuent has quit IRC | 20:50 | |
*** pafuent1 has left #openstack-climate | 21:07 | |
*** openstackstatus has quit IRC | 21:14 | |
*** openstackstatus has joined #openstack-climate | 21:22 | |
*** openstack has joined #openstack-climate | 22:34 | |
-dickson.freenode.net- [freenode-info] channel flooding and no channel staff around to help? Please check with freenode support: http://freenode.net/faq.shtml#gettinghelp | 22:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!