diff options
| author | Scott Moser <smoser@ubuntu.com> | 2016-03-21 22:31:15 -0400 | 
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2016-03-21 22:31:15 -0400 | 
| commit | 5fa9d4c3acbb4f7bf98a8eea7e121f3bc71ad7e0 (patch) | |
| tree | 8f79ffffaa497c6efbc3104c1078f9d356034411 /cloudinit/sources/helpers/vmware/imc/guestcust_state.py | |
| parent | 7a22e352b2f87636554d9787f60cd3168f3d77bc (diff) | |
| parent | 4f2065ad569355d5d0bc54176bde6b8e55047341 (diff) | |
| download | vyos-cloud-init-5fa9d4c3acbb4f7bf98a8eea7e121f3bc71ad7e0.tar.gz vyos-cloud-init-5fa9d4c3acbb4f7bf98a8eea7e121f3bc71ad7e0.zip  | |
merge from trunk
Diffstat (limited to 'cloudinit/sources/helpers/vmware/imc/guestcust_state.py')
| -rw-r--r-- | cloudinit/sources/helpers/vmware/imc/guestcust_state.py | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/cloudinit/sources/helpers/vmware/imc/guestcust_state.py b/cloudinit/sources/helpers/vmware/imc/guestcust_state.py new file mode 100644 index 00000000..f255be5f --- /dev/null +++ b/cloudinit/sources/helpers/vmware/imc/guestcust_state.py @@ -0,0 +1,25 @@ +# vi: ts=4 expandtab
 +#
 +#    Copyright (C) 2016 Canonical Ltd.
 +#    Copyright (C) 2016 VMware Inc.
 +#
 +#    Author: Sankar Tanguturi <stanguturi@vmware.com>
 +#
 +#    This program is free software: you can redistribute it and/or modify
 +#    it under the terms of the GNU General Public License version 3, as
 +#    published by the Free Software Foundation.
 +#
 +#    This program is distributed in the hope that it will be useful,
 +#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 +#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +#    GNU General Public License for more details.
 +#
 +#    You should have received a copy of the GNU General Public License
 +#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 +
 +
 +class GuestCustStateEnum:
 +    """Specifies different states of Guest Customization engine"""
 +
 +    GUESTCUST_STATE_RUNNING = 4
 +    GUESTCUST_STATE_DONE = 5
  | 
