Earlier  
Posted Nick Remark
#openstack-sdks - 2017-09-11
08:46:46 openstackgerrit Rui Chen proposed openstack/python-openstackclient feature/osc4: [Compute]Make column content readable for both human and machine https://review.openstack.org/493814
08:59:33 seanhandley ldl: Did you find the doc you were looking for?
08:59:57 ldl I think its simple
09:00:24 ldl https://developer.openstack.org/sdks/python/openstacksdk/users/guides/cluster/profile_type.html
09:00:24 ldl like this
09:00:47 ldl whether only two method to ussage?
09:13:22 seanhandley I'm not familiar with cluster profiles
09:13:46 seanhandley From your earlier question it sounds like you want the intro doc for compute
09:14:15 seanhandley ldl: https://developer.openstack.org/sdks/python/openstacksdk/users/guides/compute.html
09:14:30 seanhandley there's other intro user guides here: https://developer.openstack.org/sdks/python/openstacksdk/users/index.html#user-guides
09:14:54 ldl I know this, but such as the attach floating ip method,
09:15:35 ldl or attach interface in the dashboard, I did not saw in these guides
09:18:01 seanhandley ok, you need to attach a floating IP
09:20:59 seanhandley ldl: https://developer.openstack.org/draft/firstapp-openstacksdk/getting_started.html
09:21:10 seanhandley Sorry that wasn't easier to find
09:21:28 seanhandley there's an ongoing initiative to release clear 'First App' instructions for a number of SDKS
09:21:39 ldl its ok, i will read detailly
09:21:41 seanhandley but the openstacksdk doc is still in draft mode
09:21:52 seanhandley I think the examples you want are quite a way down the page
09:22:29 seanhandley but there's definitely code showing how to attach a floating IP :-)
09:23:03 ldl in the source code, right?
09:23:08 ldl I will read it
12:44:42 openstackgerrit OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/502458
13:14:21 briancurtin ldl: that max retries error is something i’ve seen before but can’t recreate myself. not really sure what to tell you there. probably has to do with the mess of different ways that things are configured on the server side
13:15:18 briancurtin we spent years chasing our tail on figuring out what endpoints had what and what could be relied on, etc. it’s not great
14:19:05 GreenBlood Hey guys, is it possible at the moment to set a volume bootable through Shade ?
14:19:36 GreenBlood I can do it through the CLI so my cloud's api supports it but i cannot find this option in shade
14:21:01 mordred GreenBlood: looks like that's missing- should be easy to add though
14:22:00 GreenBlood yeah thats what i was thinking. I don't know if its much used as a feature generally but in my company we use it a lot to boot from custom volumes
14:24:46 GreenBlood mordred: i just noticed the --bootable switch in the "openstack volume create" help, so is it possible to use the '**kwargs' from shade.create_volume() to take advantage of that ?
14:25:54 GreenBlood or is it just expecting cinder arguments
14:27:24 mordred GreenBlood: remote: https://review.openstack.org/502479 Add method to set bootable flag on volumes
14:27:53 mordred GreenBlood: I was just looking at the api docs for cinder, and I don't see any cinder args for that - but we could also certainly add a bootable flag to create_volume too
14:28:42 GreenBlood I guess the openstack cli just does like "cinder create" then "cinder set-bootable" yeah
14:31:57 GreenBlood thanks mordred, for being so responsive each time ! :)
14:32:54 mordred GreenBlood: sure thing! remote: https://review.openstack.org/502479 Add method to set bootable flag on volumes is update with a bootable flag on create ...
14:33:11 mordred GreenBlood: I need to add some tests for that before landing it, but we should be able to get that in for you pretty quickly
14:41:45 GreenBlood niiiice
14:54:45 openstackgerrit Kristi Nikolla proposed openstack/keystoneauth master: WIP - Global scope https://review.openstack.org/502482
15:14:01 GreenBlood mordred: just noticed there's a missing comma
15:14:12 GreenBlood line 5369
15:14:18 GreenBlood raises a syntax error
15:14:22 GreenBlood at the end of the line
15:14:41 GreenBlood otherwise works perfectly :)
15:18:33 mordred GreenBlood: woot!
15:19:08 mordred GreenBlood: thanks! fixed
15:19:13 GreenBlood np
15:19:35 med_ is mordred in Renaissance?
18:14:39 openstackgerrit Adam Harwell proposed openstack/cliff master: Add JQ parsing ability to JSON output https://review.openstack.org/502526
18:42:43 openstackgerrit Merged openstack/keystoneauth master: Extract iterables for test_keystone_version_data https://review.openstack.org/500206
18:42:54 openstackgerrit Merged openstack/keystoneauth master: Sanely order assertion args in test_discovery https://review.openstack.org/500204
18:42:59 openstackgerrit Merged openstack/keystoneauth master: Recommend unversioned for endpoint-override https://review.openstack.org/500892
19:34:12 openstackgerrit Adam Harwell proposed openstack/cliff master: Add JQ parsing ability to JSON output https://review.openstack.org/502526
20:37:56 sdague cdent: what is the api-ref topic in api sig room now?
20:38:03 sdague and is it something I should pop over for
20:38:09 cdent sdague: don’t know, I’m in the tc/swg room
20:38:18 sdague cdent: ok
20:38:33 sdague ah, right, I should come over there. What room is that?
20:38:43 sdague I've been over in policy world
20:40:10 cdent sdague: not sure of name, beyond the coffee near the registration desk in the basement
#openstack-sdks - 2017-09-12
02:35:39 openstackgerrit Jackie Truong proposed openstack/python-openstackclient master: Create/Rebuild server with trusted certificate IDs https://review.openstack.org/501926
03:48:49 htaccess hello openstack network commands are returning "'NoneType' object is not iterable" for me on 3.12.0, this does not happen with the exact same setup using 3.11.0
03:48:57 htaccess is that a known issue?
03:49:41 htaccess eg on openstack network create and openstack subnet create
03:50:18 htaccess the resource is created but normal output is replaced with that output
04:01:47 ldl is there some design document or architecture diagram for openstacksdk ?
04:07:23 dtroyer htaccess: compare the versions of the dependencies, ie openstacksdk, os-client-config, cliff, osc-lib. This is not a problem I have seen iin a while
04:10:55 ldl Ask a question, what's the meaning of `:orphan:` in the openstacksdk/doc/glossary.rst?
11:51:37 openstackgerrit Merged openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/502747
14:22:16 briancurtin ldl: orphan just means it’s not linked to from anywhere else, and putting that removed a warning we kept getting about it. i believe we did that because the glossary got out of sync and perhaps wasn’t too helpful overall. i can’t remember, but we should maybe just remove that file entirely
14:23:44 briancurtin ldl: also, as for design/architecture, no. there have been things we’ve passed around over the years either here in IRC or on the wiki or during summits, but there’s no stated diagrams. what do you need one for and what are you trying to accomplish?
14:23:51 openstackgerrit Jens Harbott (frickler) proposed openstack/python-openstackclient master: Fix output for subnet show https://review.openstack.org/503016
15:07:43 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Skip Volume v1 functional tests if v1 not present https://review.openstack.org/502241
15:35:53 openstackgerrit Merged openstack/openstackclient master: Updated from global requirements https://review.openstack.org/502458
17:02:15 openstackgerrit Merged openstack/osc-lib master: Updated from global requirements https://review.openstack.org/502711
19:32:20 mordred dtroyer: what's the afternoon look like?
19:38:09 openstackgerrit Adam Harwell proposed openstack/cliff master: Add JQ parsing ability to JSON output https://review.openstack.org/502526
19:50:20 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Skip Volume v1 functional tests if v1 not present https://review.openstack.org/502241
19:52:15 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/502746
19:52:44 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/502746
21:03:35 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/502746
21:14:25 openstackgerrit Gage Hugo proposed openstack/keystoneauth master: Correct docs usage of keystoneauth1 session https://review.openstack.org/503193
21:20:49 openstackgerrit Gage Hugo proposed openstack/python-openstackclient master: Correct docs usage of keystoneauth1 session https://review.openstack.org/503202
22:19:35 openstackgerrit Gage Hugo proposed openstack/python-openstackclient master: Correct import of keystoneauth1 session https://review.openstack.org/503202
23:42:55 openstackgerrit Merged openstack/python-openstackclient master: Skip Volume v1 functional tests if v1 not present https://review.openstack.org/502241
23:44:34 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/502746
#openstack-sdks - 2017-09-13
00:05:14 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/502660
00:13:22 openstackgerrit OpenStack Proposal Bot proposed openstack/osc-lib master: Updated from global requirements https://review.openstack.org/503488
00:15:32 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/502746
00:15:35 openstackgerrit OpenStack Proposal Bot proposed openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/503491
02:22:00 openstackgerrit Merged openstack/python-openstacksdk master: Updated from global requirements https://review.openstack.org/503491
04:29:30 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/502746
08:05:50 GreenBlood Hi
08:07:10 GreenBlood Using python and the multiprocessing module, i sometimes face SSL errors on certains query to the APIs, could it be related to the multiprocessing part ? Something like handlers getting mixed up or something
08:07:53 GreenBlood For example, in a portion of code, listing the servers on a tenant works -inside- a multiprocess, but outside raises a OpenSSL error (decryption failed)
08:27:40 frickler GreenBlood: there was an issue with horizon and multiprocessing in wsgi that might be related, see https://bugs.launchpad.net/openstack-ansible/+bug/1624791
08:27:42 openstack Launchpad bug 1624791 in openstack-ansible "Horizon randomly fails to connect to the service APIs" [High,Fix released] - Assigned to Jean-Philippe Evrard (jean-philippe-evrard)
08:29:21 GreenBlood Looks interesting but its not my issue, but thanks. I'll go look if i can tweak multiprocessing to behave better
08:31:00 ldl https://bugs.launchpad.net/blazar/+bug/1660564
08:31:00 ldl :frickler if I find this issue

Earlier   Later