Monday, 2017-09-18

*** LindaWang has joined #openstack-sdks00:55
*** hoangcx has joined #openstack-sdks00:57
*** hoangcx has quit IRC01:42
openstackgerritHongbin Lu proposed openstack/python-openstackclient master: Support creating unaddress neutron port  https://review.openstack.org/50481701:47
*** bobh has joined #openstack-sdks01:51
*** dave-mccowan has joined #openstack-sdks01:55
*** dave-mcc_ has joined #openstack-sdks01:58
*** hoangcx has joined #openstack-sdks02:00
*** dave-mccowan has quit IRC02:00
*** gouthamr has quit IRC02:10
*** dave-mcc_ has quit IRC02:39
*** gouthamr has joined #openstack-sdks03:01
*** gouthamr has quit IRC03:17
*** bobh has quit IRC03:19
*** annp has joined #openstack-sdks03:21
*** bobh has joined #openstack-sdks03:22
*** bobh has quit IRC03:26
*** gildub_ has joined #openstack-sdks03:55
openstackgerritMerged openstack/python-openstackclient master: Useless line of code in shell.py  https://review.openstack.org/50196604:03
*** gildub_ has quit IRC04:59
*** annp has quit IRC05:03
*** bobh has joined #openstack-sdks05:23
*** bobh has quit IRC05:27
*** Dinesh_Bhor has joined #openstack-sdks05:33
*** bobh has joined #openstack-sdks06:24
*** bobh has quit IRC06:29
openstackgerritRui Chen proposed openstack/python-openstackclient feature/osc4: [Compute]Make column content readable for both human and machine  https://review.openstack.org/49381407:16
*** ralonsoh has joined #openstack-sdks07:52
*** LindaWang has quit IRC08:05
*** LindaWang has joined #openstack-sdks08:06
*** LindaWang has quit IRC08:07
*** LindaWang has joined #openstack-sdks08:09
*** LindaWang has quit IRC08:09
*** LindaWang has joined #openstack-sdks08:11
LindaWangHi Guys, when I execute conn = connection.Connection(**auth_args) via openstacksdk on the https supported depyloyment, error shows: OpenSSL.SSL.Error: [('PEM routines', 'PEM_read_bio', 'no start line'), ('SSL routines', 'SSL_CTX_use_PrivateKey_file', 'PEM lib')]08:17
LindaWangAnyone would like to help? thanks08:18
LindaWangopenstacksdk (0.9.13)08:18
*** jpich has joined #openstack-sdks08:19
*** bobh has joined #openstack-sdks08:26
*** bobh has quit IRC08:30
*** dtantsur|afk is now known as dtantsur08:56
*** ldl has joined #openstack-sdks08:58
openstackgerritlihaijing proposed openstack/python-openstackclient master: Add functional test cases for “volume qos associate/disassociate”  https://review.openstack.org/50489009:07
openstackgerritlihaijing proposed openstack/python-openstackclient master: Add functional test cases for "volume qos associate/disassociate"  https://review.openstack.org/50489009:08
*** bobh has joined #openstack-sdks09:26
*** bobh has quit IRC09:31
*** fzdarsky has joined #openstack-sdks09:42
*** dtantsur is now known as dtantsur|afk09:49
*** LindaWang has quit IRC09:49
*** ldl has quit IRC10:21
*** bobh has joined #openstack-sdks10:27
*** bobh has quit IRC10:32
*** alex_xu has quit IRC10:35
*** alex_xu has joined #openstack-sdks10:36
*** ldl has joined #openstack-sdks10:36
*** Qiming has quit IRC10:40
*** amotoki has quit IRC10:41
*** Qiming has joined #openstack-sdks10:41
*** amotoki has joined #openstack-sdks10:43
*** e0ne has joined #openstack-sdks10:48
*** jkilpatr has quit IRC10:49
*** e0ne has quit IRC11:04
*** e0ne has joined #openstack-sdks11:08
*** LindaWang has joined #openstack-sdks11:08
*** jkilpatr has joined #openstack-sdks11:09
*** sdague_ has joined #openstack-sdks11:11
ldlHi, friends, I want to know whether I can create a project by openstacksdk?11:28
*** bobh has joined #openstack-sdks11:28
seanhandleyYou can ldl11:31
*** sdague has joined #openstack-sdks11:31
ldlthere is no demo, right?11:31
seanhandleyAs long as your user is an administrator (i.e. has the admin role)11:31
ldli can also create user using openstacksdk, alright?11:32
seanhandleyYeah11:33
*** bobh has quit IRC11:33
seanhandleyI believe conn.identity.create_project and conn.identity.create_user11:34
seanhandleyI don't know all the params it expects11:34
seanhandleybut if you call the methods without supplying params it'll hopefully tell you what it expects11:34
ldl:seanhandley thank you first. because I want when a user register his account, I will create a project and user for him. As your said, must via admin account , then can create project and user , alright?11:44
seanhandleyYes12:02
seanhandleyThe company I work for runs a public cloud based on OpenStack12:03
seanhandleyso we ended up writing code that creates users/projects in response to people signing up to our service12:03
seanhandleyso our service has its own account in Keystone with the admin role12:03
seanhandleyand the users created are non-admin users12:03
seanhandleyI believe it's going to be possible to have more granular permission hierarchies where users are admins of their own domain and all projects/users belonging to that domain12:04
seanhandleybut when we first started using OpenStack that wasn't possible - an admin had access to everything on the whole cloud (including all customers)12:05
seanhandleyfor us at least, it meant that our users couldn't create their own users/projects directly in the OpenStack APIs12:05
seanhandleyso we made it possible via our own API/dashboard12:05
seanhandleyHope that answers your question ldl12:06
*** dave-mccowan has joined #openstack-sdks12:06
*** sdague has quit IRC12:06
-openstackstatus- NOTICE: Gerrit will be offline for the upgrade to 2.13 starting at 15:00 UTC (in roughly 3 hours) and is expected to probably be down/unusable for 8+ hours while an offline reindex is performed: http://lists.openstack.org/pipermail/openstack-dev/2017-August/120533.html12:06
ldl:seanhandley Thanks for your sobering answer.12:08
*** dave-mcc_ has joined #openstack-sdks12:08
*** dave-mccowan has quit IRC12:11
briancurtinldl: see https://developer.openstack.org/sdks/python/openstacksdk/users/proxies/identity_v3.html for details about what you’re trying to do.12:15
ldl:seanhandley I don't know whether can create a user that only can create project and user. use the policy to set the permission limits.12:18
ldlto the created user.12:18
*** sdague_ is now known as sdague12:18
seanhandleyWhat version of OpenStack are you running ldl ?12:19
ldln12:19
seanhandleyAsk in #openstack-keystone12:20
ldlok12:20
seanhandleyYou want to create users with domain-level admin privileges12:20
seanhandleyI'm not sure a) if that's currently possible b) which version introduced that change12:21
openstackgerritSteve Martinelli proposed openstack/python-openstackclient master: Add functional test cases for "volume qos associate/disassociate"  https://review.openstack.org/50489012:30
seanhandleyldl: https://dstanek.com/keystone-domain-admins/12:33
ldlwow12:33
seanhandleySounds like domain-level admins are possible in Newton and more recent12:33
seanhandleyyou need to create a domain for each customer/account12:34
seanhandleythen users within that domain with the correct domain-admin role will be able to create users/projects inside that domain12:34
*** ldl has quit IRC12:37
*** bobh has joined #openstack-sdks12:59
*** dave-mcc_ has quit IRC12:59
*** efried has joined #openstack-sdks13:03
*** LindaWang has quit IRC13:07
*** cleong has joined #openstack-sdks13:11
*** dave-mccowan has joined #openstack-sdks13:31
-openstackstatus- NOTICE: Gerrit will be offline for the upgrade to 2.13 starting at 15:00 UTC (in roughly 1.5 hours) and is expected to probably be down/unusable for 8+ hours while an offline reindex is performed: http://lists.openstack.org/pipermail/openstack-dev/2017-August/120533.html13:37
*** corey_ has joined #openstack-sdks13:44
*** cleong has quit IRC13:44
*** pepijn has joined #openstack-sdks13:55
*** erlon has joined #openstack-sdks13:57
*** marst_ has joined #openstack-sdks14:19
*** marst_ has quit IRC14:19
*** ldl has joined #openstack-sdks14:23
*** chlong has joined #openstack-sdks14:27
*** LindaWang has joined #openstack-sdks14:28
*** LindaWang has quit IRC14:29
-openstackstatus- NOTICE: Gerrit will be offline for the upgrade to 2.13 starting at 15:00 UTC (in roughly 30 minutes) and is expected to probably be down/unusable for 8+ hours while an offline reindex is performed: http://lists.openstack.org/pipermail/openstack-dev/2017-August/120533.html14:32
*** e0ne has quit IRC14:37
*** chlong has quit IRC14:37
*** chlong has joined #openstack-sdks14:40
*** ldl has quit IRC14:55
-openstackstatus- NOTICE: The Gerrit service at https://review.openstack.org/ is offline, upgrading to 2.13, for an indeterminate period of time hopefully not to exceed 23:59 UTC today: http://lists.openstack.org/pipermail/openstack-dev/2017-August/120533.html15:03
*** gouthamr has joined #openstack-sdks15:05
*** annegentle has joined #openstack-sdks15:18
*** annegentle has quit IRC15:18
*** annegentle has joined #openstack-sdks15:19
*** fzdarsky is now known as fzdarsky|afk15:22
*** fzdarsky|afk has quit IRC15:26
*** dtantsur|afk is now known as dtantsur16:08
*** dave-mccowan has quit IRC16:22
*** rajathagasthya has joined #openstack-sdks16:25
*** e0ne has joined #openstack-sdks16:27
*** fzdarsky|afk has joined #openstack-sdks16:29
*** jpich has quit IRC16:29
-openstackstatus- NOTICE: The Gerrit service at https://review.openstack.org/ is offline, upgrading to 2.13, for an indeterminate period of time hopefully not to exceed 23:59 UTC today: http://lists.openstack.org/pipermail/openstack-dev/2017-August/120533.html16:38
*** ChanServ changes topic to "The Gerrit service at https://review.openstack.org/ is offline, upgrading to 2.13, for an indeterminate period of time hopefully not to exceed 23:59 UTC today: http://lists.openstack.org/pipermail/openstack-dev/2017-August/120533.html"16:38
*** fzdarsky|afk has quit IRC16:43
*** dave-mccowan has joined #openstack-sdks16:58
*** ralonsoh has quit IRC16:59
*** gouthamr has quit IRC17:04
*** bobh has quit IRC17:25
*** sdague has quit IRC17:25
*** sdague has joined #openstack-sdks17:29
*** dtantsur is now known as dtantsur|afk17:30
*** chlong has quit IRC17:33
*** dave-mcc_ has joined #openstack-sdks17:38
*** dave-mccowan has quit IRC17:39
*** chlong has joined #openstack-sdks17:48
*** bobh has joined #openstack-sdks18:26
*** bobh has quit IRC18:31
*** bobh has joined #openstack-sdks18:31
*** e0ne has quit IRC18:36
*** e0ne has joined #openstack-sdks18:37
*** e0ne has quit IRC18:39
*** chlong has quit IRC19:12
*** chlong has joined #openstack-sdks19:24
*** bobh has quit IRC19:24
*** annegentle has quit IRC19:28
*** dave-mcc_ has quit IRC19:35
*** dave-mccowan has joined #openstack-sdks19:50
*** e0ne has joined #openstack-sdks20:00
*** corey_ has quit IRC20:11
*** annegentle has joined #openstack-sdks20:14
*** annegentle has quit IRC20:41
*** e0ne has quit IRC20:49
*** e0ne has joined #openstack-sdks20:50
*** e0ne has quit IRC20:50
*** e0ne has joined #openstack-sdks20:51
*** e0ne has quit IRC20:51
*** e0ne has joined #openstack-sdks20:51
*** e0ne has quit IRC20:52
*** bobh has joined #openstack-sdks20:52
*** e0ne has joined #openstack-sdks20:52
*** e0ne has quit IRC20:52
*** e0ne has joined #openstack-sdks20:53
*** e0ne has quit IRC20:53
*** efried has quit IRC21:29
*** gouthamr has joined #openstack-sdks21:31
*** efried has joined #openstack-sdks21:34
*** jkilpatr has quit IRC21:39
*** lbragstad has joined #openstack-sdks21:43
*** bobh has quit IRC21:57
*** dave-mccowan has quit IRC21:58
*** gouthamr has quit IRC22:05
*** dave-mccowan has joined #openstack-sdks22:06
*** chlong has quit IRC22:09
*** sdague has quit IRC22:10
*** dave-mccowan has quit IRC22:13
*** jkilpatr has joined #openstack-sdks22:18
*** dave-mccowan has joined #openstack-sdks22:46
*** erlon has quit IRC23:27
*** rajathagasthya has quit IRC23:38
*** ChanServ changes topic to "#openstack-sdks"23:46
-openstackstatus- NOTICE: review.openstack.org Gerrit 2.13 upgrade is functionally complete. The Infra team will be cleaning up bookkeeping items over the next couple days. If you have any questions please let us know23:46

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