~andreserl/maas/pkg_a3_changelog

« back to all changes in this revision

Viewing changes to debian/extras/maas-provision

  • Committer: MAAS Lander
  • Author(s): Lee Trager
  • Date: 2016-03-07 22:28:26 UTC
  • mfrom: (453.1.2 packaging.trunk)
  • Revision ID: maas_lander-20160307222826-zrzr3rhsz447xqqb
[r=andreserl][bug=][author=ltrager] Fix renaming of maas-provision to maas-rack and maas-region-admin to maas-region

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python3
2
 
# Copyright 2015 Canonical Ltd.  This software is licensed under the
3
 
# GNU Affero General Public License version 3 (see the file LICENSE).
4
 
 
5
 
import sys
6
 
 
7
 
sys.stderr.write("""
8
 
  WARNING: The maas-provision command is deprecated and will be removed in a future
9
 
  version. From now on please use 'maas-rack' instead.
10
 
""")