This commit is contained in:
Ryan Beisner 2015-04-14 05:26:04 +00:00
parent 5babd7e1c1
commit f8d2ca8352
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ TEMPLATES = 'templates/'
BASE_PACKAGES = [
'nova-compute',
'genisoimage', # was missing as a package dependency until raring.
'librbd1', # bug 1440953
'librbd1', # bug 1440953
'python-six',
]