8b876b0b22
This change ensures that any definitions passed is treated as raw contents. With this change mistral-dashboard no longer tries to load contents based on file path or uri passed in by users, and this prohibits access to any local files or any internal contents accessible without authentication. Depends-on: https://review.opendev.org/800950 Closes-Bug: #1931558 Change-Id: I4de45cadc4e174794d0c2ef82223a9da5cbdcabc
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
iso8601>=0.1.11 # MIT
|
|
python-mistralclient>=4.3.0 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
horizon>=17.1.0 # Apache-2.0
|