Commit Graph

  • 013795500c compute: Add support for triggering crash dumps Stephen Finucane 2021-12-09 17:34:41 +00:00
  • 68cf49d806 volume: Trivial docstring fixes to 'wait_for_status' Stephen Finucane 2021-12-20 12:59:22 +00:00
  • bf6563e97f block storage: Add update_volume proxy method Stephen Finucane 2022-06-30 12:23:33 +01:00
  • 29592aeb9c resource: Reformat calls to request Stephen Finucane 2021-11-17 18:26:18 +00:00
  • 1944b4c70b trivial: Correct some docstrings Stephen Finucane 2022-06-24 12:23:21 +01:00
  • 581a016cf9 resource: Remove unused helper, variable Stephen Finucane 2021-11-17 18:57:08 +00:00
  • abc5977389 image: Trivial grouping of image proxy methods Stephen Finucane 2022-09-07 12:04:41 +01:00
  • 60c067cdab tests: Remove unnecessary service check Stephen Finucane 2022-09-07 12:43:21 +01:00
  • 703375a8cb added api requirements for new "openstack image metadefs namespace list" command Areg Grigoryan 2022-08-25 13:53:50 +02:00
  • 0529c30ae2 resource: Fix pagination of nested Glance resources Areg Grigoryan 2022-08-18 15:21:24 +02:00
  • a0292478c1 Unify resource list filtering Artem Goncharov 2022-08-13 15:34:55 +02:00
  • 0536405a44 Add support for fault object per Server API hai 2022-08-18 15:32:29 -05:00
  • 7d66c2e0f8 Add additional_vips parameter for Octavia load balancers Gregory Thiemonge 2022-03-24 17:12:52 +01:00
  • 9fa6603d4e Merge "Add docstring to wait_for_load_balancer() method" Zuul 2022-08-30 15:06:00 +00:00
  • fb89c09a6e Merge "Fix incremental backups handling in project cleanup" Zuul 2022-08-30 13:09:21 +00:00
  • c92f260e22 Add docstring to wait_for_load_balancer() method Tom Weininger 2022-02-07 12:25:52 +01:00
  • a163c05c92 Merge "Allow passing explicit microversions to Resource methods" Zuul 2022-08-27 08:31:45 +00:00
  • 497a268acd Implement project cleanup for object-store Artem Goncharov 2022-08-12 20:28:33 +02:00
  • d9b7beff43 Fix incremental backups handling in project cleanup Artem Goncharov 2022-08-12 15:07:49 +02:00
  • c437698769 Support unknown attributes in resource.__getitem__ Rafael Castillo 2022-08-24 16:00:28 -07:00
  • 9a9da8a052 Merge "Allow Resource.to_dict to allow returning unknown values" Zuul 2022-08-24 15:46:30 +00:00
  • 285e8af1a0 Use /volumes/detail endpoint in find_volume proxy method Rafael Castillo 2022-08-23 17:48:18 -07:00
  • 354903d7dd Actually use openstacksdk from source in the Bifrost job Dmitry Tantsur 2022-07-12 18:07:48 +02:00
  • 6e1b5e0ac1 baremetal: rework node creation to be closer to the backend Dmitry Tantsur 2022-07-11 15:35:37 +02:00
  • 915da1e576 Allow passing explicit microversions to Resource methods Dmitry Tantsur 2022-07-11 15:06:44 +02:00
  • 6bc56b0eb6 Replace base64.encodestring with encodebytes ljhuang 2022-08-22 16:13:58 +08:00
  • 433815dde5 Merge "resource: Merge unnecessary separation of logic" 0.101.0 Zuul 2022-08-17 18:01:41 +00:00
  • 3ada2fb8b0 remove unicode prefix from code niuke 2022-08-15 11:16:14 +08:00
  • 7dd6aa22f5 resource: Merge unnecessary separation of logic Stephen Finucane 2022-06-09 15:54:02 +02:00
  • 6469429498 Merge "compute: Add support for os-simple-tenant-usages API" Zuul 2022-08-13 12:39:13 +00:00
  • 0ded7ac398 Enable add_ips_to_server() and _needs_floating_ip() for pristine server resources Jakob Meng 2022-08-03 11:42:15 +02:00
  • 3f81d0001d Replace deprecated failUnlessEqual with assertEqual ljhuang 2022-07-22 11:01:07 +08:00
  • 91459d65a2 Restore functionality to attach multiple floating ips with add_ip_list() Jakob Meng 2022-07-27 14:57:24 +02:00
  • 1ce15c9a87 Allow to pass description parameter to cloud.create_server() Jakob Meng 2022-07-21 17:44:23 +02:00
  • 9c623bb4c9 Merge "block storage: Add support for the Group resource" Zuul 2022-07-16 09:57:29 +00:00
  • 2b7469cc85 block storage: Add support for the GroupSnapshot resource Dylan Zapzalka 2021-03-17 15:58:39 -05:00
  • 9d6d8415af Merge "Reduce list_router_interfaces() to necessary API calls" Zuul 2022-07-16 08:00:24 +00:00
  • b554e17d5a Reduce list_router_interfaces() to necessary API calls Jakob Meng 2022-07-15 10:56:15 +02:00
  • 7f70b851b1 Merge "Allow unknown attributes in project resources" Zuul 2022-07-15 18:24:57 +00:00
  • f8247a4157 Merge "Add VPNaaS IpsecPolicy resource" Zuul 2022-07-15 18:24:53 +00:00
  • c31d2fd111 Merge "Reorg existing vpnaas content" Zuul 2022-07-15 18:24:50 +00:00
  • 247ce325e4 Merge "Add VPNaaS Endpoint Group resource" Zuul 2022-07-15 18:24:47 +00:00
  • 71a8466f0f block storage: Add support for the Group resource Dylan Zapzalka 2021-03-22 00:57:35 -05:00
  • 70a44339ac compute: Add support for os-simple-tenant-usages API Stephen Finucane 2022-05-19 13:29:30 +01:00
  • 5f79a11413 Allow unknown attributes in project resources Rafael Castillo 2022-05-30 15:00:51 -07:00
  • 9e9fc98795 block storage: Add support for group type specs 0.100.0 Stephen Finucane 2022-06-24 12:23:21 +01:00
  • 19c070a405 docs: Add missing docs for block storage v3 proxy APIs Stephen Finucane 2022-06-30 12:21:54 +01:00
  • 0898398415 Merge "Disable deprecation warning for tenant_id" Zuul 2022-06-28 13:33:04 +00:00
  • a41d04ea19 Merge "tests: Add pointers to docs on running tests" Zuul 2022-06-27 15:54:15 +00:00
  • 8b22472aac Merge "test: Remove duplicated tests" Zuul 2022-06-27 15:54:13 +00:00
  • ef7b73f0ce Merge "Warn when no statsd library available" Zuul 2022-06-27 15:49:39 +00:00
  • 0efe8cfc90 Disable deprecation warning for tenant_id Artem Goncharov 2021-11-05 09:07:49 +01:00
  • 819ccc8bc5 tests: Add pointers to docs on running tests Stephen Finucane 2022-06-24 12:57:53 +01:00
  • 20ffb8ef1b test: Remove duplicated tests Stephen Finucane 2022-06-23 11:49:37 +01:00
  • 48f3a18b87 Allow Resource.to_dict to allow returning unknown values Rafael Castillo 2022-05-30 14:55:02 -07:00
  • af86313c83 Merge "Add update capabilities to Snapshots" Zuul 2022-06-20 18:01:31 +00:00
  • 56a0cdf6b2 Merge "proxy: Resolve a TODO" Zuul 2022-06-20 15:19:38 +00:00
  • 08368d3b8d Merge "trivial: Run some files through black" Zuul 2022-06-20 15:19:34 +00:00
  • ca0934c513 Add update capabilities to Snapshots Thiago Brito 2021-03-04 14:49:11 -03:00
  • 54e77e6215 Add VPNaaS IpsecPolicy resource Artem Goncharov 2022-06-20 12:28:21 +02:00
  • 4ce7a3fb61 Reorg existing vpnaas content Artem Goncharov 2022-06-15 17:45:12 +02:00
  • e7d203924a proxy: Resolve a TODO Stephen Finucane 2022-06-08 15:17:13 +02:00
  • bcf847bcdb Add VPNaaS Endpoint Group resource Artem Goncharov 2022-06-15 16:54:40 +02:00
  • 547b00808f Merge "Add CRUD methods for Neutron router ndp proxy" Zuul 2022-06-13 13:07:00 +00:00
  • 42cb2ce916 Merge "network RBAC policy: allow query for target tenant" Zuul 2022-06-13 13:06:52 +00:00
  • 8a1da63323 Merge "compute: Add support for instance actions" Zuul 2022-06-13 13:06:49 +00:00
  • 69d30298de Merge "cloud: Remove a load of normalize helpers" Zuul 2022-06-13 13:06:46 +00:00
  • ad802280ef Merge "cloud: Update docstrings for compute functions" Zuul 2022-06-13 13:06:43 +00:00
  • bdd3d4d745 Merge "cloud: Update docstrings for object store functions" Zuul 2022-06-13 13:06:40 +00:00
  • db9b72a264 Merge "cloud: Update docstrings for identity functions" Zuul 2022-06-13 13:06:37 +00:00
  • e66652cc0b Merge "cloud: Update docstrings for block storage functions" Zuul 2022-06-13 13:06:34 +00:00
  • 3fa9b6c540 Merge "cloud: Update docstrings for image functions" Zuul 2022-06-13 13:06:31 +00:00
  • e8ef8134c5 Merge "cloud: Update docstrings for accelerator functions" Zuul 2022-06-13 13:06:18 +00:00
  • 9e6a278b47 Merge "cloud: Update docstrings for network functions" Zuul 2022-06-13 13:06:15 +00:00
  • 17b0c20b14 Merge "Fix Baremetal cloud layer" Zuul 2022-06-13 13:06:12 +00:00
  • 41f45fb12a Add CRUD methods for Neutron router ndp proxy Yang JianFeng 2020-08-31 11:36:21 +00:00
  • 299ab27b88 Add network address_group proxy doc and unit tests Nurmatov Mamatisa 2022-02-22 14:36:57 +03:00
  • 9e87611aec trivial: Run some files through black Stephen Finucane 2022-06-08 14:29:45 +02:00
  • ffd3cb1ae5 cloud: Remove a load of normalize helpers Stephen Finucane 2022-05-19 20:19:31 +01:00
  • da90cdb7a9 Merge "compute: Correct some docstrings" Zuul 2022-06-05 20:09:08 +00:00
  • d1690bfd53 Merge "Remove unused normalization helpers" Zuul 2022-06-05 20:05:58 +00:00
  • 2968a73555 Merge "Fix object upload for RAX" Zuul 2022-06-05 18:45:17 +00:00
  • 16725f56da Merge "Do not log to stdout by default" Zuul 2022-06-05 18:45:14 +00:00
  • 9efb589eeb Fix Baremetal cloud layer Artem Goncharov 2022-06-01 17:02:51 +02:00
  • 9eaab818a2 Make nodepool jobs non voting Artem Goncharov 2022-06-02 15:22:44 +02:00
  • db84b7559c Fix object upload for RAX Artem Goncharov 2022-06-02 12:15:12 +02:00
  • 471efb9d48 Drop lower-constraints job wu.shiming 2021-01-13 10:18:33 +08:00
  • a1deb5b88e Drop lower-constraints job wu.shiming 2021-01-13 10:18:33 +08:00
  • 1cf2c60aa7 Warn when no statsd library available Artem Goncharov 2022-05-30 15:05:03 +02:00
  • 6d8be2b2df compute: Add support for instance actions Stephen Finucane 2021-10-23 15:56:29 +01:00
  • 0876a2486a compute: Correct some docstrings Stephen Finucane 2021-10-25 19:46:39 +01:00
  • da0165b4b6 cloud: Update docstrings for compute functions Stephen Finucane 2022-05-26 12:54:48 +01:00
  • a3b6dcdf4f cloud: Update docstrings for object store functions Stephen Finucane 2022-05-26 12:28:46 +01:00
  • 6fd5f99dc6 cloud: Update docstrings for identity functions Stephen Finucane 2022-05-26 11:54:34 +01:00
  • 84b2ec36c9 cloud: Update docstrings for block storage functions Stephen Finucane 2022-05-26 11:22:57 +01:00
  • 6bae83af0d cloud: Update docstrings for image functions Stephen Finucane 2022-05-18 23:44:46 +01:00
  • a1372adc5d cloud: Update docstrings for accelerator functions Stephen Finucane 2022-05-18 23:38:42 +01:00
  • 88b35ef50f cloud: Update docstrings for network functions Stephen Finucane 2022-05-18 18:28:19 +01:00
  • 041a66a2e7 Remove unused normalization helpers Stephen Finucane 2022-05-18 23:07:13 +01:00
  • 03cf733959 Merge "Rework caching" Zuul 2022-05-25 12:25:29 +00:00