Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger 9185baef85 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: Id8b9f76aa79afd30ce03aa5d860ef69e39e1d463
2019-12-18 19:39:25 +01:00
Maksym Yatsenko 331e3239b7 LDAP proxy support
it enables support of ldap proxy in HA-mode.

Change-Id: I24bb5c8033d202dfc56d3779c93b42a36881d95b
2016-07-01 10:23:36 +03:00
Maksym Yatsenko 6707739fbe Add 'chase_referrals' parameter.
its used for overriding the system's default
referral chasing behavior for queries.

Change-Id: Icc207bcc4180b7249e5bf415ce7e661fdaf7ee21
Related-Bug: #1532803
2016-06-15 14:13:20 +03:00
Maksym Yatsenko 7d6afb9957 Add 'page_size' parameter.
it adjusts maximum results per page.

Change-Id: Iaae4b5d08d994c8c364dc88ebfdd213bdac92070
Related-Bug: #1569848
2016-06-15 13:06:11 +03:00
Serhii Lystopad 24e089e76f Change UI element for query_scope option to radio button
Change-Id: Ia2d96331104f251d903ffe9893df61fbe757839b
2016-05-16 07:20:51 +00:00
Maksym Yatsenko c410425b57 Multidomains support
Support of multidomains creation was added for MOS8.0

Change-Id: Ie082cfa8b5e3b5478362335b125eccb12308efed
2016-03-29 20:51:31 +03:00
Oleksandr Vlasov 16d3494ba9 Add TLS support.
Now we empty CA field in UI allowed and ca_cert chacked in manifest.
Use tls_cacertdir instead of tls_cacertfile in domain config file

Change-Id: Iec690539cb18399928cf7b03444fa25d08017e87
2016-02-19 15:51:52 +02:00
Jenkins 825c658be9 Merge "Improve field validation" 2016-02-18 14:06:20 +00:00
Oleksandr Vlasov 37f1b678fa Add support for LDAP groups
Support for LDAP groups exists in Keystone. The fuel-ldap-plugin,
however, does not offer any means to configure it.

Change this by adding configuration options in Fuel.

Change-Id: I87d14f27281c2fcfe5a04bd6faa735df6fee455b
2016-02-18 11:53:28 +02:00
Steffen Gebert 5bf9ab1546 Improve field validation
- rename "LDAP domain" to "Domain name" and add hint to Keystone
- fix typographic weaknesses
- improve some error messages
- allow ldaps:// and ldapi:// as valid protocols

Change-Id: I6dff6d287a65fe11b3fe8f890d0f06936829a159
2015-12-11 18:57:13 +01:00
vsaienko 3390610008 Add field validation
* LDAP domain
 * LDAP URL
 * LDAP User Password

Change-Id: Idaf3e0ed28eb1134eb20f4c9f1818cb7efce4002
2015-12-11 17:27:58 +02:00
vsaienko 80845952bb keystone ldap plugin initial commit
* Enable domain_specific_drivers in keystone
 * create keystone domain, specified in plugin settings
   change identity driver to ldap for this domain
 * use keystone v3 api in horizon

Change-Id: I0f1179c62d0f36dad92c4872f8e85c4a60af418b
2015-09-16 14:24:39 +03:00