ubuntu-pro: enable for LTS releases

The version of ubuntu-advantage-tools present in focal-updates contains
all we need with regard to the magic attach implementation.

Although we are still missing the ubuntu.com/pro/attach screens, they
should get active in the near future. It should be enough for testing.

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2023-01-09 12:18:27 +01:00
parent 9563b543ce
commit 9ec0ce73ee
1 changed files with 0 additions and 6 deletions

View File

@ -69,12 +69,6 @@ class UbuntuProController(SubiquityTuiController):
await self.endpoint.skip.POST()
raise Skip("Not running LTS version")
# TODO remove these three lines when all dependencies for Ubuntu Pro
# are available in focal-updates.
if not self.app.opts.dry_run:
await self.endpoint.skip.POST()
raise Skip("Skipping Ubuntu Pro for now")
ubuntu_pro_info: UbuntuProResponse = await self.endpoint.GET()
return UbuntuProView(self,
token=ubuntu_pro_info.token,