use ceph.list, not quantum.list

This commit is contained in:
Paul Collins 2013-01-28 16:18:48 +13:00
parent 9505b7c564
commit 4c73b9eac3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def configure_source():
with open('/etc/apt/sources.list.d/cloud-archive.list', 'w') as apt:
apt.write(CLOUD_ARCHIVE.format(pocket))
if source.startswith('http:'):
with open('/etc/apt/sources.list.d/quantum.list', 'w') as apt:
with open('/etc/apt/sources.list.d/ceph.list', 'w') as apt:
apt.write("deb " + source + "\n")
key = config_get('key')
if key: