Monday, 2016-09-26

openstackgerritAdrian Turjak proposed openstack/python-openstackclient: Non-Admin can't list own projects  https://review.openstack.org/37605600:10
*** hoangcx has joined #openstack-sdks00:33
*** zhurong has joined #openstack-sdks01:14
*** zhurong has quit IRC01:19
*** zhurong has joined #openstack-sdks01:20
*** yanyanhu has joined #openstack-sdks01:27
openstackgerritguangpei.liu proposed openstack/python-openstackclient: Align '=' for developing.rst and newton.rst  https://review.openstack.org/37597801:28
*** amotoki has joined #openstack-sdks01:30
*** shu-mutou has joined #openstack-sdks01:43
openstackgerritzheng yin proposed openstack/python-openstackclient: Add default limit for container/object  https://review.openstack.org/37541901:56
*** aohuanxuan has joined #openstack-sdks02:18
openstackgerritHuanxuan Ao proposed openstack/python-openstackclient: Add warning message for --state option of set command in volume  https://review.openstack.org/37596402:22
*** njohnston has quit IRC02:29
*** njohnston has joined #openstack-sdks02:30
*** stevemar has quit IRC02:30
*** stevemar has joined #openstack-sdks02:31
*** amotoki has quit IRC02:41
openstackgerritHuanxuan Ao proposed openstack/python-openstackclient: Add warning message for --state option of set command in volume  https://review.openstack.org/37596402:43
*** yuanying has quit IRC02:52
*** david-lyle has quit IRC03:04
*** amotoki has joined #openstack-sdks03:30
*** yuanying has joined #openstack-sdks03:47
*** amotoki has quit IRC03:47
*** markvoelker has joined #openstack-sdks03:48
*** yuanying has quit IRC03:49
*** markvoelker has quit IRC03:53
*** yuanying has joined #openstack-sdks03:55
*** gouthamr has quit IRC04:08
openstackgerritOpenStack Proposal Bot proposed openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/37611504:21
openstackgerritOpenStack Proposal Bot proposed openstack/osc-lib: Updated from global requirements  https://review.openstack.org/37612704:25
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/37614104:27
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/37614204:27
*** markvoelker has joined #openstack-sdks04:49
*** markvoelker has quit IRC04:53
*** yushiro has joined #openstack-sdks04:57
*** kevo has quit IRC04:59
*** gildub has joined #openstack-sdks05:08
*** jidar_ has joined #openstack-sdks05:13
*** NobodyCam_ has joined #openstack-sdks05:13
*** crinkle_ has joined #openstack-sdks05:13
*** GheRivero_ has joined #openstack-sdks05:13
*** auggy_ has joined #openstack-sdks05:13
*** adriant has quit IRC05:14
*** DuncanT_ has joined #openstack-sdks05:15
*** Guest66676 has joined #openstack-sdks05:16
*** Hazelesque_ has joined #openstack-sdks05:16
*** dgonzalez_ has joined #openstack-sdks05:19
*** timburke_ has joined #openstack-sdks05:20
*** GheRivero has quit IRC05:21
*** NobodyCam has quit IRC05:21
*** timburke has quit IRC05:21
*** devth_ has quit IRC05:21
*** tangchen has quit IRC05:21
*** Hazelesque has quit IRC05:21
*** auggy has quit IRC05:21
*** DuncanT has quit IRC05:21
*** Shrews_ has quit IRC05:21
*** kragniz has quit IRC05:21
*** hogepodge has quit IRC05:21
*** jidar has quit IRC05:21
*** crinkle has quit IRC05:21
*** dgonzalez has quit IRC05:21
*** timss has quit IRC05:21
*** Guest66666 has quit IRC05:21
*** dgonzalez_ is now known as dgonzalez05:21
*** GheRivero_ is now known as GheRivero05:22
*** NobodyCam_ is now known as NobodyCam05:22
*** devth has joined #openstack-sdks05:22
*** auggy_ is now known as auggy05:25
*** timss has joined #openstack-sdks05:27
*** tangchen has joined #openstack-sdks05:28
*** Shrews_ has joined #openstack-sdks05:28
*** kragniz has joined #openstack-sdks05:30
*** DuncanT_ is now known as DuncanT05:36
openstackgerritzheng yin proposed openstack/python-openstackclient: Add default limit for container/object  https://review.openstack.org/37541905:41
*** amotoki has joined #openstack-sdks05:50
openstackgerritMerged openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/37611506:07
*** tangchen has quit IRC06:09
openstackgerritMerged openstack/osc-lib: Updated from global requirements  https://review.openstack.org/37612706:11
openstackgerritMerged openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/37614106:13
*** jidar_ is now known as jidar06:24
*** tangchen has joined #openstack-sdks06:26
*** ted has joined #openstack-sdks06:30
tedHi all,06:31
tedcan anybody suggest, i have made a nova object.... as nova = os_client_config.make_client('compute')06:32
tedthen tried to set metadata for image, by image_obj = nova.images.get(<image_id>)06:32
tedimage_obj.metadata.updata({'b':3}), key value is just for test...06:33
tedit does set on image object, but when i did nova image-show <image_id> from cli, it did not show any metadata.... so it is not reflecting in real image....06:36
tedso if i spawn an instance with this image_meta, from this nova obj,  will it be shown in instance metadata06:38
tedor what i did wrong06:38
*** ted has quit IRC06:47
openstackgerritalex proposed openstack/golang-client: Added Capability to get images and images with details  https://review.openstack.org/37621706:47
*** tangchen has quit IRC06:56
*** aus has joined #openstack-sdks06:58
openstackgerritDong Ma proposed openstack/js-openstack-lib: OpenStack wrapper instance  https://review.openstack.org/36931907:02
*** Kevin_Zheng has joined #openstack-sdks07:03
*** jpena|off is now known as jpena07:21
ausHI07:29
auscan anybody suggest, i have made a nova object.... as nova = os_client_config.make_client('compute')07:29
austhen tried to set metadata for image, by image_obj = nova.images.get(<image_id>)07:29
ausimage_obj.metadata.updata({'b':3}), key value is just for test...07:30
ausit does set on image object, but when i did nova image-show <image_id> from cli, it did not show any metadata.... so it is not reflecting in real image....07:30
ausso if i spawn an instance with this image_meta, from this nova obj,  will it be shown in instance metadata07:30
ausor where i did wrong07:30
openstackgerritzheng yin proposed openstack/python-openstackclient: Add command option parameter in console-url.rst  https://review.openstack.org/37626107:56
*** shu-mutou is now known as shu-mutou-AFK08:10
*** fzdarsky has joined #openstack-sdks08:34
*** Romanenko_K has joined #openstack-sdks08:39
*** e0ne has joined #openstack-sdks08:41
*** e0ne has quit IRC08:51
openstackgerritSergey Belous proposed openstack/python-openstackclient: Introduced quota delete command  https://review.openstack.org/37631108:59
sbeloushi guys. Is there anyone who I can talk to about this one ↑? :)09:00
sbelousjust a few questions about the bureaucracy09:01
*** e0ne has joined #openstack-sdks09:01
*** aus has quit IRC09:04
openstackgerritNguyen Phuong An proposed openstack/python-openstackclient: Add security groups options to "port create" and "port set"  https://review.openstack.org/35579709:12
openstackgerritQiang Tang proposed openstack/python-openstackclient: Implement 'image member add / remove'  https://review.openstack.org/36591009:16
openstackgerritNam Nguyen Hoai proposed openstack/osc-lib: TrivilalFix: Using assertIsNone() instead of assertEqual(None)  https://review.openstack.org/37632309:21
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient: Implement bandwidth limit direction on net qos rules.  https://review.openstack.org/35705509:25
*** yanyanhu has quit IRC09:51
*** yushiro has quit IRC09:53
*** zhurong has quit IRC10:01
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add QoS support to Network Port object.  https://review.openstack.org/37635810:11
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add QoS support to Network Port object.  https://review.openstack.org/37635810:13
*** sdague has joined #openstack-sdks10:14
*** aohuanxuan has quit IRC10:50
*** hoangcx has quit IRC10:54
*** rtheis has joined #openstack-sdks11:03
*** cdent has joined #openstack-sdks11:09
*** purplerbot has joined #openstack-sdks11:17
*** jpena is now known as jpena|lunch11:34
*** cdent has quit IRC11:42
*** cdent has joined #openstack-sdks11:46
*** gildub has quit IRC11:47
*** gildub has joined #openstack-sdks11:47
*** mliima has joined #openstack-sdks11:58
*** zhurong has joined #openstack-sdks11:59
*** zhurong has quit IRC12:09
*** zhurong has joined #openstack-sdks12:10
*** gildub has quit IRC12:18
*** markvoelker has joined #openstack-sdks12:20
*** gouthamr has joined #openstack-sdks12:29
*** amotoki has quit IRC12:32
*** markvoelker has quit IRC12:41
openstackgerritMerged openstack/python-openstackclient: Align '=' for developing.rst and newton.rst  https://review.openstack.org/37597812:42
openstackgerritzheng yin proposed openstack/python-openstackclient: Add default limit for container/object  https://review.openstack.org/37541912:42
*** edmondsw has joined #openstack-sdks12:43
*** jpena|lunch is now known as jpena12:43
openstackgerritMerged openstack/python-openstackclient: Add command option parameter in console-url.rst  https://review.openstack.org/37626112:44
*** david-lyle has joined #openstack-sdks12:56
*** markvoelker has joined #openstack-sdks12:57
*** cleong has joined #openstack-sdks13:15
*** rosmaita has joined #openstack-sdks13:19
openstackgerritMerged openstack/python-openstackclient: Add warning message for --state option of set command in volume  https://review.openstack.org/37596413:19
*** cmd-t_ has joined #openstack-sdks13:21
cmd-t_HI all13:24
cmd-t_while updating image-metadata i am getting error from:13:25
cmd-t_Failed validating u'type' in schema[u'additionalProperties']:     {u'type': u'string'}13:25
cmd-t_i am doing this from python sdk i.e python openstack-client13:25
cmd-t_while doing this from interpreter its working fine, but from script it shows error13:25
*** amotoki has joined #openstack-sdks13:26
*** annegentle has joined #openstack-sdks13:40
rosmaitaetoews: do you know who would be a good person to answer cmd-t_ 's question ^^ ?13:45
rosmaitai don't think it's a glance issue (at least i hope not)13:46
*** annegentle has quit IRC13:46
*** fguillot has joined #openstack-sdks13:46
cmd-t_rosmaita: yes, actually from cli its working fine13:47
cmd-t_so it must be like, i am not doing it in a right way13:48
briancurtincmd-t_: can you share the sdk code you’re using? that doesn’t look like an error openstacksdk would generate13:48
cmd-t_sure13:48
rosmaitabriancurtin: thanks!13:48
cmd-t_import os_client_config glance = os_client_config.make_client('image')  image_obj = glance.images.get(image-id) image_obj.update(metadata)13:50
cmd-t_and13:51
cmd-t_metadata = {'hw:cpu_policy': 'dedicated',                           'hw:numa_nodes': 2,                           'hw:numa_cpus.0': '0-1',                           'hw:numa_cpus.1': '2-5',                           'hw:numa_mem.0': 1024,                           'hw:numa_mem.1': 3072,                           'hw:mem_page_size': 2048}13:51
briancurtini have no idea what that is13:52
cmd-t_ok i'll try again, give me a minute13:52
briancurtini thought you were talking about openstacksdk. i didn’t even know os_client_config could do anything to give you a pathway to the glance REST API. also I’m not sure what library it is using to do such a thing13:53
cmd-t_i am using python-openstackclient13:53
cmd-t_to use it, i am using os_client_config13:54
cmd-t_like: os_client_config.make_client('image')13:54
cmd-t_so the code is like:13:55
cmd-t_import os_client_config13:55
cmd-t_glance = os_client_config.make_client('image')13:55
cmd-t_image_obj = glance.images.get(image-id)13:55
cmd-t_image_obj.update(metadata)13:55
cmd-t_and metadata i am using is:13:56
cmd-t_metadata = {'hw:cpu_policy': 'dedicated',13:56
cmd-t_'hw:numa_nodes': 2,13:56
cmd-t_'hw:numa_cpus.0': '0-1',13:56
cmd-t_'hw:numa_cpus.1': '2-5',13:56
cmd-t_'hw:numa_mem.0': 1024,13:56
cmd-t_'hw:numa_mem.1': 3072,13:56
cmd-t_'hw:mem_page_size': 2048}13:56
*** amotoki_ has joined #openstack-sdks13:58
briancurtini thought you were using openstacksdk. someone from OSC would have to chime in13:59
briancurtinare you sure you’re using openstackclient? that’s a command line util14:00
cmd-t_its working fine for every other operation, from getting image to launching vm14:01
*** amotoki has quit IRC14:01
*** zhurong has quit IRC14:01
cmd-t_only here i am stuck14:01
briancurtini guess you would have to figure out how os_client_config makes its clients, and what library it’s using to do so14:02
*** amotoki_ has quit IRC14:05
dtroyer_zzcmd-t_: os-client-config is a lib that falls under the OSC team, but it is not openstackclient.  It is a wrapper around project libs and uses keystoneauth sessions, so if you have a low-level issue with a specific API there it likely in the underlying project lib, in  this case, glancelcient14:24
*** beekneemech is now known as bnemec14:25
*** amotoki has joined #openstack-sdks14:25
dtroyer_zzOSc does not use any of the client/session bits of os-client-config, those were grown to support Shade.  OSC has its own ClientManager to handle all of the lib client/session bits, that in my biased opinion is a bit cleaner14:25
*** annegentle has joined #openstack-sdks14:31
openstackgerritCorentin Ardeois proposed openstack/js-openstack-lib: Added Neutron Service  https://review.openstack.org/36690514:33
*** bnemec has quit IRC14:49
ankur-gupta-fClient hitting a 404 Not Found, Making me think there is something wrong with the sdk for Neutron metering? Am I on the right track? Neutronclient works fine and the JSON is identical.14:58
*** hogepodge has joined #openstack-sdks14:58
*** bnemec has joined #openstack-sdks14:58
briancurtinankur-gupta-f: without seeing the code you wrote or the logs you received, who knows?14:58
ankur-gupta-fbriancurtin: https://review.openstack.org/#/c/375695/14:58
briancurtindid you test what you wrote?14:59
ankur-gupta-fnot yet working on it.14:59
briancurtinoh i thought you were talking about https://review.openstack.org/#/c/375890/15:00
*** malloc83 has quit IRC15:00
*** malloc83 has joined #openstack-sdks15:00
*** gouthamr has quit IRC15:01
*** gouthamr has joined #openstack-sdks15:01
ankur-gupta-fbriancurtin: http://paste.openstack.org/show/582966/ is what is being returned15:02
*** annegentle has quit IRC15:02
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstacksdk: Add QoS support to Network object.  https://review.openstack.org/37561615:03
ankur-gupta-fbeen stuck on it for couple days now. Once i can get create label working, the rest will be easy to finish and write unit & functional tests working. **learn through trial and error :) **15:03
briancurtinankur-gupta-f: it looks like the base_path in SDK should be /v2.0/metering/metering-labels instead of /v2.0/metering-labels15:03
*** annegentle has joined #openstack-sdks15:04
ankur-gupta-fbriancurtin: I can't believe I didn't catch that.15:05
ankur-gupta-fIs there any specific way to make the client point to local sdk? or just run the python setup.py for both.15:06
*** piet_ has joined #openstack-sdks15:08
briancurtinankur-gupta-f: i don’t know if OSC people do something special, but what i usually do when i have one checkout that wants to use the results of another checkout, i just go into one checkout and do `pip install -U ../otherthing`. so you could be in your OSC checkout and `pip install -U ../openstacksdk`15:08
briancurtinthere are probably easier ways to do this, but at least that one works15:08
ankur-gupta-fhaha it worked!!! awesome15:10
briancurtinthat way you can modify SDK locally like to get that base_path change, then update the sdk build that OSC knows about, and then you’ll get it working. i have no idea if that’s what you should be doing though, as you’re testing and submitting a review for something that isn’t yet released…so i guess you’ll have to Workflow-1 until it’s actually15:10
briancurtinreleased. or something like that15:10
ankur-gupta-fbriancurtin: so i changed the base_path resource in the sdk and just like that magic.15:11
briancurtinankur-gupta-f: cool. can you submit a review with that base_path fix? that’ll be a quick one15:11
openstackgerritAnkur proposed openstack/python-openstacksdk: Modified Metering base_path  https://review.openstack.org/37656515:12
briancurtinankur-gupta-f: that’s going to end up failing the unit tests. i think you should add the leading slash and then just update the unit test to match it, then it’s probably good15:13
openstackgerritAnkur proposed openstack/python-openstacksdk: Modified Metering base_path  https://review.openstack.org/37656515:15
*** reedip has quit IRC15:16
openstackgerritJordan Pittier proposed openstack/os-client-config: Fix AttributeError in `get_config`  https://review.openstack.org/37657015:24
*** openstackstatus has joined #openstack-sdks15:27
*** ChanServ sets mode: +v openstackstatus15:27
*** reedip has joined #openstack-sdks15:29
*** reedip has quit IRC15:40
openstackgerritCorentin Ardeois proposed openstack/js-openstack-lib: [WIP] Add README  https://review.openstack.org/37422015:41
openstackgerritJordan Pittier proposed openstack/os-client-config: List py35 in the default tox env list  https://review.openstack.org/37660015:42
-openstackstatus- NOTICE: Earlier job failures for "zuul-cloner: error: too few arguments" should now be solved, and can safely be rechecked15:43
-openstackstatus- NOTICE: Launchpad SSO is offline, preventing login to https://review.openstack.org/, https://wiki.openstack.org/ and many other sites; no ETA has been provided by the LP admin team15:48
*** ChanServ changes topic to "Launchpad SSO is offline, preventing login to https://review.openstack.org/, https://wiki.openstack.org/ and many other sites; no ETA has been provided by the LP admin team"15:48
*** cmd-t_ has quit IRC15:49
openstackgerritTony Xu proposed openstack/os-client-config: Update homepage with developer documentation page  https://review.openstack.org/37660515:52
*** reedip has joined #openstack-sdks15:53
*** annegentle has quit IRC15:55
*** annegentle has joined #openstack-sdks15:57
*** lucasagomes is now known as lucas-hungry16:03
*** reedip has quit IRC16:10
*** ChanServ changes topic to "#openstack-sdks"16:10
-openstackstatus- NOTICE: Launchpad SSO logins are confirmed working correctly again16:10
*** david-lyle has quit IRC16:13
*** david-lyle has joined #openstack-sdks16:14
*** reedip has joined #openstack-sdks16:22
*** amotoki has quit IRC16:24
*** e0ne has quit IRC16:25
openstackgerritTony Xu proposed openstack/python-openstacksdk: Update homepage with developer documentation page  https://review.openstack.org/37662116:29
openstackgerritMerged openstack/python-openstacksdk: Added is_shared resource to Metering Label  https://review.openstack.org/37589016:33
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient: Add QoS support to Network Port object.  https://review.openstack.org/37635816:41
*** reedip has quit IRC16:45
*** jpena is now known as jpena|off16:51
*** erlon has joined #openstack-sdks16:56
*** lucas-hungry is now known as lucasagomes16:57
*** reedip has joined #openstack-sdks16:59
*** electrichead is now known as redrobot17:03
*** fzdarsky is now known as fzdarsky|afk17:06
*** fzdarsky|afk has quit IRC17:11
openstackgerritMerged openstack/python-openstacksdk: Add QoS support to Network Port object.  https://review.openstack.org/37561317:14
*** kevo has joined #openstack-sdks17:26
*** Romanenko_K has quit IRC17:27
*** e0ne has joined #openstack-sdks17:33
*** salv-orlando has joined #openstack-sdks17:43
*** Shrews_ is now known as Shrews17:45
*** e0ne has quit IRC17:54
*** mliima has left #openstack-sdks17:55
*** piet_ has quit IRC17:56
*** cdent has quit IRC17:56
openstackgerritMerged openstack/js-openstack-lib: Updates linting rules  https://review.openstack.org/37506817:57
*** piet_ has joined #openstack-sdks17:59
*** e0ne has joined #openstack-sdks18:00
openstackgerritCorentin Ardeois proposed openstack/js-openstack-lib: Added Neutron Service  https://review.openstack.org/36690518:05
openstackgerritCorentin Ardeois proposed openstack/js-openstack-lib: Added networkList() method to neutron API  https://review.openstack.org/37699718:09
*** markvoelker_ has joined #openstack-sdks18:18
*** markvoelker has quit IRC18:19
*** markvoelker has joined #openstack-sdks18:21
*** markvoelker_ has quit IRC18:24
*** e0ne has quit IRC18:36
*** e0ne has joined #openstack-sdks18:39
*** cdent has joined #openstack-sdks18:53
*** e0ne has quit IRC19:17
*** e0ne has joined #openstack-sdks19:22
*** jamielennox|away has quit IRC19:26
*** jamielennox|away has joined #openstack-sdks19:29
*** jamielennox|away is now known as jamielennox19:30
*** salv-orl_ has joined #openstack-sdks19:42
*** crinkle_ is now known as crinkle19:45
*** salv-orlando has quit IRC19:45
*** e0ne has quit IRC19:54
*** e0ne has joined #openstack-sdks19:59
*** e0ne has quit IRC20:05
*** e0ne has joined #openstack-sdks20:10
*** lucasagomes is now known as lucas-afk20:21
*** cdent has quit IRC20:21
*** gouthamr has quit IRC20:26
*** adriant has joined #openstack-sdks20:35
*** cleong has quit IRC21:01
*** e0ne has quit IRC21:06
*** piet_ has quit IRC21:19
*** piet_ has joined #openstack-sdks21:23
*** piet_ has quit IRC21:23
openstackgerritAnkur proposed openstack/python-openstackclient: [WIP] OSC Network Meter Label  https://review.openstack.org/37569521:26
*** sdague has quit IRC21:27
*** salv-orl_ has quit IRC21:30
*** rtheis has quit IRC21:32
*** salv-orlando has joined #openstack-sdks21:32
*** annegentle has quit IRC21:37
*** craigs has joined #openstack-sdks21:46
*** gouthamr has joined #openstack-sdks21:50
*** sdague has joined #openstack-sdks21:51
*** csterret_ has joined #openstack-sdks21:56
*** ankur-gupta-f1 has joined #openstack-sdks21:58
*** craigs has quit IRC21:59
*** annegentle has joined #openstack-sdks22:01
*** annegent_ has joined #openstack-sdks22:05
*** annegentle has quit IRC22:06
*** salv-orlando has quit IRC22:08
*** dstanek_ is now known as dstanek22:08
*** fguillot has quit IRC22:32
*** annegent_ has quit IRC22:49
*** edmondsw has quit IRC23:01
*** csterret_ has quit IRC23:01
*** lucas-afk has quit IRC23:02
*** lucasagomes has joined #openstack-sdks23:05
*** reedip has quit IRC23:18
*** prg3_ has joined #openstack-sdks23:22
*** prg3 has quit IRC23:25
*** reedip has joined #openstack-sdks23:30
*** salv-orlando has joined #openstack-sdks23:39
*** salv-orlando has quit IRC23:45
*** timburke_ is now known as timburke23:46
*** zhurong has joined #openstack-sdks23:48
*** reedip has quit IRC23:50
*** sdague has quit IRC23:53
*** yushiro has joined #openstack-sdks23:56

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