Skip to content

Commit

Permalink
Fix constants in createuser
Browse files Browse the repository at this point in the history
  • Loading branch information
pellaeon committed Nov 11, 2014
1 parent ec4f597 commit 9a39a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbaseinit/plugins/freebsd/createuser.py
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@
from cloudbaseinit.openstack.common import log as logging
from cloudbaseinit.osutils import factory as osutils_factory
from cloudbaseinit.plugins import base
from cloudbaseinit.plugins import constants

opts = [
cfg.StrOpt('username', default='freebsd', help='User to be added to the '

0 comments on commit 9a39a23

Please sign in to comment.