use ceph.list, not quantum.list

This commit is contained in:
Paul Collins 2013-01-28 16:24:05 +13:00
parent e1d4165e4e
commit ed8494ed6f
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: