[Bug 1287772] Re: cannot deploy trusty
James Page
james.page at ubuntu.com
Thu Sep 8 10:45:03 UTC 2016
** Changed in: cloud-archive
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1287772
Title:
cannot deploy trusty
Status in Ubuntu Cloud Archive:
Fix Released
Status in maas package in Ubuntu:
Fix Released
Status in maas source package in Saucy:
Won't Fix
Bug description:
Using cloud-tools archive (same is true for saucy), I tried to deploy trusty, and go tthe api error back:
{"distro_series": ["Value u'trusty' is not a valid choice."]}
We should be able to deploy trusty using a stable release "right now"
(cloud tools or 13.04).
upstream commit that did that was revno 1789.1.1
=== modified file 'etc/maas/import_pxe_files'
--- etc/maas/import_pxe_files 2013-10-24 03:00:39 +0000
+++ etc/maas/import_pxe_files 2013-12-17 20:01:13 +0000
@@ -12,7 +12,7 @@
fi
-#RELEASES="precise quantal raring saucy"
+#RELEASES="precise quantal raring saucy trusty"
#ARCHES="amd64/generic i386/generic armhf/highbank armhf/generic"
#LOCALE="en_US"
#IMPORT_EPHEMERALS=1
=== modified file 'src/maasserver/enum.py'
--- src/maasserver/enum.py 2013-10-07 09:12:40 +0000
+++ src/maasserver/enum.py 2013-12-17 20:01:13 +0000
@@ -146,6 +146,8 @@
raring = 'raring'
#:
saucy = 'saucy'
+ #:
+ trusty = 'trusty'
DISTRO_SERIES_CHOICES = (
(DISTRO_SERIES.default, 'Default Ubuntu Release'),
@@ -153,6 +155,7 @@
(DISTRO_SERIES.quantal, 'Ubuntu 12.10 "Quantal Quetzal"'),
(DISTRO_SERIES.raring, 'Ubuntu 13.04 "Raring Ringtail"'),
(DISTRO_SERIES.saucy, 'Ubuntu 13.10 "Saucy Salamander"'),
+ (DISTRO_SERIES.trusty, 'Ubuntu 14.04 LTS "Trusty Tahr"'),
)
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1287772/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list