*** LindaWang has joined #openstack-sdks | 00:55 | |
*** hoangcx has joined #openstack-sdks | 00:57 | |
*** hoangcx has quit IRC | 01:42 | |
openstackgerrit | Hongbin Lu proposed openstack/python-openstackclient master: Support creating unaddress neutron port https://review.openstack.org/504817 | 01:47 |
---|---|---|
*** bobh has joined #openstack-sdks | 01:51 | |
*** dave-mccowan has joined #openstack-sdks | 01:55 | |
*** dave-mcc_ has joined #openstack-sdks | 01:58 | |
*** hoangcx has joined #openstack-sdks | 02:00 | |
*** dave-mccowan has quit IRC | 02:00 | |
*** gouthamr has quit IRC | 02:10 | |
*** dave-mcc_ has quit IRC | 02:39 | |
*** gouthamr has joined #openstack-sdks | 03:01 | |
*** gouthamr has quit IRC | 03:17 | |
*** bobh has quit IRC | 03:19 | |
*** annp has joined #openstack-sdks | 03:21 | |
*** bobh has joined #openstack-sdks | 03:22 | |
*** bobh has quit IRC | 03:26 | |
*** gildub_ has joined #openstack-sdks | 03:55 | |
openstackgerrit | Merged openstack/python-openstackclient master: Useless line of code in shell.py https://review.openstack.org/501966 | 04:03 |
*** gildub_ has quit IRC | 04:59 | |
*** annp has quit IRC | 05:03 | |
*** bobh has joined #openstack-sdks | 05:23 | |
*** bobh has quit IRC | 05:27 | |
*** Dinesh_Bhor has joined #openstack-sdks | 05:33 | |
*** bobh has joined #openstack-sdks | 06:24 | |
*** bobh has quit IRC | 06:29 | |
openstackgerrit | Rui Chen proposed openstack/python-openstackclient feature/osc4: [Compute]Make column content readable for both human and machine https://review.openstack.org/493814 | 07:16 |
*** ralonsoh has joined #openstack-sdks | 07:52 | |
*** LindaWang has quit IRC | 08:05 | |
*** LindaWang has joined #openstack-sdks | 08:06 | |
*** LindaWang has quit IRC | 08:07 | |
*** LindaWang has joined #openstack-sdks | 08:09 | |
*** LindaWang has quit IRC | 08:09 | |
*** LindaWang has joined #openstack-sdks | 08:11 | |
LindaWang | Hi 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 |
LindaWang | Anyone would like to help? thanks | 08:18 |
LindaWang | openstacksdk (0.9.13) | 08:18 |
*** jpich has joined #openstack-sdks | 08:19 | |
*** bobh has joined #openstack-sdks | 08:26 | |
*** bobh has quit IRC | 08:30 | |
*** dtantsur|afk is now known as dtantsur | 08:56 | |
*** ldl has joined #openstack-sdks | 08:58 | |
openstackgerrit | lihaijing proposed openstack/python-openstackclient master: Add functional test cases for “volume qos associate/disassociate” https://review.openstack.org/504890 | 09:07 |
openstackgerrit | lihaijing proposed openstack/python-openstackclient master: Add functional test cases for "volume qos associate/disassociate" https://review.openstack.org/504890 | 09:08 |
*** bobh has joined #openstack-sdks | 09:26 | |
*** bobh has quit IRC | 09:31 | |
*** fzdarsky has joined #openstack-sdks | 09:42 | |
*** dtantsur is now known as dtantsur|afk | 09:49 | |
*** LindaWang has quit IRC | 09:49 | |
*** ldl has quit IRC | 10:21 | |
*** bobh has joined #openstack-sdks | 10:27 | |
*** bobh has quit IRC | 10:32 | |
*** alex_xu has quit IRC | 10:35 | |
*** alex_xu has joined #openstack-sdks | 10:36 | |
*** ldl has joined #openstack-sdks | 10:36 | |
*** Qiming has quit IRC | 10:40 | |
*** amotoki has quit IRC | 10:41 | |
*** Qiming has joined #openstack-sdks | 10:41 | |
*** amotoki has joined #openstack-sdks | 10:43 | |
*** e0ne has joined #openstack-sdks | 10:48 | |
*** jkilpatr has quit IRC | 10:49 | |
*** e0ne has quit IRC | 11:04 | |
*** e0ne has joined #openstack-sdks | 11:08 | |
*** LindaWang has joined #openstack-sdks | 11:08 | |
*** jkilpatr has joined #openstack-sdks | 11:09 | |
*** sdague_ has joined #openstack-sdks | 11:11 | |
ldl | Hi, friends, I want to know whether I can create a project by openstacksdk? | 11:28 |
*** bobh has joined #openstack-sdks | 11:28 | |
seanhandley | You can ldl | 11:31 |
*** sdague has joined #openstack-sdks | 11:31 | |
ldl | there is no demo, right? | 11:31 |
seanhandley | As long as your user is an administrator (i.e. has the admin role) | 11:31 |
ldl | i can also create user using openstacksdk, alright? | 11:32 |
seanhandley | Yeah | 11:33 |
*** bobh has quit IRC | 11:33 | |
seanhandley | I believe conn.identity.create_project and conn.identity.create_user | 11:34 |
seanhandley | I don't know all the params it expects | 11:34 |
seanhandley | but if you call the methods without supplying params it'll hopefully tell you what it expects | 11: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 |
seanhandley | Yes | 12:02 |
seanhandley | The company I work for runs a public cloud based on OpenStack | 12:03 |
seanhandley | so we ended up writing code that creates users/projects in response to people signing up to our service | 12:03 |
seanhandley | so our service has its own account in Keystone with the admin role | 12:03 |
seanhandley | and the users created are non-admin users | 12:03 |
seanhandley | I 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 domain | 12:04 |
seanhandley | but 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 |
seanhandley | for us at least, it meant that our users couldn't create their own users/projects directly in the OpenStack APIs | 12:05 |
seanhandley | so we made it possible via our own API/dashboard | 12:05 |
seanhandley | Hope that answers your question ldl | 12:06 |
*** dave-mccowan has joined #openstack-sdks | 12:06 | |
*** sdague has quit IRC | 12: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.html | 12:06 | |
ldl | :seanhandley Thanks for your sobering answer. | 12:08 |
*** dave-mcc_ has joined #openstack-sdks | 12:08 | |
*** dave-mccowan has quit IRC | 12:11 | |
briancurtin | ldl: 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 |
ldl | to the created user. | 12:18 |
*** sdague_ is now known as sdague | 12:18 | |
seanhandley | What version of OpenStack are you running ldl ? | 12:19 |
ldl | n | 12:19 |
seanhandley | Ask in #openstack-keystone | 12:20 |
ldl | ok | 12:20 |
seanhandley | You want to create users with domain-level admin privileges | 12:20 |
seanhandley | I'm not sure a) if that's currently possible b) which version introduced that change | 12:21 |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient master: Add functional test cases for "volume qos associate/disassociate" https://review.openstack.org/504890 | 12:30 |
seanhandley | ldl: https://dstanek.com/keystone-domain-admins/ | 12:33 |
ldl | wow | 12:33 |
seanhandley | Sounds like domain-level admins are possible in Newton and more recent | 12:33 |
seanhandley | you need to create a domain for each customer/account | 12:34 |
seanhandley | then users within that domain with the correct domain-admin role will be able to create users/projects inside that domain | 12:34 |
*** ldl has quit IRC | 12:37 | |
*** bobh has joined #openstack-sdks | 12:59 | |
*** dave-mcc_ has quit IRC | 12:59 | |
*** efried has joined #openstack-sdks | 13:03 | |
*** LindaWang has quit IRC | 13:07 | |
*** cleong has joined #openstack-sdks | 13:11 | |
*** dave-mccowan has joined #openstack-sdks | 13: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.html | 13:37 | |
*** corey_ has joined #openstack-sdks | 13:44 | |
*** cleong has quit IRC | 13:44 | |
*** pepijn has joined #openstack-sdks | 13:55 | |
*** erlon has joined #openstack-sdks | 13:57 | |
*** marst_ has joined #openstack-sdks | 14:19 | |
*** marst_ has quit IRC | 14:19 | |
*** ldl has joined #openstack-sdks | 14:23 | |
*** chlong has joined #openstack-sdks | 14:27 | |
*** LindaWang has joined #openstack-sdks | 14:28 | |
*** LindaWang has quit IRC | 14: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.html | 14:32 | |
*** e0ne has quit IRC | 14:37 | |
*** chlong has quit IRC | 14:37 | |
*** chlong has joined #openstack-sdks | 14:40 | |
*** ldl has quit IRC | 14: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.html | 15:03 | |
*** gouthamr has joined #openstack-sdks | 15:05 | |
*** annegentle has joined #openstack-sdks | 15:18 | |
*** annegentle has quit IRC | 15:18 | |
*** annegentle has joined #openstack-sdks | 15:19 | |
*** fzdarsky is now known as fzdarsky|afk | 15:22 | |
*** fzdarsky|afk has quit IRC | 15:26 | |
*** dtantsur|afk is now known as dtantsur | 16:08 | |
*** dave-mccowan has quit IRC | 16:22 | |
*** rajathagasthya has joined #openstack-sdks | 16:25 | |
*** e0ne has joined #openstack-sdks | 16:27 | |
*** fzdarsky|afk has joined #openstack-sdks | 16:29 | |
*** jpich has quit IRC | 16: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.html | 16: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 IRC | 16:43 | |
*** dave-mccowan has joined #openstack-sdks | 16:58 | |
*** ralonsoh has quit IRC | 16:59 | |
*** gouthamr has quit IRC | 17:04 | |
*** bobh has quit IRC | 17:25 | |
*** sdague has quit IRC | 17:25 | |
*** sdague has joined #openstack-sdks | 17:29 | |
*** dtantsur is now known as dtantsur|afk | 17:30 | |
*** chlong has quit IRC | 17:33 | |
*** dave-mcc_ has joined #openstack-sdks | 17:38 | |
*** dave-mccowan has quit IRC | 17:39 | |
*** chlong has joined #openstack-sdks | 17:48 | |
*** bobh has joined #openstack-sdks | 18:26 | |
*** bobh has quit IRC | 18:31 | |
*** bobh has joined #openstack-sdks | 18:31 | |
*** e0ne has quit IRC | 18:36 | |
*** e0ne has joined #openstack-sdks | 18:37 | |
*** e0ne has quit IRC | 18:39 | |
*** chlong has quit IRC | 19:12 | |
*** chlong has joined #openstack-sdks | 19:24 | |
*** bobh has quit IRC | 19:24 | |
*** annegentle has quit IRC | 19:28 | |
*** dave-mcc_ has quit IRC | 19:35 | |
*** dave-mccowan has joined #openstack-sdks | 19:50 | |
*** e0ne has joined #openstack-sdks | 20:00 | |
*** corey_ has quit IRC | 20:11 | |
*** annegentle has joined #openstack-sdks | 20:14 | |
*** annegentle has quit IRC | 20:41 | |
*** e0ne has quit IRC | 20:49 | |
*** e0ne has joined #openstack-sdks | 20:50 | |
*** e0ne has quit IRC | 20:50 | |
*** e0ne has joined #openstack-sdks | 20:51 | |
*** e0ne has quit IRC | 20:51 | |
*** e0ne has joined #openstack-sdks | 20:51 | |
*** e0ne has quit IRC | 20:52 | |
*** bobh has joined #openstack-sdks | 20:52 | |
*** e0ne has joined #openstack-sdks | 20:52 | |
*** e0ne has quit IRC | 20:52 | |
*** e0ne has joined #openstack-sdks | 20:53 | |
*** e0ne has quit IRC | 20:53 | |
*** efried has quit IRC | 21:29 | |
*** gouthamr has joined #openstack-sdks | 21:31 | |
*** efried has joined #openstack-sdks | 21:34 | |
*** jkilpatr has quit IRC | 21:39 | |
*** lbragstad has joined #openstack-sdks | 21:43 | |
*** bobh has quit IRC | 21:57 | |
*** dave-mccowan has quit IRC | 21:58 | |
*** gouthamr has quit IRC | 22:05 | |
*** dave-mccowan has joined #openstack-sdks | 22:06 | |
*** chlong has quit IRC | 22:09 | |
*** sdague has quit IRC | 22:10 | |
*** dave-mccowan has quit IRC | 22:13 | |
*** jkilpatr has joined #openstack-sdks | 22:18 | |
*** dave-mccowan has joined #openstack-sdks | 22:46 | |
*** erlon has quit IRC | 23:27 | |
*** rajathagasthya has quit IRC | 23: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 know | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!