Earlier  
Posted Nick Remark
#openstack-sdks - 2017-06-29
14:45:07 elmiko qwebirc56247: i haven't used it recently, but that looks mostly correct
14:45:17 elmiko is the url for the auth endpoint correct?
14:46:13 qwebirc56247 I've tried many variations. https://mydomain.com:5000/
14:47:22 qwebirc56247 if I use https://...:5000/v2.0, it says cant use domain scope for v2
14:47:41 elmiko yeah, you would definitely need v3 for domain scoping
14:47:52 elmiko did you add ../v3 and try that?
14:48:59 qwebirc56247 ya, it says "public endpoint for compute service in phx3 region not found"
14:49:00 elmiko ideally, these endpoint entries should be in your keystone service catalog, might check there too
14:49:33 elmiko ok, well that's progress. sounds like it is able to connect to keystone but can't find the nova stuff
14:49:59 qwebirc56247 would that be the endpoint entries?
14:50:11 elmiko most likely
14:50:28 qwebirc56247 I try to `openstack endpoint list1` but I need to be admin and Im not
14:50:34 elmiko you've got a keystone client connection, but when it looks up the endpoint for the nova service in the phx3 region it isn't finding the proper info
14:50:55 elmiko are you sure that you are setting up the region stuff properly?
14:51:03 elmiko might need to consult your admins
14:51:13 elmiko good luck, i've got to run off to meeting
14:51:21 qwebirc56247 k, thank you
16:19:15 elmiko edleafe: let me know if that's ok, https://etherpad.openstack.org/p/api-wg-newsletter
16:19:34 openstackgerrit Merged openstack/api-wg master: Microversions: add next_min_version field in version body https://review.openstack.org/446138
16:19:42 edleafe elmiko: reading now...
16:22:59 edleafe elmiko: done.
16:23:27 elmiko edleafe: cool, thanks for the fixes =)
16:24:11 elmiko sent
16:24:12 openstackgerrit Merged openstack/api-wg master: Fix missing close bracket https://review.openstack.org/478603
16:24:17 openstackgerrit Merged openstack/api-wg master: Fix html_last_updated_fmt for Python3 https://review.openstack.org/475219
16:34:50 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Clean up a few review nits https://review.openstack.org/477657
16:34:59 openstackgerrit Harry Rybacki proposed openstack/python-openstackclient master: Implied Roles https://review.openstack.org/290253
16:54:28 qwebirc56247 Hi all, which openstack client manages floating ips if we cannot use the openstack SDK? We used to use novaclient, but floating_ips was removed.
17:00:21 elmiko qwebirc56247: depends on your network service, but probably https://github.com/openstack/python-neutronclient
17:21:14 openstackgerrit Michael Johnson proposed openstack/python-openstackclient master: Add python-octaviaclient plugin https://review.openstack.org/478707
17:43:30 openstackgerrit Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/478696
18:08:32 openstackgerrit Merged openstack/cliff master: sphinxext: Use 'argparse.description', 'argparse.epilog' https://review.openstack.org/472206
18:34:32 efried mordred I feel like I need some kind of doggie treat after making it through https://review.openstack.org/#/c/459405/
18:41:20 mordred efried: thanks for all the comments! I'll work through those soon
18:42:19 efried mordred Sure thing. I admit they're mostly typos, cause I really don't fully understand what's going on here. Again, having pointers to a reference impl would probably make it a lot clearer.
18:43:30 mordred efried: indeed - well - you're in luck! https://review.openstack.org/#/q/status:open+project:openstack/keystoneauth+branch:master+topic:version-discovery :)
18:44:08 efried mordred Yeah, getting to those once I'm done ploughing through the api-wg docs changes. I think I'm over the hump there at this point.
18:44:19 mordred efried: (I didn't actually put pointers to any of that in the spec because the _flow_ is different due to pre-existing architecture
18:44:32 mordred but the logical results should be the same
18:56:27 openstackgerrit Monty Taylor proposed openstack/keystoneauth master: Clean up a few review nits https://review.openstack.org/477657
19:00:56 openstackgerrit Dean Troyer proposed openstack/cliff master: add hook for manipulating the argument parser https://review.openstack.org/468197
19:01:27 dtroyer dhellmann: when you get a minute, can you validate the tweak I made in PS3 ^^^^^^^
19:28:00 openstackgerrit Doug Hellmann proposed openstack/os-client-config master: use openstackdocstheme html context https://review.openstack.org/477005
19:42:35 openstackgerrit Merged openstack/cliff master: rearrange existing content to follow new standard https://review.openstack.org/476638
20:00:05 efried mordred "^v[0-9]{1,2}.?[0-9]{0,2}$" do JSON regexes not treat unescaped '.' as "any character"?
20:08:28 efried mordred Well, at least using jsonschema.Draft4Validator, it does.
20:41:41 efried mordred Before I get too deep, does https://review.openstack.org/#/c/459869/ really belong in the version-discovery topic?
20:43:17 mordred efried: yes/no - it's sort of the final capstone of it - once you do all of the version discovery, you find that you're making a giant amount of extra api calls a lot, and you get push back from folks on the cost of that - so without a sane layer to deal with the discovery info, people get cranky
20:43:37 mordred efried: however - I need to do another rev on thatone - so honestly don't feel the need to dive too far into it today
20:44:00 efried mordred Yeah, so I'm gonna skip it for now (except to nitpick a JSON regex).
20:44:23 mordred ++
20:52:51 openstackgerrit OpenStack Proposal Bot proposed openstack/cliff master: Updated from global requirements https://review.openstack.org/477919
22:31:39 openstackgerrit Boris Pavlovic proposed openstack/python-openstackclient master: Add server list --minimal argument https://review.openstack.org/479089
22:45:50 efried mordred I'm posting comments on merged changes. Are those going to wind up somewhere useful or just disappear into the void?
22:46:22 efried (Pretty sure gerrit still sends emails on 'em, but I don't know if you get 'em)
22:48:06 openstackgerrit Akihiro Motoki proposed openstack/cliff master: sphinxext: Add 'application' option to the autoprogram directive https://review.openstack.org/469726
22:49:14 openstackgerrit Merged openstack/python-openstackclient master: Remove inaccurate mapping of 'host-meta' in csv https://review.openstack.org/478805
23:02:56 openstackgerrit Merged openstack/cliff master: add cmd_name argument to CompleteCommand https://review.openstack.org/468195
#openstack-sdks - 2017-06-30
05:45:40 openstackgerrit Rajath Agasthya proposed openstack/cliff master: add before and after hooks https://review.openstack.org/468199
05:45:40 openstackgerrit Rajath Agasthya proposed openstack/cliff master: add hook for get_epilog https://review.openstack.org/468198
05:45:41 openstackgerrit Rajath Agasthya proposed openstack/cliff master: add hook for manipulating the argument parser https://review.openstack.org/468197
05:45:41 openstackgerrit Rajath Agasthya proposed openstack/cliff master: pass the command name from HelpCommand https://review.openstack.org/468196
05:45:42 openstackgerrit Rajath Agasthya proposed openstack/cliff master: Run hooks for DisplayCommandBase https://review.openstack.org/479157
05:45:42 openstackgerrit Rajath Agasthya proposed openstack/cliff master: remove references to distribute in the docs https://review.openstack.org/473506
05:51:49 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Added 'openstack image set --visibility' https://review.openstack.org/464182
07:19:55 openstackgerrit Van Hung Pham proposed openstack/keystoneauth master: Switch from oslosphinx to openstackdocstheme https://review.openstack.org/479191
08:41:21 openstackgerrit M V P Nitesh proposed openstack/python-openstackclient master: Added 'openstack image set --visibility' https://review.openstack.org/464182
12:13:36 openstackgerrit OpenStack Proposal Bot proposed openstack/cliff master: Updated from global requirements https://review.openstack.org/477919
13:50:54 openstackgerrit Doug Hellmann proposed openstack/cliff master: Run hooks for DisplayCommandBase https://review.openstack.org/479157
13:50:55 openstackgerrit Doug Hellmann proposed openstack/cliff master: add before and after hooks https://review.openstack.org/468199
13:50:55 openstackgerrit Doug Hellmann proposed openstack/cliff master: add hook for get_epilog https://review.openstack.org/468198
13:50:56 openstackgerrit Doug Hellmann proposed openstack/cliff master: remove references to distribute in the docs https://review.openstack.org/473506
13:50:56 openstackgerrit Doug Hellmann proposed openstack/cliff master: add hook for manipulating the argument parser https://review.openstack.org/468197
15:09:28 openstackgerrit Merged openstack/cliff master: pass the command name from HelpCommand https://review.openstack.org/468196
15:15:43 openstackgerrit Merged openstack/cliff master: Updated from global requirements https://review.openstack.org/477919
15:32:36 openstackgerrit Dean Troyer proposed openstack/cliff master: switch from oslosphinx to openstackdocstheme https://review.openstack.org/476639
15:34:27 openstackgerrit Dean Troyer proposed openstack/cliff master: use openstackdocstheme html context https://review.openstack.org/476999
16:48:07 openstackgerrit Merged openstack/cliff master: add hook for manipulating the argument parser https://review.openstack.org/468197
16:56:30 openstackgerrit Merged openstack/cliff master: add hook for get_epilog https://review.openstack.org/468198
16:56:36 openstackgerrit Merged openstack/cliff master: add before and after hooks https://review.openstack.org/468199
17:01:34 openstackgerrit Rajath Agasthya proposed openstack/cliff master: make smart help formatter test deterministic https://review.openstack.org/471916
17:03:54 openstackgerrit Rajath Agasthya proposed openstack/cliff master: Fix erroneous line in command hook test https://review.openstack.org/479374
18:18:07 openstackgerrit Merged openstack/cliff master: remove references to distribute in the docs https://review.openstack.org/473506
18:36:00 openstackgerrit Dean Troyer proposed openstack/cliff master: switch from oslosphinx to openstackdocstheme https://review.openstack.org/476639
19:46:33 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Added 'openstack image set --visibility' https://review.openstack.org/464182
20:30:04 openstackgerrit Boris Pavlovic proposed openstack/python-openstackclient master: Add server list --minimal argument https://review.openstack.org/479089
20:35:04 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Added 'openstack image set --visibility' https://review.openstack.org/464182
21:01:27 openstackgerrit Merged openstack/cliff master: make smart help formatter test deterministic https://review.openstack.org/471916
21:01:32 openstackgerrit Merged openstack/cliff master: Fix erroneous line in command hook test https://review.openstack.org/479374
21:01:41 openstackgerrit Merged openstack/cliff master: sphinext: Use metavar where possible https://review.openstack.org/472207
21:17:45 openstackgerrit Boris Pavlovic proposed openstack/python-openstackclient master: Add server list --minimal argument https://review.openstack.org/479089
21:20:19 openstackgerrit Merged openstack/cliff master: switch from oslosphinx to openstackdocstheme https://review.openstack.org/476639
21:21:38 openstackgerrit Merged openstack/python-openstackclient master: Show neutron tags in OSC network show https://review.openstack.org/476387
21:28:33 openstackgerrit Merged openstack/python-openstackclient master: Add python-octaviaclient plugin https://review.openstack.org/478707
22:54:10 openstackgerrit Dean Troyer proposed openstack/cliff master: use openstackdocstheme html context https://review.openstack.org/476999
#openstack-sdks - 2017-07-01
00:26:37 openstackgerrit Merged openstack/python-openstackclient master: Added 'openstack image set --visibility' https://review.openstack.org/464182
05:53:17 openstackgerrit Akihiro Motoki proposed openstack/osc-lib master: Add test methods to compare formattable column values https://review.openstack.org/479463
17:57:12 openstackgerrit Merged openstack/cliff master: use openstackdocstheme html context https://review.openstack.org/476999
#openstack-sdks - 2017-07-02
15:28:14 openstackgerrit Merged openstack/keystoneauth master: Add flags to turn discovery on and off https://review.openstack.org/469088
15:32:48 openstackgerrit Merged openstack/keystoneauth master: Support explicitly requesting the 'latest' version https://review.openstack.org/469089

Earlier   Later