Skip to content

Commit b106bb3

Browse files
authored
Merge pull request #60 from stackhpc/upstream/yoga-2023-10-23
Synchronise yoga with upstream
2 parents b336a89 + 35a2af3 commit b106bb3

File tree

6 files changed

+10
-61
lines changed

6 files changed

+10
-61
lines changed

.zuul.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
- project:
121121
queue: cloudkitty
122122
templates:
123-
- openstack-lower-constraints-jobs
124123
- check-requirements
125124
- openstack-cover-jobs
126125
- openstack-python3-yoga-jobs

cloudkitty/api/v2/scope/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def patch(self, scope_id, scope_key=None, fetcher=None,
225225
'scope_key': update_storage_scope.scope_key,
226226
'fetcher': update_storage_scope.fetcher,
227227
'collector': update_storage_scope.collector,
228-
'state': update_storage_scope.state.isoformat(),
228+
'state': update_storage_scope.last_processed_timestamp.isoformat(),
229229
'active': update_storage_scope.active,
230230
'scope_activation_toggle_date':
231231
update_storage_scope.scope_activation_toggle_date.isoformat()

lower-constraints.txt

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fix patch scope API which was returning ``Internal Server Error``.

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# Requirements lower bounds listed here are our best effort to keep them up to
2+
# date but we do not test them so no guarantee of having them all correct. If
3+
# you find any incorrect lower bounds, let us know or propose a fix.
4+
15
# The order of packages is significant, because pip processes them in the order
26
# of appearance. Changing the order has an impact on the overall integration
37
# process, which may cause wedges in the gate later.
8+
49
pbr>=5.5.1 # Apache-2.0
510
alembic>=1.4.3 # MIT
611
keystonemiddleware>=9.1.0 # Apache-2.0

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,3 @@ paths = ./cloudkitty/hacking
9797
[testenv:releasenotes]
9898
deps = {[testenv:docs]deps}
9999
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
100-
101-
[testenv:lower-constraints]
102-
deps =
103-
-c{toxinidir}/lower-constraints.txt
104-
-r{toxinidir}/test-requirements.txt
105-
-r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)