| *** rajathagasthya has joined #openstack-sdks | 00:06 | |
| *** markvoelker has joined #openstack-sdks | 00:49 | |
| *** markvoelker has quit IRC | 00:54 | |
| *** markvoelker has joined #openstack-sdks | 01:22 | |
| openstackgerrit | lihaijing proposed openstack/python-openstackclient master: Fix 'project purge' deletes ALL images problem https://review.openstack.org/506024 | 01:24 |
|---|---|---|
| *** madorn has quit IRC | 01:33 | |
| *** gouthamr has quit IRC | 01:35 | |
| *** gouthamr has joined #openstack-sdks | 01:36 | |
| *** madorn has joined #openstack-sdks | 01:37 | |
| *** rajathagasthya has quit IRC | 01:42 | |
| *** fzdarsky_ has joined #openstack-sdks | 01:48 | |
| *** fzdarsky|afk has quit IRC | 01:52 | |
| *** malcomX527 has joined #openstack-sdks | 01:55 | |
| openstackgerrit | Kien Nguyen proposed openstack/cliff master: Update .gitignore https://review.openstack.org/477396 | 02:11 |
| *** dave-mccowan has quit IRC | 02:17 | |
| *** annp has joined #openstack-sdks | 02:45 | |
| *** gouthamr has quit IRC | 03:10 | |
| openstackgerrit | Chenghui Yu proposed openstack/os-client-config master: Fix the repository tags in README https://review.openstack.org/506482 | 03:11 |
| *** bobh has joined #openstack-sdks | 03:31 | |
| openstackgerrit | zhangyangyang proposed openstack/os-api-ref master: Cleanup test-requirements https://review.openstack.org/506500 | 03:40 |
| *** bobh has quit IRC | 03:43 | |
| openstackgerrit | zhangyangyang proposed openstack/os-client-config master: Cleanup test-requirements https://review.openstack.org/506504 | 03:46 |
| openstackgerrit | zhangyangyang proposed openstack/os-service-types master: Cleanup test-requirements https://review.openstack.org/506506 | 03:54 |
| *** ldl has joined #openstack-sdks | 03:56 | |
| *** peterstac has joined #openstack-sdks | 04:00 | |
| ldl | :Vishal_ There are inherit in openstacksdk, you can find the Resource class in it | 04:17 |
| ldl | May I ask a question? I read the openstacksdk docs: https://github.com/openstack/python-openstacksdk/blob/master/openstack/compute/v2/flavor.py | 04:17 |
| ldl | I find #: The bandwidth scaling factor this flavor receives on the network. | 04:18 |
| ldl | rxtx_factor = resource2.Body('rxtx_factor', type=float) | 04:18 |
| ldl | what's the unit does it use? | 04:18 |
| ldl | 1 Mbps ? | 04:18 |
| *** shu-mutou-AWAY is now known as shu-mutou | 04:22 | |
| *** mvpnitesh has joined #openstack-sdks | 04:25 | |
| *** markvoelker has quit IRC | 04:30 | |
| amotoki | This kind of deatil should be checked by the API reference at developer.o.o. or individual project documentations | 04:37 |
| openstackgerrit | lihaijing proposed openstack/python-openstackclient master: Fix 'project purge' deletes ALL images problem https://review.openstack.org/506024 | 04:52 |
| *** LindaWang has joined #openstack-sdks | 04:56 | |
| *** ldl has quit IRC | 05:11 | |
| *** ldl has joined #openstack-sdks | 05:12 | |
| *** gildub_ has quit IRC | 05:38 | |
| *** ldl has quit IRC | 05:39 | |
| *** gildub_ has joined #openstack-sdks | 05:56 | |
| *** ldl has joined #openstack-sdks | 06:13 | |
| *** markvoelker has joined #openstack-sdks | 06:31 | |
| *** fzdarsky_ is now known as fzdarsky | 06:42 | |
| *** markvoelker has quit IRC | 07:05 | |
| *** slaweq_ has joined #openstack-sdks | 07:07 | |
| *** gildub_ has quit IRC | 07:37 | |
| *** hoangcx has quit IRC | 07:51 | |
| *** hoangcx has joined #openstack-sdks | 07:52 | |
| *** jpich has joined #openstack-sdks | 07:53 | |
| *** ralonsoh has joined #openstack-sdks | 07:55 | |
| openstackgerrit | Merged openstack/python-openstacksdk master: Cleanup test-requirements https://review.openstack.org/506248 | 08:02 |
| *** markvoelker has joined #openstack-sdks | 08:02 | |
| *** slaweq has joined #openstack-sdks | 08:03 | |
| *** slaweq_ has quit IRC | 08:05 | |
| *** madorn has quit IRC | 08:05 | |
| *** ldl has quit IRC | 08:06 | |
| *** madorn has joined #openstack-sdks | 08:10 | |
| *** slaweq has quit IRC | 08:11 | |
| *** slaweq has joined #openstack-sdks | 08:12 | |
| *** ralonsoh_ has joined #openstack-sdks | 08:14 | |
| *** ralonsoh has quit IRC | 08:14 | |
| *** mvpnitesh has quit IRC | 08:18 | |
| *** mvpnitesh has joined #openstack-sdks | 08:18 | |
| *** mvpnitesh has quit IRC | 08:25 | |
| *** cdent has joined #openstack-sdks | 08:34 | |
| *** markvoelker has quit IRC | 08:36 | |
| *** mvpnitesh has joined #openstack-sdks | 08:38 | |
| *** e0ne has joined #openstack-sdks | 08:46 | |
| openstackgerrit | lihaijing proposed openstack/python-openstackclient master: Fix 'project purge' deletes ALL images problem https://review.openstack.org/506024 | 09:10 |
| *** markvoelker has joined #openstack-sdks | 09:33 | |
| *** ldl has joined #openstack-sdks | 09:58 | |
| *** markvoelker has quit IRC | 10:06 | |
| *** annp has quit IRC | 10:08 | |
| *** hoangcx has quit IRC | 10:10 | |
| ldl | in the create demo, I find sometime use the `wait_for_server` to get the created server | 10:11 |
| ldl | sometimes, do not use `wait_for_xxx` to get the created object | 10:12 |
| ldl | such like create_keypair | 10:12 |
| *** sdague has joined #openstack-sdks | 10:14 | |
| *** chlong has quit IRC | 10:16 | |
| *** LindaWang has quit IRC | 10:16 | |
| *** dtantsur|afk is now known as dtantsur | 10:17 | |
| *** ldl has quit IRC | 10:22 | |
| *** ldl has joined #openstack-sdks | 10:25 | |
| *** ralonsoh__ has joined #openstack-sdks | 10:31 | |
| *** ralonsoh_ has quit IRC | 10:35 | |
| *** LindaWang has joined #openstack-sdks | 10:45 | |
| *** shu-mutou is now known as shu-mutou-AWAY | 10:47 | |
| *** d0ugal has quit IRC | 10:48 | |
| *** d0ugal has joined #openstack-sdks | 10:48 | |
| *** d0ugal has quit IRC | 10:48 | |
| *** d0ugal has joined #openstack-sdks | 10:48 | |
| *** d0ugal has quit IRC | 10:48 | |
| *** markvoelker has joined #openstack-sdks | 11:03 | |
| *** dave-mccowan has joined #openstack-sdks | 11:06 | |
| *** markvoelker has quit IRC | 11:37 | |
| *** bobh has joined #openstack-sdks | 11:48 | |
| *** LindaWang1 has joined #openstack-sdks | 11:51 | |
| *** LindaWang has quit IRC | 11:54 | |
| *** LindaWang1 is now known as LindaWang | 11:54 | |
| *** markvoelker has joined #openstack-sdks | 12:10 | |
| *** bobh has quit IRC | 12:17 | |
| *** mvpnitesh has quit IRC | 12:22 | |
| *** ldl has quit IRC | 12:32 | |
| *** erlon has joined #openstack-sdks | 12:36 | |
| *** dave-mccowan has quit IRC | 12:43 | |
| *** dave-mccowan has joined #openstack-sdks | 12:44 | |
| openstackgerrit | Merged openstack/os-service-types master: Update api-refs https://review.openstack.org/503764 | 12:48 |
| *** bobh has joined #openstack-sdks | 12:48 | |
| *** slaweq has quit IRC | 12:50 | |
| *** slaweq has joined #openstack-sdks | 12:51 | |
| *** edleafe is now known as figleaf | 12:52 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/502660 | 12:52 |
| *** purplerbot has quit IRC | 13:17 | |
| *** gouthamr has joined #openstack-sdks | 13:24 | |
| *** Dinesh_Bhor has quit IRC | 13:36 | |
| *** lbragstad has joined #openstack-sdks | 13:38 | |
| *** cleong has joined #openstack-sdks | 13:38 | |
| *** dtantsur is now known as creepy_owlet | 13:57 | |
| *** ldl has joined #openstack-sdks | 14:02 | |
| *** cdent has quit IRC | 14:04 | |
| *** creepy_owlet is now known as creepy_owlet|brb | 14:04 | |
| *** NobodyCam is now known as BlartVersenwald | 14:06 | |
| *** jkilpatr has quit IRC | 14:21 | |
| *** stephenfin is now known as finucannot | 14:24 | |
| *** ragasthya has joined #openstack-sdks | 14:24 | |
| *** cdent has joined #openstack-sdks | 14:25 | |
| openstackgerrit | Merged openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/502660 | 14:26 |
| *** lbragstad has quit IRC | 14:27 | |
| openstackgerrit | Dean Troyer proposed openstack/cliff master: show the distribution providing the command in help output https://review.openstack.org/501863 | 14:35 |
| dhellmann | dtroyer : I swear that was on my todo list, but thanks for picking it up :-) | 14:36 |
| dtroyer | np, you can move the hooks review up one slot :) | 14:37 |
| dtroyer | finucannot is looking for a cliff release, I'd like to get that in but if you don't think it is ready I can wait | 14:37 |
| *** chlong has joined #openstack-sdks | 14:38 | |
| dhellmann | I thought I already reviewed that... | 14:38 |
| *** madorn has quit IRC | 14:46 | |
| *** madorn has joined #openstack-sdks | 14:53 | |
| *** creepy_owlet|brb is now known as creepy_owlet | 14:57 | |
| openstackgerrit | Gage Hugo proposed openstack/keystoneauth master: Correct docs usage of keystoneauth1 session https://review.openstack.org/503193 | 15:06 |
| *** slaweq has quit IRC | 15:07 | |
| *** ldl has quit IRC | 15:20 | |
| *** ldl has joined #openstack-sdks | 15:21 | |
| *** e0ne has quit IRC | 15:25 | |
| *** slaweq has joined #openstack-sdks | 15:41 | |
| *** cdent has quit IRC | 15:43 | |
| *** slaweq has quit IRC | 15:45 | |
| openstackgerrit | Dean Troyer proposed openstack/cliff master: Docs update for more-hooks https://review.openstack.org/506701 | 15:59 |
| dtroyer | finucannot, dhellmann: ^^^ follow-up to fix docstrings that I forgot to push | 16:00 |
| finucannot | dtroyer: I think you can just fast ack that, but maybe we just play hard and fast with the rules in nova ;) | 16:01 |
| *** ralonsoh__ has quit IRC | 16:02 | |
| * finucannot is logging off for the weekend. Ciao o/ | 16:02 | |
| dtroyer | finucannot: I planned to once it cleared check queue… thanks for the reviews! | 16:02 |
| *** jpich has quit IRC | 16:14 | |
| *** fzdarsky is now known as fzdarsky|afk | 16:40 | |
| openstackgerrit | Merged openstack/cliff master: Allow command hooks to make changes https://review.openstack.org/504222 | 17:21 |
| *** creepy_owlet is now known as dtantsur|afk | 17:25 | |
| *** ragasthya has quit IRC | 17:30 | |
| openstackgerrit | Merged openstack/cliff master: show the distribution providing the command in help output https://review.openstack.org/501863 | 17:34 |
| *** rajathagasthya has joined #openstack-sdks | 17:50 | |
| *** e0ne has joined #openstack-sdks | 18:08 | |
| *** e0ne has quit IRC | 18:27 | |
| openstackgerrit | Venkatrangan Govindarajan proposed openstack/python-openstackclient master: Support icmp-type and icmp-code to be set as zero https://review.openstack.org/505890 | 18:40 |
| *** lbragstad has joined #openstack-sdks | 18:42 | |
| openstackgerrit | Merged openstack/cliff master: Docs update for more-hooks https://review.openstack.org/506701 | 18:44 |
| *** lbragstad has quit IRC | 19:27 | |
| *** annegentle has joined #openstack-sdks | 20:02 | |
| *** dave-mccowan has quit IRC | 20:32 | |
| *** reedip has quit IRC | 20:41 | |
| *** annegentle has quit IRC | 20:44 | |
| *** reedip has joined #openstack-sdks | 20:52 | |
| *** gouthamr has quit IRC | 20:58 | |
| openstackgerrit | Monty Taylor proposed openstack/keystoneauth master: Split request logging into four different loggers https://review.openstack.org/505764 | 21:16 |
| *** cleong has quit IRC | 21:17 | |
| *** chlong has quit IRC | 21:51 | |
| *** rajathagasthya has quit IRC | 22:13 | |
| *** bobh has quit IRC | 22:14 | |
| *** gouthamr has joined #openstack-sdks | 22:16 | |
| *** figleaf is now known as edleafe | 22:25 | |
| openstackgerrit | Merged openstack/keystoneauth master: Correct docs usage of keystoneauth1 session https://review.openstack.org/503193 | 22:29 |
| *** erlon has quit IRC | 23:04 | |
| *** gouthamr has quit IRC | 23:05 | |
| openstackgerrit | Hongbin Lu proposed openstack/python-openstackclient master: Support creating unaddress neutron port https://review.openstack.org/504817 | 23:07 |
| *** sdague has quit IRC | 23:11 | |
| *** rajathagasthya has joined #openstack-sdks | 23:13 | |
| *** ragasthya has joined #openstack-sdks | 23:15 | |
| *** rajathagasthya has quit IRC | 23:18 | |
| *** gildub_ has joined #openstack-sdks | 23:40 | |
| *** LindaWang has quit IRC | 23:54 | |
| *** gildub_ has quit IRC | 23:58 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!