** Description changed:

- It looks like maas needs support added for utopic.  Could you also
- consider implementing this so that it is configurable in a config file?
- It would be much better than needing a hard-coded update each release.
+ [Impact]
+  * Remove no longer supported distro releases and add utopic to list of 
releases. (Will only actually be able to be installable if simplestream has 
utopic entries)
+ 
+ [Testcase]
+  * Install utopic onto a maas node
+ 
+ [Regression Potential]
+  * Minimal; change to new releases and add pretty strings for it
+ 
+ 
+ It looks like maas needs support added for utopic.  Could you also consider 
implementing this so that it is configurable in a config file?  It would be 
much better than needing a hard-coded update each release.
  
  Here's the diff showing code needed in maasserver/enum.py (thanks
  roaksoax):
  
  === modified file 'maasserver/enum.py'
  --- maasserver/enum.py        2014-07-03 16:54:15 +0000
  +++ maasserver/enum.py        2014-07-03 16:56:20 +0000
  @@ -100,6 +100,8 @@
-      saucy = 'saucy'
-      #:
-      trusty = 'trusty'
+      saucy = 'saucy'
+      #:
+      trusty = 'trusty'
  +    #:
  +    utopic = 'utopic'
-  
-  DISTRO_SERIES_CHOICES = (
-      (DISTRO_SERIES.default, 'Default Ubuntu Release'),
+ 
+  DISTRO_SERIES_CHOICES = (
+      (DISTRO_SERIES.default, 'Default Ubuntu Release'),
  @@ -108,6 +110,7 @@
-      (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"'),
+      (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"'),
  +    (DISTRO_SERIES.utopic, 'Ubuntu 14.10 "Utopic Unicorn"'),
-  )
+  )

** Summary changed:

- maas needs utopic support
+ [SRU] maas needs utopic support

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1337437

Title:
  [SRU] maas needs utopic support

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1337437/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to