
Cascade deletion of resource definitons on the component deletion fixed. Cascade only on the DB level is not enougth for deletion referenced objects. Resources definitions creation is not supported yet in the component creation call. Resource definition would be able to add to the component in the create resource definition call. Update of resource definitions list is supported in the component creation call. Standard cliff formatters are used for fuel2 components operations. Python-fuelclient added to test requirements. Change-Id: If572f7437f48bdde65de114f6f70af3c071c1d0e
18 lines
501 B
Plaintext
18 lines
501 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.
|
|
|
|
hacking<0.11,>=0.10.0
|
|
|
|
coverage>=3.6
|
|
discover
|
|
python-subunit>=0.0.18
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslo.db[fixtures,mysql,postgresql]
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=1.4.0
|
|
requests-mock
|
|
python-fuelclient |