# File lib/fog/go_grid/models/compute/passwords.rb, line 17
        def bootstrap(new_attributes = {})
          password = create(new_attributes)
          password.wait_for { ready? }
          password
        end