diff options
author | Patrick Darley <patrick.darley@codethink.co.uk> | 2015-04-07 15:39:58 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-04-07 18:55:59 +0000 |
commit | 4143e1ed4d264145d5528e119cd01913a3d725b4 (patch) | |
tree | 621a5b018fd690a51841c4ac367c8dbef1c05868 /open-source-lorries | |
parent | df2e5d3ae7c719060c982f20c469e2baa58eeea0 (diff) | |
download | lorries-4143e1ed4d264145d5528e119cd01913a3d725b4.tar.gz |
Lorry mongoDB
mongoDB is the default database backend for ceilometer and is
required for ceilometer's implementation.
Change-Id: I96019c7b4840540991a0e0654b032be7f8e04efa
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/mongo.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/mongo.lorry b/open-source-lorries/mongo.lorry new file mode 100644 index 0000000..27441f1 --- /dev/null +++ b/open-source-lorries/mongo.lorry @@ -0,0 +1,6 @@ +{ + "mongo": { + "type": "git", + "url": "git://github.com/mongodb/mongo.git" + } +} |