Commit Graph

9 Commits

Author SHA1 Message Date
Ghanshyam Mann e472826889 Retire Sahara: remove repo content
Sahara project is retiring
- https://review.opendev.org/c/openstack/governance/+/919374

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/project-config/+/919376
Change-Id: I983432972f2f5dd52015eb914d65dd5611d28c83
2024-05-10 17:32:17 -07:00
Telles Nobrega 7105a891c2 APIv2 - Fix 500 on malformed query string on
In order to improve return information to clients we are adding a check
to verify parameters before each call and return a more appropriate
message to the users.

Change-Id: I9923601d0903e415a3fe30bec9bdc8fc34b91ff6
Story: #2004506
Task: #28228
2019-01-09 15:52:22 -03:00
Mikhail Lelyakin 9cf7c30b45 Add sorting ability to Sahara-API
Sorting ability was added to api
v1.0, v1.1 and v2

Change-Id: Icb83422a516961acd7c1c20a88cb0bb816c6bc81
bp: pagination
Depends-on: I50fa225361617e835c314e873035704b9fe811d0
2016-08-10 10:11:44 +00:00
Mikhail Lelyakin 2d9c8abff5 Add pagination ability to Sahara-API
Pagination ability was added to api
v1.0, v1.1 and v2

Change-Id: I50fa225361617e835c314e873035704b9fe811d0
bp: pagination
2016-07-21 00:36:15 +03:00
Andrey Pavlov 11e6439938 Adding more information to validation errors
All jsonschema validation failures will be printed
in one error message. Also this message will contain
the name of the parameter which doesn't pass validation.

Closes-bug: #1540809

Change-Id: I7fa82d2e873326f8a061ea13394eb0831c638e21
2016-02-20 13:51:25 +03:00
Javeme 915ad55d03 Use the oslo.utils.reflection to extract class name
The oslo.utils reflection module/code handles more variations
of where a class name may come from (on) python 2 and python 3,
its usage allows getting more accurate class names, so we might
as well use it.

Change-Id: I89d379aebd1f3bb8e619c314bb9085b44459e623
2016-02-12 20:58:53 +08:00
Vitaly Gridnev 66e67d1736 Remove obsolete exceptions module
Exceptions module was removed from oslo and is not oslo-incubator
module at all

Change-Id: I2ef292b9d7a913025b51171e72e7c98dcdd93639
2015-02-06 16:22:37 +03:00
Vitaly Gridnev 8640637fcb Add translation support to service and missed modules
Added translations to files:
 * sahara/service/ops.py
 * sahara/service/periodic.py
 * sahara/service/validation.py
 * sahara/service/validations/base.py
 * sahara/service/validations/cluster_templates.py
 * sahara/service/validations/clusters.py
 * sahara/service/validations/clusters_scaling.py
 * sahara/service/validations/node_group_templates.py
 * sahara/service/validations/plugins.py
 * sahara/swift/swift_helper.py
 * sahara/tests/unit/service/test_instances.py
 * sahara/topology/topology_helper.py
 * sahara/utils/api.py
 * sahara/utils/openstack/heat.py
 * sahara/utils/rpc.py
 * sahara/utils/ssh_remote.py
 * sahara/utils/timing.py
 * sahara/utils/types.py
 * tox.ini

Change-Id: Ic389ec768e7f70ea2c2ffbf77d46bbebdf94348a
2014-07-31 13:20:58 +04:00
Trevor McKay d39024a207 Move the savanna subdir to sahara
Rename the subdirectory and replace all instances
of "import savanna" with "import sahara" and all
instances of "from savanna" with "from sahara".

* Replaced mock patches like mock.patch('savanna...
* Updated config generator script
* Renamed entry points in setup.cfg
* Hacking checks also fixed
* Manual renaming in alembic scripts to force work migrations
* Fix doc building
* Renamed itests directories
* Some changes in gitignore
* Removed locale dir after rebase

Co-Authored-By: Alexander Ignatov <aignatov@mirantis.com>

Change-Id: Ia77252c24046c3e7283c0a7b96d11636020b949c
Partially implements: blueprint savanna-renaming-service
2014-03-18 16:38:36 +04:00