Rajaram/Vinkesh|moved extensions folder inside melange

This commit is contained in:
Rajaram Mallya 2011-08-25 16:39:50 +05:30
parent cbd9041219
commit 5baba05e0c
2 changed files with 3 additions and 2 deletions
etc/melange
melange/extensions

@ -29,7 +29,7 @@ sql_idle_timeout = 3600
db_api_implementation = "melange.db.sqlalchemy.api"
# Path to the extensions
api_extensions_path = extensions
api_extensions_path = melange/extensions
# Cidr used for auto creating private ip block in a network
default_cidr = 10.0.0.0/24

@ -1,6 +1,7 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2011 OpenStack LLC
# Copyright 2011 OpenStack LLC.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain