Commit Graph

12 Commits

Author SHA1 Message Date
Kendall Nelson 353f75eca0 Retire Karbor
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

This commit retires this repository as per the process defined in
the project-guide[2].

Thank you to all the contributors of Karbor for your hard work!

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Depends-On: https://review.opendev.org/c/openstack/project-config/+/767030
Change-Id: I972ffb299f93863c4e34b1f504b002095661e6af
2020-12-21 11:51:02 -08:00
jiaopengju 82f07c14b6 Use trustee project_name instead of fixed value
Currently, when the default project name for openstack
services is not "service", it will fail when listing
protectable resources. This patch using trustee.project_name
to replace it.

Story: 2006797
Task: 37343

Change-Id: I8be62bb00e70dacd174e7fa3bd65489fb63488ab
2019-11-14 14:24:29 +08:00
jiaopengju 90030192a4 Fix getting services from keystone error
Now, karbor's fullstack is broken, it is because the
getting services operation in operationengine is broken.

Change-Id: Ibbb717f9a5ed78e0f2d56499a41ab312a47a5837
2018-11-09 22:04:28 +08:00
zhangshuai 9b88f73b87 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I62bf3bda7a0769fc8ff941d8238222beb392cf68
2017-03-17 05:11:16 +08:00
Yuval Brik 24e0ef24ad client_factory, keystone plugin: lazy init
Change-Id: I0aeddb50fea40d2ce6fd4b7abc9a759b6898e92f
2017-03-09 04:26:09 +08:00
Yuval Brik a808a5bcf3 keystone: move to v3
Change-Id: I2bd316e52aede8ca207d364d247b2a0ffeccf9c4
2017-02-07 14:00:45 +02:00
zengchen edb9ffb17b Fix create trust failed
It may fail to create trust when creating a new scheduled
operation. Because keystone client can not find the endpoint
of keystone service which should exist in the context when
'include_service_catalog = True'.

Change-Id: I30346935c911ec88e256852eaac40b43e28455f9
Closes-Bug: #1649789
2017-01-22 16:39:48 +08:00
zengchen 6386bf5bf5 Prepare for refactoring clients used in protect service
This patch has done the preparation works for refactoring clients,
such as initiate keystone plugin, generate session etc. There are
several patches to do for refactoring the clients.

Change-Id: I61d2a42fb6f0de2d98714a7e19c1a220dec95082
Implements: blueprint refactor-clients
Partial-Bug: #1566793
2017-01-22 11:56:49 +08:00
zhangshuai 6fb7008e23 Support keystone v3 completely
As the sake of that kolla supports defaultly keystone v3,
and it is necessary for karbor to support keystone v3.

Change-Id: Id057d437b6162a0a36d191557e2dcde96c3a8dac
2016-11-16 09:24:38 +08:00
chenying 21d579f7b0 Fix the error about the CA certificate parameters for Keystone clients
The CA certificate file is use for client requests in SSL connections.
Add options about CA certificate parameters for Keystone clients.

Change-Id: Ib84fd0662510e2c185378baf3801f9f0a55f8806
2016-11-14 11:03:02 +08:00
chenying a2fffb44a4 Add CA certificate parameters for Keystone clients
The CA certificate file is use for client requests in SSL connections.
Add options about CA certificate parameters for Keystone clients.

Change-Id: I6facc3444066900b269ee8dae51b12df0d798c9b
2016-10-31 16:15:57 +08:00
chenying 1c60dac7fa Change Smaug to Karbor
There was a decision in the community to change the project name.

Change-Id: I8b3d538b9573ebaa2a873f4696e1f1a500c941a8
2016-08-18 22:55:34 +08:00