升级 8.2.4 版本之后,你不需要修改任何内容。在选择创建 vm 的时候,make os type is any windows version. And boot the vm , install the cloudbase-init. you can click this link to get the latest stable version of cloudbase-init. 对不起,懒得切中文了
# Copyright 2020 Cloudbase Solutions Srl # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License.
from oslo_log import log as oslo_logging from cloudbaseinit import conf as cloudbaseinit_conf from cloudbaseinit.metadata.services import baseconfigdrive from cloudbaseinit.metadata.services import baseopenstackservice import os import shutil import ctypes