New Question

quikjean's profile - activity

2018-10-05 13:49:15 +0300 asked a question Network set to public with enabled firewall after deploy with 2012 R2

Network set to public with enabled firewall after deploy with 2012 R2 Hi I have a very small environment with 2 HyperV h

2016-10-20 00:48:06 +0300 answered a question Password is not set correctly

Hi I have the same behaviour. I was testing this today as well. Even if the parameter "firstlogonbehaviour" is set to "no", cloudbase still exexutes the piece of code that set the password as expired.

Cloudbase-init-unattended extract: inject_user_password=true first_logon_behaviour=no

Logs (the lines starting with ---> were added by me in the code before sysprep)

2016-10-19 10:05:09.507 1344 INFO cloudbaseinit.init [-] Executing plugin 'SetUserPasswordPlugin'
2016-10-19 10:05:09.507 1344 DEBUG cloudbaseinit.utils.classloader [-] Loading class 'cloudbaseinit.osutils.windows.WindowsUtils' load_class c:\program files\cloudbase solutions\cloudbase-init\python\lib\site-packages\cloudbaseinit\utils\classloader.py:27
2016-10-19 10:05:09.507 1344 DEBUG cloudbaseinit.metadata.services.base [-] Using cached copy of metadata: 'openstack/latest/meta_data.json' _get_cache_data c:\program files\cloudbase solutions\cloudbase-init\python\lib\site-packages\cloudbaseinit\metadata\services\base.py:102
2016-10-19 10:05:09.507 1344 WARNING cloudbaseinit.plugins.common.setuserpassword [-] Using admin_pass metadata user password. Consider changing it as soon as possible
---> 2016-10-19 10:05:09.522 1344 DEBUG cloudbaseinit.plugins.common.setuserpassword [-] <oslo_config.cfg.ConfigOpts object at 0x0000000001578668> _change_logon_behaviour c:\program files\cloudbase solutions\cloudbase-init\python\lib\site-packages\cloudbaseinit\plugins\common\setuserpassword.py:134
---> 2016-10-19 10:05:09.522 1344 DEBUG cloudbaseinit.plugins.common.setuserpassword [-] USER MUST CHANGE _change_logon_behaviour c:\program files\cloudbase solutions\cloudbase-init\python\lib\site-packages\cloudbaseinit\plugins\common\setuserpassword.py:141
2016-10-19 10:05:09.522 1344 DEBUG cloudbaseinit.utils.classloader [-] Loading class 'cloudbaseinit.osutils.windows.WindowsUtils' load_class c:\program files\cloudbase solutions\cloudbase-init\python\lib\site-packages\cloudbaseinit\utils\classloader.py:27
2016-10-19 10:05:09.538 1344 INFO cloudbaseinit.plugins.common.setuserpassword [-] Password succesfully updated for user administrator
2016-10-19 10:05:09.538 1344 INFO cloudbaseinit.plugins.common.setuserpassword [-] Cannot set the password in the metadata as it is not supported by this service
2016-10-19 10:05:09.538 1344 INFO cloudbaseinit.init [-] Executing plugin 'ConfigWinRMListenerPlugin'
2016-09-01 15:58:41 +0300 answered a question not able to start nova-compute service on hyper-v host

HI

I am facing the same issue. I have deployed a test environment for a PoC using DevStack. Apparently I run version 13.0.0 (result of command nova-manage version) of OpenStack. So I tried to deploy Mitaka HyperV Openstack Installer.

I have the same issue as above :

2016-08-29 05:55:36.404 3176 WARNING osloconfig.cfg [-] Option "networkapiclass" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. 2016-08-29 05:55:36.671 3176 WARNING osloconfig.cfg [-] Option "volumeapiclass" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. 2016-08-29 05:55:37.296 3176 WARNING osloconfig.cfg [req-19a7b12f-a754-496d-9bd5-f47116d8afce - - - - -] Option "authplugin" from group "neutron" is deprecated. Use option "authtype" from group "neutron". 2016-08-29 05:55:37.296 3176 WARNING osloconfig.cfg [req-19a7b12f-a754-496d-9bd5-f47116d8afce - - - - -] Option "lockpath" from group "DEFAULT" is deprecated. Use option "lockpath" from group "osloconcurrency". 2016-08-29 05:55:37.404 3176 ERROR osloservice.service [req-0617ebf4-fd64-4f2b-9a69-6b166d0d6beb - - - - -] Error starting thread. 2016-08-29 05:55:37.404 3176 ERROR osloservice.service Traceback (most recent call last): 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\osloservice\service.py", line 680, in runservice 2016-08-29 05:55:37.404 3176 ERROR osloservice.service service.start() 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\nova\service.py", line 198, in start 2016-08-29 05:55:37.404 3176 ERROR osloservice.service self.manager.inithost() 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\nova\compute\manager.py", line 1325, in inithost 2016-08-29 05:55:37.404 3176 ERROR osloservice.service self.destroyevacuatedinstances(context) 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\nova\compute\manager.py", line 834, in _destroyevacuatedinstances 2016-08-29 05:55:37.404 3176 ERROR osloservice.service evacuations = objects.MigrationList.getbyfilters(context, filters) 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\osloversionedobjects\base.py", line 174, in wrapper 2016-08-29 05:55:37.404 3176 ERROR osloservice.service args, kwargs) 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\nova\conductor\rpcapi.py", line 240, in objectclassactionversions 2016-08-29 05:55:37.404 3176 ERROR osloservice.service args=args, kwargs=kwargs) 2016-08-29 05:55:37.404 3176 ERROR osloservice.service File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\oslomessaging\rpc\client.py", line 158, in call 2016-08-29 05:55:37.404 3176 ERROR osloservice.service retry=self.retry) 2016-08-29 05 ... (more)