~cloud-installer/cloud-installer/master

« back to all changes in this revision

Viewing changes to cloudinstall/config.py

  • Committer: Adam Stokes
  • Date: 2016-03-01 18:43:49 UTC
  • Revision ID: git-v1:58a87154f46538a0853e373baad0d6207637db99
Fix updated name selection for Autopilot

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 
135
135
    def is_landscape(self):
136
136
        if self.getopt('install_type') and \
137
 
           'OpenStack Autopilot' in self.getopt('install_type'):
 
137
           'Autopilot' in self.getopt('install_type'):
138
138
            return True
139
139
        return False
140
140