lib/vagrant-rackspace/config.rb in vagrant-rackspace-0.1.7 vs lib/vagrant-rackspace/config.rb in vagrant-rackspace-0.1.8
- old
+ new
@@ -100,9 +100,16 @@
# Opt files/directories in to the rsync operation performed by this provider
#
# @return [Array]
attr_accessor :rsync_includes
+ # Password to set for root (on Linux) or Administrator (on Windows)
+ # A random password will be generated if admin_password is not set or
+ # does not meet the password requirements of the operating system.
+ #
+ # @return [String]
+ attr_accessor :admin_password
+
# Default Rackspace Cloud Network IDs
SERVICE_NET_ID = '11111111-1111-1111-1111-111111111111'
PUBLIC_NET_ID = '00000000-0000-0000-0000-000000000000'
def initialize