Tuesday, 2016-02-09

*** Qiming has joined #openstack-sdks00:35
*** gildub has quit IRC01:35
*** thrash is now known as thrash|g0ne02:22
*** erlon has quit IRC02:26
*** devth_ has quit IRC02:58
*** lhcheng has quit IRC02:59
*** devth has joined #openstack-sdks03:02
*** devth_ has joined #openstack-sdks03:12
*** devth has quit IRC03:16
*** dims has joined #openstack-sdks03:27
*** dims_ has quit IRC03:28
*** dims has quit IRC03:30
*** dims has joined #openstack-sdks03:43
*** dims has quit IRC03:47
*** gildub has joined #openstack-sdks03:47
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation "ip floating delete" command  https://review.openstack.org/25851904:25
openstackgerritTang Chen proposed openstack/python-openstackclient: Add NetworkAndCompute Lister and ShowOne classes  https://review.openstack.org/27688804:25
*** salv-orl_ has joined #openstack-sdks04:41
*** salv-orlando has quit IRC04:43
*** amotoki has joined #openstack-sdks05:07
*** jgriffith is now known as jgriffith_away05:07
*** amotoki_ has joined #openstack-sdks05:09
*** amotoki has quit IRC05:12
*** amotoki_ has quit IRC05:15
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Support unscoped token request  https://review.openstack.org/27756305:48
*** amotoki has joined #openstack-sdks05:49
*** amotoki has quit IRC06:56
*** amotoki has joined #openstack-sdks06:58
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation for "ip floating delete" command  https://review.openstack.org/25851907:43
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation of "ip floating list" command  https://review.openstack.org/27772007:43
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation of "ip floating list" command  https://review.openstack.org/27772008:25
*** oomichi has quit IRC08:28
*** e0ne has joined #openstack-sdks08:49
*** lucas-dinner is now known as lucasagomes09:10
*** e0ne has quit IRC09:19
*** sahi has joined #openstack-sdks10:11
sahihi all, any one is using openstackclient API's for development10:12
sahi?10:12
sahihow to pass file to glance image-create?10:14
sahii am getting error that "attribute file is read only"10:14
sahican someone help10:15
*** e0ne has joined #openstack-sdks10:21
*** samueldmq1 has joined #openstack-sdks10:33
*** amotoki has quit IRC10:34
*** samueldmq1 has quit IRC10:38
*** salv-orlando has joined #openstack-sdks10:40
*** cdent has joined #openstack-sdks10:41
*** sahi has quit IRC10:41
*** salv-orl_ has quit IRC10:43
*** dims has joined #openstack-sdks10:45
*** dims has quit IRC10:49
*** amotoki has joined #openstack-sdks10:49
*** dims has joined #openstack-sdks10:50
*** amotoki has quit IRC10:55
*** erlon has joined #openstack-sdks10:56
*** dims_ has joined #openstack-sdks11:40
*** dims has quit IRC11:40
*** boris-42 has quit IRC11:43
*** dims_ has quit IRC12:11
*** lucasagomes is now known as lucas-hungry12:13
*** dims_ has joined #openstack-sdks12:19
*** rtheis has joined #openstack-sdks12:23
*** gildub has quit IRC12:24
*** openstackgerrit_ has joined #openstack-sdks12:39
*** thrash|g0ne is now known as thrash12:57
*** cdent has quit IRC13:04
*** cdent has joined #openstack-sdks13:05
*** woodster_ has quit IRC13:06
*** lucas-hungry is now known as lucasagomes13:07
*** devth has joined #openstack-sdks13:13
*** devth_ has quit IRC13:14
openstackgerritTang Chen proposed openstack/python-openstackclient: Fix DisplayCommandBase comments for cliff Command subclass tests  https://review.openstack.org/27782213:16
openstackgerritTang Chen proposed openstack/python-openstackclient: Fix DisplayCommandBase comments for cliff Lister subclass tests  https://review.openstack.org/27782313:16
openstackgerritTang Chen proposed openstack/python-openstackclient: Fix DisplayCommandBase comments for cliff ShowOne subclass tests  https://review.openstack.org/27782413:16
*** annegentle has joined #openstack-sdks13:20
*** openstackgerrit_ has quit IRC13:56
*** annegentle has quit IRC14:01
*** dims_ has quit IRC14:03
*** britthou_ has joined #openstack-sdks14:03
*** petertr7_away is now known as petertr714:05
*** dims has joined #openstack-sdks14:10
*** cdent has quit IRC14:13
*** jgriffith_away is now known as jgriffith14:21
*** amotoki has joined #openstack-sdks14:21
*** amotoki has quit IRC14:31
*** jgriffith is now known as jgriffith_away14:35
*** amotoki has joined #openstack-sdks14:35
*** amotoki has quit IRC14:37
*** gouthamr has joined #openstack-sdks14:37
*** amotoki has joined #openstack-sdks14:41
*** amotoki has quit IRC14:41
*** jgriffith_away is now known as jgriffith14:43
*** cdent has joined #openstack-sdks14:50
*** amit213 has quit IRC14:51
*** sigmavirus24_awa is now known as sigmavirus2415:07
*** kzaitsev_ws has joined #openstack-sdks15:17
*** kzaitsev_mb has joined #openstack-sdks15:17
kzaitsev_mbdtroyer: hi, we're working on murano-client plugin for OSC. I remember you mentioned there was some page, where we could get dibs on terms? +) But I couldn't google it out last time I tried.15:21
kzaitsev_mbI also have a question — would it be correct to allow passing endpoint via env param/cli param (instead of asking keystone).15:22
kzaitsev_mbI don't think, that any of the plugins allow that now. Although it's very convenient at times15:24
kzaitsev_mblike debugging/development at least =)15:24
dtroyerit is in the OSC repo actually…  http://docs.openstack.org/developer/python-openstackclient/commands.html is where you can see the current release, but you would make changes to doc/source/commands.rst to add your resource names to the Plugin Objects section15:25
dtroyeryou actually can do that now, but you also have to pass the token at the same time since it totally bypasses the auth15:26
dtroyer—os-token and —os-url15:26
*** terrylhowe has joined #openstack-sdks15:27
kzaitsev_mbnot really — I only want to bypass querying keystone for endpoint url. Like if I have a local murano-api server and remote cloud, that it uses. All I want is to allow specifying that endpoint for the client object.15:27
kzaitsev_mband authentication would go through remote keystone/cloud15:28
kzaitsev_mbmy question is more like... does it fit OSC philosophy (not sure about correct term here) to do so?15:28
dtroyerthat is not a use case we support15:28
dtroyernot in one command…you would have to get a token from your remote keystone, then put that in —os-token and use —os-url to point to your alternate endpoint15:29
*** terrylhowe_ has joined #openstack-sdks15:31
*** terrylhowe has quit IRC15:32
*** terrylhowe_ is now known as terrylhowe15:32
*** annegentle has joined #openstack-sdks15:35
*** petertr7 is now known as petertr7_away15:38
*** woodster_ has joined #openstack-sdks15:45
*** Qiming has quit IRC15:46
kzaitsev_mbhm, now I see why this is not that widespread. only a number of clients support this kind of option. glance and heat for example both have (--os-image-url and --heat-url, respectively) that can be overriden with CLI/env option. And neutron's client doesn't15:50
kzaitsev_mbI hope it wouldn't be too big of a problem if our OSC plugin would support a similar option? (since python code is already capable of having it)15:52
*** nikhil is now known as nikhil_k15:56
*** annegentle has quit IRC16:01
*** annegentle has joined #openstack-sdks16:02
*** kzaitsev_mb has quit IRC16:06
*** boris-42 has joined #openstack-sdks16:11
*** devth_ has joined #openstack-sdks16:11
*** devth has quit IRC16:14
*** annegentle has quit IRC16:16
*** annegentle has joined #openstack-sdks16:16
*** petertr7_away is now known as petertr716:18
*** annegentle has quit IRC16:21
*** annegentle has joined #openstack-sdks16:24
*** terrylhowe has quit IRC16:29
*** petertr7 is now known as petertr7_away16:35
*** petertr7_away is now known as petertr716:38
*** salv-orl_ has joined #openstack-sdks16:41
*** salv-orlando has quit IRC16:44
*** jgriffith is now known as jgriffith_away16:58
*** annegentle has quit IRC16:58
*** Guest10250 has joined #openstack-sdks17:01
*** d0ugal has quit IRC17:02
*** kzaitsev_mb has joined #openstack-sdks17:04
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Revert "Convert project to os-testr"  https://review.openstack.org/27796517:07
*** Guest10250 has quit IRC17:08
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Revert "Convert project to os-testr"  https://review.openstack.org/27796517:22
-openstackstatus- NOTICE: Gerrit is restarting now, to alleviate current performance impact and WebUI errors.17:25
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation for "ip floating delete" command  https://review.openstack.org/25851917:30
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation of "ip floating list" command  https://review.openstack.org/27772017:30
*** e0ne has quit IRC17:32
openstackgerritBrad Behle proposed openstack/python-openstackclient: Add "os subnet show" command using SDK  https://review.openstack.org/27649517:57
openstackgerritVictor Morales proposed openstack/python-openstackclient: Subnet Show  https://review.openstack.org/27799117:57
*** lhcheng_ has joined #openstack-sdks17:59
*** bnemec has joined #openstack-sdks18:02
*** cdent has quit IRC18:02
*** woodster_ has quit IRC18:06
*** lucasagomes is now known as lucas-dinner18:11
*** annegentle has joined #openstack-sdks18:14
*** e0ne has joined #openstack-sdks18:17
*** petertr7 is now known as petertr7_away18:18
*** annegentle has quit IRC18:19
*** annegentle has joined #openstack-sdks18:23
*** lhcheng_ has quit IRC18:33
*** jgriffith_away is now known as jgriffith18:34
*** annegentle has quit IRC18:40
*** annegentle has joined #openstack-sdks18:41
*** cdent has joined #openstack-sdks18:43
*** lhcheng has joined #openstack-sdks18:54
*** annegentle has quit IRC18:56
*** Guest8858 has joined #openstack-sdks18:57
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation for "ip floating delete" command  https://review.openstack.org/25851918:59
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation of "ip floating list" command  https://review.openstack.org/27772018:59
*** Guest8858 is now known as annegentle_19:00
openstackgerritTang Chen proposed openstack/python-openstackclient: Support "network delete" command in nova network  https://review.openstack.org/27804219:08
*** alex_xu has quit IRC19:15
*** dims_ has joined #openstack-sdks19:17
*** dims has quit IRC19:17
*** alex_xu has joined #openstack-sdks19:18
*** dims_ has quit IRC19:27
*** dims has joined #openstack-sdks19:30
*** kzaitsev_mb has quit IRC19:31
*** kzaitsev_mb has joined #openstack-sdks19:38
*** dims has quit IRC19:41
*** dims has joined #openstack-sdks19:42
*** dims_ has joined #openstack-sdks19:46
*** dims has quit IRC19:49
*** e0ne has quit IRC19:49
*** dims_ has quit IRC19:57
*** annegentle_ has quit IRC20:03
*** annegentle_ has joined #openstack-sdks20:03
*** jgriffith has quit IRC20:05
*** jgriffith has joined #openstack-sdks20:06
*** jgriffith is now known as Guest5542120:06
*** annegentle_ has quit IRC20:06
*** petertr7_away is now known as petertr720:07
*** annegentle_ has joined #openstack-sdks20:07
*** kzaitsev_mb has quit IRC20:10
openstackgerritMerged openstack/python-openstacksdk: Adding check/recover actions to cluster nodes  https://review.openstack.org/27384820:14
*** Guest55421 is now known as jgriffith20:24
*** salv-orl_ has quit IRC20:36
etoewshmmmm...since the new metadata crud methods would only take a resource object you wind up having to do something like the following on the initial lookup20:46
etoews        obj = _obj.Object.existing(name=self.FILE, container=self.FOLDER)20:46
etoews        obj = self.conn.object_store.get_metadata(obj)20:46
etoewsto get the full object with all of its metadata20:46
etoewsbriancurtin: rtheis: ^20:47
briancurtinhmmm20:47
*** kzaitsev_mb has joined #openstack-sdks20:47
briancurtincouldn’t it take the type, not an instance?20:47
etoewsas in20:47
briancurtiner, never mind20:47
etoewsget_metadata(resource_or_resource_id, type) ?20:48
briancurtinnah i was thinking of it weirdly20:48
briancurtin(not that what i’m currently thinking is any less weird)20:48
briancurtinugh, i don’t know, it’s going a weird direction now.20:49
etoewsya...20:49
briancurtinthis is terrible20:49
etoewsno arguments there20:50
etoewsif we did all metadata crud methods per resource, we'd have a large interface surface area but it would be pretty straight-forward to use.20:52
*** salv-orlando has joined #openstack-sdks20:53
etoewsit would be consistent with server metadata and straight-forward to use at the expense of a larger interface surface and more code for us to maintain.20:55
etoewsi'm leaning towards being comfortable with that trade off.20:56
briancurtinyeah, that’s fine. it’s ultimately more usable, and puts burden on the maintainer not the user21:00
*** nikhil_k is now known as nikhil_21:01
*** nikhil_ is now known as nikhil_k21:02
*** dims has joined #openstack-sdks21:03
*** krotscheck is now known as krotscheck_dcm21:03
*** e0ne has joined #openstack-sdks21:03
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation for "ip floating delete" command  https://review.openstack.org/25851921:18
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Implementation of "ip floating list" command  https://review.openstack.org/27772021:18
*** erlon has quit IRC21:26
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Neutron support for "ip floating delete" command  https://review.openstack.org/25851921:27
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Neutron support for "ip floating list" command  https://review.openstack.org/27772021:27
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Neutron support for "ip floating delete" command  https://review.openstack.org/25851921:28
openstackgerritTang Chen proposed openstack/python-openstackclient: Floating IP: Neutron support for "ip floating list" command  https://review.openstack.org/27772021:28
*** jgriffith is now known as jgriffith_away21:31
*** nikhil_k is now known as nikhil21:45
*** petertr7 is now known as petertr7_away21:55
*** annegentle_ has quit IRC22:04
*** annegentle_ has joined #openstack-sdks22:05
*** annegentle_ has quit IRC22:06
*** gouthamr has quit IRC22:06
*** annegentle_ has joined #openstack-sdks22:06
*** annegentle_ has quit IRC22:07
*** dims_ has joined #openstack-sdks22:39
*** salv-orl_ has joined #openstack-sdks22:40
*** dims has quit IRC22:40
openstackgerritNavid Pustchi proposed openstack/python-openstackclient: Moving authentication from keystoneclient to keystoneauth (WIP)  https://review.openstack.org/27635022:41
*** salv-orlando has quit IRC22:43
*** rtheis has quit IRC22:46
*** annegentle_ has joined #openstack-sdks22:54
*** cdent has quit IRC22:55
*** jaypipes has quit IRC23:00
openstackgerritDina Belova proposed openstack/python-openstackclient: Add shell --profile option to trigger osprofiler from CLI  https://review.openstack.org/25586123:02
*** thrash is now known as thrash|g0ne23:12
*** kzaitsev_mb has quit IRC23:13
*** annegentle_ has quit IRC23:40
*** annegentle_ has joined #openstack-sdks23:47
*** sigmavirus24 is now known as sigmavirus24_awa23:51
*** annegentle_ has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!