Earlier  
Posted Nick Remark
#openstack-sdks - 2017-06-15
07:05:25 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network tag support https://review.openstack.org/461195
07:08:41 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Now OSC server create check keys in --nic https://review.openstack.org/474190
07:14:29 GreenBlood Hey 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:15:12 GreenBlood Is this an configuration error on the enpoints or am I missing something in my code that the CLI can bypass
07:15:46 GreenBlood the SDK being python-novaclient or python-openstackclient. I get the same error
07:16:20 nqngo what version of python-novaclient and python-openstackclient you are on?
07:17:38 GreenBlood i installed them through pip, nova is 8.0.0 and openstack 3.11.0 it seems
07:21:10 GreenBlood As 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 ge
07:21:11 GreenBlood go*
07:24:40 nqngo python-openstackclient 3.11.0 is pretty wonky with python-novaclient at the moment :|
07:25:46 nqngo if you are using Ubuntu, I recommend grab the python-openstackclient from apt
07:25:58 nqngo python-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.0
07:26:11 nqngo a bit old but works okay
07:26:33 nqngo all openstack command that use novaclient should works well
07:27:29 GreenBlood okay i'll try that
07:27:53 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Wait for volume available before cleaning up https://review.openstack.org/474468
07:29:07 GreenBlood nqngo: more generally you'd recommand having all through apt rather than pip ?
07:31:06 GreenBlood meh
07:43:51 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add new parameter "is_default" to Network QoS policy. https://review.openstack.org/432260
07:58:47 GreenBlood well the cli doesn't work anymore now. heh
07:59:26 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
08:21:54 RuiChen Hi GreenBlood: this's my client version and part of configuration for openstackclient, http://paste.openstack.org/show/612653/
08:22:56 RuiChen GreenBlood: and what's the response if you curl auth_url ? , like this: curl http://10.3.150.30/identity
08:23:31 GreenBlood I get a json response stating "api does not exist" and a request ID
08:23:35 RuiChen GreenBlood: please replace to your ip address, 10.3.150.30 is my internal ip
08:23:54 GreenBlood So I guess I should email my provider ?
08:25:05 GreenBlood It really seems the identity module is missing some informations
08:25:54 RuiChen GreenBlood: 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, AFAIK
08:27:07 GreenBlood Yeah you're right, on our old provider I can curl the auth_url and I get the version and other stuff
08:27:15 RuiChen https://www.irccloud.com/pastebin/8AeIUSzt/
08:27:36 GreenBlood Yup I have the same type of data
08:27:49 GreenBlood thank you very much RuiChen :)
09:24:37 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729
11:12:13 openstackgerrit chenying proposed openstack/python-openstackclient master: Add support for Karbor Plugin https://review.openstack.org/473675
11:34:47 elmiko cdent, edleafe, i'm attending a hackfest this week, i'll try to make the meeting but there's a possibility i won't make i
11:34:50 elmiko it
11:35:02 cdent elmiko: roger, no problem
11:35:09 elmiko thanks =)
12:39:26 edleafe elmiko: hack away!
12:46:22 elmiko edleafe: \o/
13:00:29 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Now OSC server create check keys in --nic https://review.openstack.org/474190
15:26:02 reedip_ dtroyer, stevemar : any comments in https://review.openstack.org/#/c/356263/ ?
15:29:58 Rod Is there a documentation on how you wrote the command line client and are further developing it https://github.com/openstack/python-openstackclient
15:30:38 Rod I want to learn how to write command line clients and as there are many ways I am interested how you wrote yours
15:51:07 amotoki Rod: 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:22 amotoki Rod: I don't think it is so complicated.
16:16:17 openstackgerrit Merged openstack/api-wg master: Add guideline about consuming endpoints from catalog https://review.openstack.org/462814
16:16:58 openstackgerrit Merged openstack/api-wg master: Add support for historical service type aliases https://review.openstack.org/460654
16:17:03 openstackgerrit Merged openstack/api-wg master: Describe the publication of service-types-authority data https://review.openstack.org/462815
16:45:18 cdent edleafe, elmiko, dtantsur|afk : https://etherpad.openstack.org/p/api-wg-newsletter if you've got eyes please and thank you
16:46:55 edleafe "least worst" - I like it!
16:47:18 edleafe cdent: LGTM
16:47:35 cdent thanks
16:52:18 cdent oh noes edleafe we let at least one typo through
16:52:20 cdent meh
16:56:48 edleafe we've lost all credibility now
17:22:46 elmiko cdent: sorry, i've been dbl booked all day =(
17:23:56 cdent elmiko: your hacking takes precedence, always!
17:30:11 elmiko cdent: i appreciate the understanding =)
21:31:08 htaccess frickler: been afk for a day, no i have not filed a bug about openstack clients barfing API debug info/curl lines to stderr
21:33:03 openstack Launchpad 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:03 htaccess frickler: is that https://launchpad.net/bugs/1697452 ?
21:33:13 openstackgerrit Rajath Agasthya proposed openstack/cliff master: Update .gitignore to exclude PyCharm .idea directory https://review.openstack.org/474785
21:34:12 openstackgerrit Rajath Agasthya proposed openstack/cliff master: Update .gitignore to exclude PyCharm .idea directory https://review.openstack.org/474785
23:56:58 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands https://review.openstack.org/464640
23:56:58 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in network commands https://review.openstack.org/462170
#openstack-sdks - 2017-06-16
00:05:40 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v2 commands https://review.openstack.org/464641
00:08:12 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in image commands https://review.openstack.org/464638
01:43:05 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
02:07:56 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
06:00:52 frickler htaccess: yes, should be almost fixed by now, just waiting for a new release
06:57:45 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v1 commands https://review.openstack.org/464640
06:57:45 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in network commands https://review.openstack.org/462170
06:57:46 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in volume v2 commands https://review.openstack.org/464641
06:57:46 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in identity commands https://review.openstack.org/464637
06:57:47 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in object storage commands https://review.openstack.org/464639
06:57:47 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in image commands https://review.openstack.org/464638
11:57:55 openstackgerrit NidhiMittalHada proposed openstack/python-openstackclient master: wrong values in openstack quota show command https://review.openstack.org/474951
12:42:28 sdague htaccess: it's merged in master, we just need a release
14:44:17 antu Hi all ... I am a beginner in openstack and want study to development work in openstack. Can anyone mentor me until I can do it myself?
14:48:56 mordred cdent: I was tied up with an internal presentation yesterday and couldn't make the wg meeting - anything on my plate from that?
14:49:39 cdent mordred: no sir, we decided to merge the stuff that was frozen and everyone seemed to like, and go back and read the remaining stuff to catch up
14:49:51 cdent so no actions for you, other than responding to any review feedback (if any)
14:53:00 openstackgerrit Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Add direction field to QoS bandwidth limit. https://review.openstack.org/458056
14:55:04 mordred woot!
14:55:11 mordred cdent: oh - wow. zomg. those are actually merged
14:55:18 mordred cdent: I'm going to have ot celebrate!
14:55:44 cdent it's the dawn of a new eara
14:55:48 cdent era even
17:00:29 openstackgerrit Ed Leafe proposed openstack/api-wg master: Update Liaison Information https://review.openstack.org/475027
17:06:02 openstackgerrit Ed Leafe proposed openstack/api-wg master: Microversions: add next_min_version field in version body https://review.openstack.org/446138
19:08:54 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
19:13:46 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
19:47:26 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
19:48:53 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
20:02:27 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: Add domain parameter to Identity Provider https://review.openstack.org/475058
21:09:14 openstackgerrit Kristi Nikolla proposed openstack/python-openstackclient master: When creating a trust, send role_ids instead or role_names https://review.openstack.org/475068
#openstack-sdks - 2017-06-19
02:03:11 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
02:23:48 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set' https://review.openstack.org/356263
03:20:00 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648

Earlier   Later