summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorKei Masumoto <masumotok@nttdata.co.jp>2011-01-18 16:39:26 +0000
committerTarmac <>2011-01-18 16:39:26 +0000
commit3fa93adb2047ca2b7333ab52d1d8bf15dfac9852 (patch)
tree3180f9f99e9f64f7220d0c8d437ec6a5ada00c82 /setup.py
parent8e6684a58eea3ecacdde99e1940d2ae351b8465c (diff)
parent1dc38833c75d546b1c64d2bcd1f5d9a5bab8836d (diff)
downloadnova-3fa93adb2047ca2b7333ab52d1d8bf15dfac9852.tar.gz
nova-3fa93adb2047ca2b7333ab52d1d8bf15dfac9852.tar.xz
nova-3fa93adb2047ca2b7333ab52d1d8bf15dfac9852.zip
Risk of Regression: This patch don’t modify existing functionlities, but I have added some.
1. nova.db.service.sqlalchemy.model.Serivce (adding a column to database) 2. nova.service ( nova-compute needes to insert information defined by 1 above) So, db migration is necessary for existing user, but just adding columns.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3608ff805..a20802e8b 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ if os.path.isdir('.bzr'):
version_file.write(vcsversion)
+
class local_BuildDoc(BuildDoc):
def run(self):
for builder in ['html', 'man']: