Merge "Promenade uplift"
This commit is contained in:
commit
02ec2ff43d
2
Pipfile
2
Pipfile
@ -27,7 +27,7 @@ docker = ">=3.7.2"
|
|||||||
PyYAML = "~=5.1"
|
PyYAML = "~=5.1"
|
||||||
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "e7ba6828a0a1ca27fae596f6e0ee5a857f28001d"}
|
deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "e7ba6828a0a1ca27fae596f6e0ee5a857f28001d"}
|
||||||
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "70410cc478e6aec4abad88c84d68684edfedb376",subdirectory = "src/bin/shipyard_client"}
|
shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "70410cc478e6aec4abad88c84d68684edfedb376",subdirectory = "src/bin/shipyard_client"}
|
||||||
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "b1f00852e3630612cd9279a1ff84fe9b4edda830"}
|
promenade = {git = "https://opendev.org/airship/promenade.git",ref = "c302a083a61c22b94b71eccb9a3665d23c6497dc"}
|
||||||
"oslo.i18n" = "~=3.24.0"
|
"oslo.i18n" = "~=3.24.0"
|
||||||
"oslo.utils" = "~=3.40.2"
|
"oslo.utils" = "~=3.40.2"
|
||||||
six = "~=1.11.0"
|
six = "~=1.11.0"
|
||||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -680,7 +680,7 @@
|
|||||||
},
|
},
|
||||||
"promenade": {
|
"promenade": {
|
||||||
"git": "https://opendev.org/airship/promenade.git",
|
"git": "https://opendev.org/airship/promenade.git",
|
||||||
"ref": "b1f00852e3630612cd9279a1ff84fe9b4edda830"
|
"ref": "c302a083a61c22b94b71eccb9a3665d23c6497dc"
|
||||||
},
|
},
|
||||||
"psycopg2-binary": {
|
"psycopg2-binary": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -28,7 +28,7 @@ fixtures==3.0.0
|
|||||||
flake8==2.6.2
|
flake8==2.6.2
|
||||||
futurist==2.2.0; python_version >= '3.6'
|
futurist==2.2.0; python_version >= '3.6'
|
||||||
git+https://opendev.org/airship/deckhand.git@e7ba6828a0a1ca27fae596f6e0ee5a857f28001d#egg=deckhand
|
git+https://opendev.org/airship/deckhand.git@e7ba6828a0a1ca27fae596f6e0ee5a857f28001d#egg=deckhand
|
||||||
git+https://opendev.org/airship/promenade.git@b1f00852e3630612cd9279a1ff84fe9b4edda830#egg=promenade
|
git+https://opendev.org/airship/promenade.git@c302a083a61c22b94b71eccb9a3665d23c6497dc
|
||||||
git+https://opendev.org/airship/shipyard.git@70410cc478e6aec4abad88c84d68684edfedb376#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
git+https://opendev.org/airship/shipyard.git@70410cc478e6aec4abad88c84d68684edfedb376#egg=shipyard-client&subdirectory=src/bin/shipyard_client
|
||||||
gitdb2==2.0.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
gitdb2==2.0.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
gitpython==2.1.15
|
gitpython==2.1.15
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
DECKHAND_VERSION=commit/e7ba6828a0a1ca27fae596f6e0ee5a857f28001d
|
DECKHAND_VERSION=commit/e7ba6828a0a1ca27fae596f6e0ee5a857f28001d
|
||||||
SHIPYARD_VERSION=commit/70410cc478e6aec4abad88c84d68684edfedb376
|
SHIPYARD_VERSION=commit/70410cc478e6aec4abad88c84d68684edfedb376
|
||||||
PROMENADE_VERSION=commit/b1f00852e3630612cd9279a1ff84fe9b4edda830
|
PROMENADE_VERSION=commit/c302a083a61c22b94b71eccb9a3665d23c6497dc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user