summaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/contrib/moon/backends/sql.py
AgeCommit message (Collapse)AuthorFilesLines
2015-12-01Fix an error on aggregation algorithm.asteroide1-3/+2
Change-Id: If5387e847c3102d78c71fe3ee194133e20959e1b
2015-11-27When deleting an intra-extension, deletion may be impossible due to foreign ↵asteroide1-8/+10
key constraints. Change-Id: I6a8421e80f68abdf80516f76b87f611249a1e80a
2015-11-25Automatically delete assignments related to a category when user asks to ↵asteroide1-0/+3
delete this category. Change-Id: Ic906572bb5938891d103b11fc49b6b392edc20ef
2015-09-22Delete all references to the AggregationAlgorithms SQL table.asteroide1-20/+11
Change-Id: Ia508870842d17e6b8e2d8f34bd362cf3377f1594
2015-09-21Put the ID of aggregation algorithm for a particular IntraExtension in the ↵asteroide1-23/+15
intraextensions table and generate a static UUID for each aggregation algorithms in the memory backend. Change-Id: Ic56dc05ca3d7e099e1d529c5bb88b5d93de88ae1
2015-09-18Fix a bug when adding an assignment.asteroide1-1/+1
Change-Id: Ic3055c39ce0202808c8f7ca0d1d4dfac71145af0
2015-09-11Debug all the tenant commands in moonclient and fix some bugs in opnfv-moon ↵asteroide1-7/+17
related to tenant. Change-Id: I1d21df2a55545582a98c17181255ab53cab5689b
2015-09-11Change the deletion behaviour of scope and assignment when deleting an ↵asteroide1-16/+62
intra-extension because of foreign key contraints. Change-Id: I8451eb583052327e97ff06097e5f6e6baaa7619b
2015-09-10get_aggregation_algorithm_dict now return an empty dictionnary if algorithm ↵asteroide1-1/+4
is not found. Change-Id: I53d821ea88958e53ba72467f44251fabcc1ae55e
2015-09-04End of Keystone code update to branch Master and fix some bugs.asteroide1-9/+19
Change-Id: Iad3c4f0e6fc78532b92761aa46f2d8508f46a7da
2015-08-31Fix all tests.asteroide1-13/+10
Change-Id: I62fcce5942dee7ed5755fe20d012e4a0d5c535c9
2015-08-10review codeWuKong1-13/+13
Change-Id: Ie3be0aa22331803a9e2ef8837f8637bb762ae720 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-08-07review codeWuKong1-4/+1
Change-Id: Idf3aedc0355fbe714a4a4808fcd2e4749da53195 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-31Play unit tests and modify code accordingly. (some tests are still not OK).asteroide1-18/+26
Change-Id: I021081710411be12ffbbb0a3c8192626dbf9f8ce
2015-07-27Add deletion of secondary keys in core.py and add a forgotten API function ↵asteroide1-1/+7
in driver (del_aggregation_algorithm) (untested) Change-Id: I442d874846d375d7266df1567f40110e32ef0c57
2015-07-24add_tenant function in controllers.py nox check if tenant name exist in Keystoneasteroide1-10/+6
fix some bugs in enforce function and SQL functions Change-Id: Ie760aad146d249fa6d98edbbb64dae732724e756
2015-07-22finish review codeWuKong1-7/+1
Change-Id: Ic5c9dcff1efe48f39cdb3f614675c0f945fe9a27 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-22Fix bugs by executing tests (need more work)asteroide1-31/+56
Change-Id: I4ab59ab0e9269568e26e48c6364a636e9b5088f1
2015-07-21finish sql backendWuKong1-117/+35
Change-Id: I20537a9612bd1206b34464a2f259d3b91497c05d Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-21review codeWuKong1-249/+86
Change-Id: Ibfceb83f2a33b1971d1b460ee4899a9a72689688 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-21review codeWuKong1-156/+31
Change-Id: Id4e35498271093f44694b9640daeedbdca5a8c69 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-20review codeWuKong1-311/+145
Change-Id: I51abe36356ff91f1142d0307a69c48dff1a08a46 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-20review codeWuKong1-43/+30
Change-Id: I16e40a78609687751fad4e80f3f709038513f229 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-20review codeWuKong1-74/+79
Change-Id: I53e2ffd8c23fd13b8320fd902b1118b1f597a863 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-17review backendsWuKong1-558/+594
Change-Id: Ic82081a421e672a3fff0559f5fbd82736316803e Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-16reivew codeWuKong1-38/+38
Change-Id: I912698ca09a6c1161c02502a7ea551a5ee905949 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-15review core.pyWuKong1-44/+46
Change-Id: Icbeed742bdaabefe443696003e74b1a6c4587ae3 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-13Hamonize the uses of UUID and name in core.py.asteroide1-24/+15
Change-Id: I15e3c2e8a3f3ce5778bb8366c78eb2657b317686
2015-07-08change function name get_rules to get_rule_dictWuKong1-7/+7
Change-Id: I21cdd5c2aa3ecb7883fca409573f11f3d28bf43a Signed-off-by: WuKong <rebirthmonkey@gmail.com>
2015-07-02Add hierarchical exceptions in Moon.asteroide1-6/+6
Change-Id: I609b39980760cf40fed651320e8683578f9bd919
2015-06-30migrate moon code from github to opnfvWuKong1-0/+1537
Change-Id: Ice53e368fd1114d56a75271aa9f2e598e3eba604 Signed-off-by: WuKong <rebirthmonkey@gmail.com>