ranger/requirements.txt
Chi Lo 8366b10bef Add customer's domain attribute in CMS API call
When CMS API call is made for either create and update customer, a

A new optional customer domain field is introduced for CMS API call
to create or update customer. The customer domain value will be used
by Rds to set the customer and users domain value when generating the
heat template.  In the event customer domain is not provided by the
CMS API call, a default value will be retrieved from the config file.

Change-Id: I58dbae760d56b756b72c5d9eaf7c0b61cf193847
2020-09-01 09:15:04 -07:00

20 lines
530 B
Plaintext

pbr!=2.1.0,>=2.0.0 # Apache-2.0
pecan>=1.3.1 # BSD
netifaces>=0.10.8 # MIT
SQLAlchemy>=1.3.2 # MIT
WSME>=0.8.0
requests>=2.14.2
PyMySQL>=0.7.6
oslo.db>=4.44.0 # Apache-2.0
oslo.serialization>=2.21.1 # Apache-2.0
oslo.config>=6.1.0 # Apache-2.0
oslo.policy>=1.35.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
sqlalchemy-migrate>=0.11.0 # Apache-2.0
keystoneauth1>=3.9.0 # Apache-2.0
keystonemiddleware>=4.17.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
mysqlclient>=1.4.0
psutil>=3.2.2 # BSD
setuptools<50.0.0,>=40.0.0