Friday, 2015-02-27

openstackgerritClint 'SpamapS' Byrum proposed stackforge/os-client-config: Add basic unit test for config  https://review.openstack.org/15967300:13
openstackgerritMerged openstack/python-openstackclient: Revert "Skip functional tests until they are fixed"  https://review.openstack.org/15644900:19
openstackgerritClint 'SpamapS' Byrum proposed stackforge/os-client-config: Add basic unit test for config  https://review.openstack.org/15967300:22
*** gus has quit IRC00:29
*** gus has joined #openstack-sdks00:31
openstackgerritMerged stackforge/os-client-config: Add basic unit test for config  https://review.openstack.org/15967300:41
*** sigmavirus24_awa is now known as sigmavirus2401:06
*** bknudson has joined #openstack-sdks01:10
*** rmcall has joined #openstack-sdks02:13
*** sigmavirus24 is now known as sigmavirus24_awa02:17
*** rmcall has quit IRC03:10
*** rmcall has joined #openstack-sdks03:12
*** stevemar has joined #openstack-sdks03:18
*** rmcall has quit IRC03:25
*** macjack is now known as macjack_afk03:33
*** terrylhowe has quit IRC05:18
*** Krast has joined #openstack-sdks05:52
*** stevemar has quit IRC07:43
*** Miouge has joined #openstack-sdks07:47
*** Miouge_ has joined #openstack-sdks08:31
*** Miouge has quit IRC08:31
*** Miouge_ is now known as Miouge08:31
*** chlong has quit IRC08:44
*** Miouge has quit IRC10:44
*** terrylhowe has joined #openstack-sdks11:07
*** Miouge has joined #openstack-sdks11:12
openstackgerritJulia Kreger proposed stackforge/os-client-config: Allow keystone validation bypass for noauth usage  https://review.openstack.org/15956313:21
*** Miouge has quit IRC13:37
*** edleafe is now known as figleaf13:44
*** Miouge has joined #openstack-sdks13:49
mordredmordred@camelot:~/src/ansible-modules-extras$ openstack --help-commands13:58
mordred/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/__init__.py:30: UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for novaclient.v2). The preferable way to get client class or object you can find in novaclient.client module.13:58
mordred  warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis for "13:58
mordredERROR: openstack Authentication type must be selected with --os-auth-type13:58
mordredjust fyi13:58
mordredok. updated - novaclient error went away. still - I should be able to run --help without --os-auth-type - will a fix for that be accepted?13:59
mordredor, rather, since --help-commands is not a real thing - the error shoudl be "that argument is not understood" - oh, we can't know that without knowing os-auth-type can we?14:00
*** Miouge_ has joined #openstack-sdks14:07
*** mattfarina has joined #openstack-sdks14:08
*** Miouge has quit IRC14:08
*** Miouge_ is now known as Miouge14:08
*** Miouge has quit IRC14:17
dtroyermordred: that bit of help is a known mess… however, help can not be complete without auth (for the service catalog) to know what commands to show.14:17
mordrednod14:17
dtroyerI thought we were showing the minimum without auth though, so that's bad14:17
mordredwell, openstack help works14:18
mordreddtroyer: how do I see help for a subcommand?14:18
dtroyeroh, I re-read the original command14:18
dtroyeropenstack help project create14:18
dtroyerhelp is also a command14:18
mordredmordred@camelot:~/src/ansible-modules-extras$ openstack help role add14:18
mordredERROR: openstack Authentication type must be selected with --os-auth-type14:18
dtroyeryeah, that's bad14:19
mordredcan I suggest os-auth-type default to password14:19
dtroyerat least the Identity commands should show the default Identity API commands...14:19
mordredsince that's the default 95% of the time?14:19
dtroyerAgreed.  I thought that was there already, it may have broken14:19
dtroyerI've been too focused on devstack venvs to even look at osc for a while and it shows14:20
dtroyer:(14:20
mordredoh - well14:20
mordredI mean, I have _no_ auth information set currently14:20
mordredbecause I was just trying to browse help docs14:20
mordredI'm not actually trying to use a cloud14:20
dtroyerfwiw, the keystone guys fight defaults at every step…they dont' like default domain either14:21
mordredI will be happy to take that fight up with them14:21
mordredbceause they are wrong14:21
dtroyerso question, would you rather see the minimum help that we know without an SC or the max?14:21
dtroyeragreed there too14:21
mordreddtroyer: I'd personally rather see the max14:21
mordredbecause, well, my current use case is I'm trying to learn something about how creating roles works14:21
mordredI don't have a cloud on which I can perform that action right now14:22
mordredbut I don't need one if I can just read the docs :)14:22
dtroyerI think that is possible, I'm not sure about doing mulitple API versions in the same list14:22
mordredoh - right14:22
mordredbecause openstack is crazypants like that14:22
dtroyerbit the API versions should have sane defaults14:22
* mordred kicks brian waldon very hard14:22
dtroyerfor $MY value of sane14:22
dtroyerthe whole point of OSC is to hide the crazy, this is one of the places we have not succeeded yet14:23
mordredwell, I think it's because openstack is BROKEN in this regard14:24
mordredI mean, just categorically, undeniably BROKEN14:24
mordredI don't know that there is much you can do14:24
dtroyeryou would love the dreams I have every night of a $NEW_API_PROXY14:24
mordredgiven that glance v1 and glance v2 are completely and totally different14:24
dtroyeryou haven't noticed that OSC doesn't do Volume v2 yet either…although that one isn't insane14:25
* mordred cries14:25
dtroyerthat's just a time issue, not technical14:25
mordreddtroyer: do you know much about keystone v3?14:29
dtroyerenough to use it and be dangerous14:29
mordreddtroyer: like, user create in v3 - that wants a domain as a param, right?14:30
dtroyeryes, but it (should!) default to using the domain from the auth token14:31
*** Miouge has joined #openstack-sdks14:31
dtroyerso a 'domain admin' shouldn't require it I think is the theory14:31
mordredoh. right. beacuse in v3, end users might want to create users in their domain, right?14:32
mordredlike, if hp or rackspace public cloud rolled out domain support14:32
mordredthen I, as a consumer of that cloud14:32
mordredcould potentially and reasonably have user creation ability14:32
dtroyerexactly14:33
mordrednod. thanks. that was actually just super helpful- I almost made a large-ish mistake14:33
mordredwithin a domain, a consumer can make users and projects ... and roles?14:34
dtroyerit is possible, I'm not sure if the default policy allows it though14:34
dtroyerthat's past the edge of my v3 cache14:34
dtroyerand I don't think we can discover the policy so in OSC sometimes we try something and if it fails, fall back to the non-admin version14:35
dtroyerthere's a DOS in ther somewhere I'm sure14:35
*** bknudson has quit IRC14:42
*** sigmavirus24_awa is now known as sigmavirus2414:50
*** stevemar has joined #openstack-sdks15:44
*** stevemar2 has joined #openstack-sdks15:47
*** stevemar has quit IRC15:47
*** bknudson has joined #openstack-sdks15:52
*** Miouge has quit IRC15:52
*** bknudson has quit IRC15:53
*** Miouge has joined #openstack-sdks15:58
*** bknudson has joined #openstack-sdks16:06
*** etoews has joined #openstack-sdks16:28
*** stevemar3 has joined #openstack-sdks16:32
*** stevemar2 has quit IRC16:33
*** bnemec is now known as beekneemech16:37
*** stevemar3 is now known as stevemar16:43
*** stevemar is now known as not-stevemar16:43
*** not-stevemar has quit IRC16:46
*** stevemar has joined #openstack-sdks16:46
*** Miouge has quit IRC17:11
*** Miouge has joined #openstack-sdks17:29
*** Miouge has quit IRC17:49
*** chlong has joined #openstack-sdks18:04
*** chlong has quit IRC18:11
openstackgerritDean Troyer proposed openstack/python-openstackclient: Fix auth-required for help command  https://review.openstack.org/15994018:15
*** chlong has joined #openstack-sdks18:28
*** jmeridth has joined #openstack-sdks18:36
*** chlong has quit IRC18:38
*** Miouge has joined #openstack-sdks18:53
*** Miouge has quit IRC18:54
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Adjust paginate argument usage  https://review.openstack.org/15995118:56
*** stevemar has quit IRC19:15
*** stevemar has joined #openstack-sdks19:17
*** stevemar has quit IRC19:18
*** stevemar has joined #openstack-sdks19:18
openstackgerritClint 'SpamapS' Byrum proposed stackforge/os-client-config: More comprehensive unit tests for os-client-config  https://review.openstack.org/15995819:23
*** openstackgerrit has quit IRC19:24
*** openstackgerrit has joined #openstack-sdks19:24
*** etoews has quit IRC19:33
*** etoews has joined #openstack-sdks19:36
*** fifieldt_ has joined #openstack-sdks19:36
*** fifieldt has quit IRC19:40
*** Miouge has joined #openstack-sdks19:46
*** etoews has quit IRC20:08
*** etoews has joined #openstack-sdks20:13
stevemardtroyer, looks like your cli auth help fix broke most commands :)20:40
dtroyerthat's what I get for leaning on Image commands while I debugged it initially ;)20:43
dtroyerreally, I'm still sorting out the order of required events20:44
sigmavirus24step 1: fix. step 2: it. step 3: fix it.20:44
dtroyerthe problem is I need to get into cliff's command handler before we do the auth bits so the help command can run without auth20:44
dtroyersigmavirus24: I parse dthat as:  'step 1: fix it'  'step 2: fix step 1'20:45
dtroyermaybe that's my problem?20:45
dtroyerwait, that's not even right20:45
sigmavirus24dtroyer: referencing https://screen.yahoo.com/thursday-fix-000000027.html20:45
dtroyerugh, I'm claiming Friday Fatigue20:45
stevemardtroyer, it's definitely friday fatigue20:49
*** Miouge has quit IRC21:20
*** stevemar has quit IRC21:26
*** Miouge has joined #openstack-sdks21:27
*** etoews has quit IRC21:41
*** sigmavirus24 is now known as sigmavirus24_awa21:42
*** sigmavirus24_awa is now known as sigmavirus2421:43
*** etoews has joined #openstack-sdks21:46
*** rmcall has joined #openstack-sdks21:48
openstackgerritDean Troyer proposed openstack/python-openstackclient: Fix auth-required for help command  https://review.openstack.org/15994021:55
*** mattfarina has quit IRC22:04
*** jamielennox is now known as jamielennox|away22:23
openstackgerritMerged stackforge/os-client-config: More comprehensive unit tests for os-client-config  https://review.openstack.org/15995822:29
*** jamielennox|away is now known as jamielennox22:30
*** figleaf is now known as edleafe22:35
*** jamielennox is now known as jamielennox|away22:39
*** jamielennox|away is now known as jamielennox22:40
openstackgerritMerged stackforge/python-openstacksdk: Adjust paginate argument usage  https://review.openstack.org/15995122:43
*** Miouge has quit IRC22:44
*** mattfarina has joined #openstack-sdks22:55
*** mattfarina has quit IRC22:55
*** jamielennox is now known as jamielennox|away23:06
openstackgerritDean Troyer proposed openstack/python-openstackclient: Fix auth-required for help command  https://review.openstack.org/15994023:27

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