尝试通过更新 apt-get 存储库从 1.5 升级到 MAAS 1.7;但是,我收到以下错误:
$ sudo add-apt-repository cloud-archive:tools
Ubuntu Cloud Archive for cloud-tools (JuJu and MAAS)
More info: https://wiki.ubuntu.com/ServerTeam/CloudArchive
Press [ENTER] to continue or ctrl-c to cancel adding it
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 163, in <module>
if not sp.add_source_from_shortcut(shortcut, options.enable_source):
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 727, in add_source_from_shortcut
(deb_line, file) = shortcut.expand(codename=self.distro.codename)
File "/usr/lib/python3/dist-packages/softwareproperties/cloudarchive.py", line 98, in expand
if codename not in (MAP[self.caname]['release'],
KeyError: 'release'
在 2 个 14.04 盒子上尝试了上述操作,结果相同。有什么想法吗?谢谢,
答案1
从https://wiki.ubuntu.com/ServerTeam/CloudToolsArchive:“Cloud Tools 存档仅支持 Ubuntu 12.04”
我猜他们还没有更新它以支持 14.04。14.10 中的 maas 包的版本是 1.7.0~beta8+bzr3272-0ubuntu1 — 请注意这里的“beta”一词,因此就稳定版本而言,14.04 中的是最新版本。
答案2
尝试https://launchpad.net/~maas-maintainers/+archive/ubuntu/stable适用于 MAAS 的当前稳定版本。