Thursday, 2017-06-15

*** hoangcx has joined #openstack-sdks00:30
*** rajathagasthya has quit IRC01:07
*** amotoki_away is now known as amotoki01:10
*** fzdarsky_ has joined #openstack-sdks01:21
*** fzdarsky|afk has quit IRC01:24
*** annp has joined #openstack-sdks01:55
openstackgerritVu Cong Tuan proposed openstack/cliff master: Define hacking rules to ensure code quality  https://review.openstack.org/47441702:02
*** hongbin has joined #openstack-sdks02:03
*** nqngo has joined #openstack-sdks02:04
nqngohi could I ask a quick question, I `pip install python-openstackclient` in a virtualenv, it works just fine but somehow --debug seems to turn on by default02:06
nqngois there a way to turn it off because it makes the CLI slow down a lot02:06
*** markvoelker has quit IRC02:32
*** markvoelker has joined #openstack-sdks02:33
*** shu-mutou-AWAY is now known as shu-mutou02:34
*** markvoelker has quit IRC02:37
*** dave-mcc_ has quit IRC03:51
*** hongbin has quit IRC03:55
*** salv-orlando has joined #openstack-sdks04:16
*** salv-orlando has quit IRC04:21
*** gouthamr has quit IRC04:24
*** hoangcx has quit IRC04:24
*** salv-orlando has joined #openstack-sdks04:28
*** hoangcx has joined #openstack-sdks04:30
*** markvoelker has joined #openstack-sdks04:33
fricklernqngo: thats lp bug 169745204:42
openstackLaunchpad bug 1697452 in python-openstackclient "openstack client dumps debug info on console even without specifying --debug option" [Undecided,New] https://launchpad.net/bugs/169745204:42
fricklernqngo: workaround is downgrade python-novaclient04:43
*** salv-orl_ has joined #openstack-sdks05:05
*** markvoelker has quit IRC05:07
*** salv-orlando has quit IRC05:08
nqngofrickler: thanks for the tip. Downgrading seems to work.05:21
*** dtantsur|afk is now known as dtantsur05:49
*** salv-orl_ has quit IRC06:02
*** markvoelker has joined #openstack-sdks06:04
openstackgerritliusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command  https://review.openstack.org/46364806:13
*** markvoelker has quit IRC06:37
*** dims has quit IRC06:44
*** dims has joined #openstack-sdks06:46
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Network tag support  https://review.openstack.org/46119506:59
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Network tag support  https://review.openstack.org/46119507:04
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Network tag support  https://review.openstack.org/46119507:05
openstackgerritM V P Nitesh proposed openstack/python-openstackclient master: Now OSC server create check keys in --nic  https://review.openstack.org/47419007:08
*** salv-orlando has joined #openstack-sdks07:12
*** gildub has quit IRC07:13
GreenBloodHey guys, on a new cloud provider i'm using the openstack cli (openstack server list) the prompts displays "Failed to discover available identity versions when contacting [redacted endpoint]. Attempting to parse version from URL.". I guess there is something missing on the identity api. However, when i'm trying to query the API through the python SDK i get a 404 error with the message "api does not exist"07:14
GreenBloodIs this an configuration error on the enpoints or am I missing something in my code that the CLI can bypass07:15
GreenBloodthe SDK being python-novaclient or python-openstackclient. I get the same error07:15
nqngowhat version of python-novaclient and python-openstackclient you are on?07:16
GreenBloodi installed them through pip, nova is 8.0.0 and openstack 3.11.0 it seems07:17
*** ralonsoh has joined #openstack-sdks07:21
GreenBloodAs i'm not sure if i'm missing something in my code or if its a bug provider-side i don't know which way to ge07:21
GreenBloodgo*07:21
nqngopython-openstackclient 3.11.0 is pretty wonky with python-novaclient at the moment :|07:24
nqngoif you are using Ubuntu, I recommend grab the python-openstackclient from apt07:25
nqngopython-cinderclient==1.6.0 python-glanceclient==2.0.0 python-keystoneclient==2.3.1 python-neutronclient==4.1.1 python-novaclient==3.3.1 python-openstackclient==2.3.007:25
nqngoa bit old but works okay07:26
nqngoall openstack command that use novaclient should works well07:26
GreenBloodokay i'll try that07:27
openstackgerritRui Chen proposed openstack/python-openstackclient master: Wait for volume available before cleaning up  https://review.openstack.org/47446807:27
GreenBloodnqngo: more generally you'd recommand having all through apt rather than pip ?07:29
*** nqngo has quit IRC07:30
GreenBloodmeh07:31
*** markvoelker has joined #openstack-sdks07:34
openstackgerritRodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add new parameter "is_default" to Network QoS policy.  https://review.openstack.org/43226007:43
GreenBloodwell the cli doesn't work anymore now. heh07:58
openstackgerritReedip proposed openstack/python-openstackclient master: Introduce quota unset command  https://review.openstack.org/37631107:59
*** gildub has joined #openstack-sdks08:05
*** markvoelker has quit IRC08:08
*** jpich has joined #openstack-sdks08:11
RuiChenHi GreenBlood: this's my client version and part of configuration for openstackclient, http://paste.openstack.org/show/612653/08:21
RuiChenGreenBlood: and what's the response if you curl auth_url ? , like this: curl http://10.3.150.30/identity08:22
GreenBloodI get a json response stating "api does not exist" and a request ID08:23
RuiChenGreenBlood: please replace to your ip address, 10.3.150.30 is my internal ip08:23
GreenBloodSo I guess I should email my provider ?08:23
GreenBloodIt really seems the identity module is missing some informations08:25
RuiChenGreenBlood: yes, you can try to contract them, the base auth url don't need any authication, that will return the supported identity service API version, AFAIK08:25
GreenBloodYeah you're right, on our old provider I can curl the auth_url and I get the version and other stuff08:27
RuiChenhttps://www.irccloud.com/pastebin/8AeIUSzt/08:27
GreenBloodYup I have the same type of data08:27
GreenBloodthank you very much RuiChen :)08:27
*** dtantsur is now known as dtantsur|lunch08:33
*** markvoelker has joined #openstack-sdks09:05
*** e0ne has joined #openstack-sdks09:12
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC  https://review.openstack.org/38572909:24
*** markvoelker has quit IRC09:38
*** shu-mutou is now known as shu-mutou-AWAY09:47
*** d0ugal has quit IRC09:48
*** d0ugal has joined #openstack-sdks09:49
*** dtantsur|lunch is now known as dtantsur09:56
*** e0ne has quit IRC10:17
*** jkilpatr has quit IRC10:32
*** cdent has joined #openstack-sdks10:33
*** markvoelker has joined #openstack-sdks10:34
*** sdague has joined #openstack-sdks10:48
*** jkilpatr has joined #openstack-sdks10:49
*** e0ne has joined #openstack-sdks10:49
*** salv-orlando has quit IRC10:56
*** markvoelker has quit IRC11:08
*** e0ne has quit IRC11:09
*** ralonsoh has quit IRC11:10
*** ralonsoh has joined #openstack-sdks11:10
openstackgerritchenying proposed openstack/python-openstackclient master: Add support for Karbor Plugin  https://review.openstack.org/47367511:12
*** fzdarsky_ is now known as fzdarsky11:22
*** chlong has joined #openstack-sdks11:32
*** salv-orlando has joined #openstack-sdks11:34
elmikocdent, edleafe, i'm attending a hackfest this week, i'll try to make the meeting but there's a possibility i won't make i11:34
elmikoit11:34
cdentelmiko: roger, no problem11:35
elmikothanks =)11:35
*** markvoelker has joined #openstack-sdks11:51
*** e0ne has joined #openstack-sdks12:12
*** annp has quit IRC12:17
edleafeelmiko: hack away!12:39
*** e0ne has quit IRC12:42
elmikoedleafe: \o/12:46
openstackgerritM V P Nitesh proposed openstack/python-openstackclient master: Now OSC server create check keys in --nic  https://review.openstack.org/47419013:00
*** gouthamr has joined #openstack-sdks13:12
*** dave-mccowan has joined #openstack-sdks13:26
*** chenyb4_ has joined #openstack-sdks13:29
*** bobh has joined #openstack-sdks13:43
*** bobh has quit IRC13:46
*** bobh has joined #openstack-sdks13:49
*** chenyb4 has quit IRC13:52
*** chenyb4 has joined #openstack-sdks13:57
*** cdent_ has joined #openstack-sdks14:11
*** cdent has quit IRC14:11
*** cdent_ is now known as cdent14:11
*** gildub has quit IRC14:16
*** e0ne has joined #openstack-sdks14:53
*** reedip_ has joined #openstack-sdks14:54
*** dtantsur is now known as dtantsur|bbl15:02
*** Rod has joined #openstack-sdks15:25
reedip_dtroyer, stevemar  : any comments in https://review.openstack.org/#/c/356263/ ?15:26
*** hongbin has joined #openstack-sdks15:28
RodIs there a documentation on how you wrote the command line client and are further developing it https://github.com/openstack/python-openstackclient15:29
RodI want to learn how to write command line clients and as there are many ways I am interested how you wrote yours15:30
*** jkilpatr_ has joined #openstack-sdks15:40
*** jkilpatr has quit IRC15:43
*** dtantsur|bbl is now known as dtantsur15:49
amotokiRod: have you looked the OSC document https://docs.openstack.org/developer/python-openstackclient/ ? After looking thru this, it is better to dig into the code itself.15:51
amotokiRod: I don't think it is so complicated.15:51
*** e0ne has quit IRC15:51
*** Rod has quit IRC15:51
*** reedip_ has quit IRC15:56
*** jpich has quit IRC16:06
*** chenyb4_ has quit IRC16:12
openstackgerritMerged openstack/api-wg master: Add guideline about consuming endpoints from catalog  https://review.openstack.org/46281416:16
openstackgerritMerged openstack/api-wg master: Add support for historical service type aliases  https://review.openstack.org/46065416:16
openstackgerritMerged openstack/api-wg master: Describe the publication of service-types-authority data  https://review.openstack.org/46281516:17
*** rajathagasthya has joined #openstack-sdks16:26
*** chenyb4_ has joined #openstack-sdks16:30
*** chenyb4_ has quit IRC16:35
*** jkilpatr has joined #openstack-sdks16:36
*** jkilpatr_ has quit IRC16:37
*** dtantsur is now known as dtantsur|afk16:38
*** bobh has quit IRC16:45
cdentedleafe, elmiko, dtantsur|afk : https://etherpad.openstack.org/p/api-wg-newsletter if you've got eyes please and thank you16:45
edleafe"least worst" - I like it!16:46
edleafecdent: LGTM16:47
cdentthanks16:47
* cdent sends16:48
cdentoh noes edleafe we let at least one typo through16:52
cdent meh16:52
edleafewe've lost all credibility now16:56
*** ralonsoh has quit IRC17:01
*** bobh has joined #openstack-sdks17:14
*** salv-orl_ has joined #openstack-sdks17:14
*** salv-orlando has quit IRC17:17
*** greghaynes is now known as greghayn117:18
*** greghaynes has joined #openstack-sdks17:18
*** greghaynes has quit IRC17:22
elmikocdent: sorry, i've been dbl booked all day =(17:22
*** greghaynes has joined #openstack-sdks17:23
cdentelmiko: your hacking takes precedence, always!17:23
*** greghayn1 has quit IRC17:25
elmikocdent: i appreciate the understanding =)17:30
*** gildub has joined #openstack-sdks18:12
*** rajathagasthya has quit IRC18:15
*** Hazelesque_ is now known as Hazelesque18:21
*** cdent has quit IRC18:32
*** rajathagasthya has joined #openstack-sdks18:34
*** rajathagasthya has quit IRC18:40
*** fzdarsky is now known as fzdarsky|afk19:24
*** rajathagasthya has joined #openstack-sdks19:28
*** rajathagasthya has quit IRC19:32
*** rajathagasthya has joined #openstack-sdks19:49
*** jkilpatr has quit IRC20:18
*** gildub has quit IRC20:48
*** jkilpatr has joined #openstack-sdks20:59
*** exploreshaifali has joined #openstack-sdks21:18
*** gouthamr has quit IRC21:23
htaccessfrickler: been afk for a day, no i have not filed a bug about openstack clients barfing API debug info/curl lines to stderr21:31
htaccessfrickler: is that https://launchpad.net/bugs/1697452 ?21:33
openstackLaunchpad bug 1697452 in python-novaclient "openstack client dumps debug info on console even without specifying --debug option" [High,Fix released] - Assigned to Sean Dague (sdague)21:33
openstackgerritRajath Agasthya proposed openstack/cliff master: Update .gitignore to exclude PyCharm .idea directory  https://review.openstack.org/47478521:33
*** exploreshaifali has quit IRC21:34
openstackgerritRajath Agasthya proposed openstack/cliff master: Update .gitignore to exclude PyCharm .idea directory  https://review.openstack.org/47478521:34
*** gouthamr has joined #openstack-sdks21:42
*** bobh has quit IRC22:05
*** jkilpatr has quit IRC22:24
*** salv-orl_ has quit IRC22:39
*** rajathagasthya has quit IRC22:45
*** rajathagasthya has joined #openstack-sdks22:46
*** rajathagasthya has quit IRC22:57
*** rajathagasthya has joined #openstack-sdks22:58
*** sdague has quit IRC23:28
*** chenyb4_ has joined #openstack-sdks23:29
*** jkilpatr has joined #openstack-sdks23:43
*** chenyb4_ has quit IRC23:45
*** gildub has joined #openstack-sdks23:49
*** rajathagasthya has quit IRC23:56
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in network commands  https://review.openstack.org/46217023:56
openstackgerritAkihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands  https://review.openstack.org/46464023:56

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