[Openstack] bcdedit warning in windows-openstack-imaging-tools

2018-02-11 Thread xiefp88
I am trying to make an ironic image for windows with windows-openstack-imaging-tools. But I got warnning like this: 按规定设备无效。 运行 "bcdedit /?" 获得命令行帮助。 参数错误。 警告: BCDEdit failed: bootmgr device locate 按规定设备无效。 运行 "bcdedit /?" 获得命令行帮助。 参数错误。 警告: BCDEdit failed: default device locate 按规定设备无效。 运行 "bcde

[Openstack] 回复:Re: [ironic] how to prevent ironic user to controle ipmi through OS?

2018-02-11 Thread xiefp88
I am trying to make an ironic image for windows with windows-openstack-imaging-tools. But I got warnning like this: 按规定设备无效。 运行 "bcdedit /?" 获得命令行帮助。 参数错误。 警告: BCDEdit failed: bootmgr device locate 按规定设备无效。 运行 "bcdedit /?" 获得命令行帮助。 参数错误。 警告: BCDEdit failed: default device locate 按规定设备无效。 运行 "bcded

Re: [Openstack] Routing in connected VMs

2018-02-11 Thread Navdeep Uniyal
Thanks James, I could figure out and resolved it by disabling port security. Regards, Navdeep From: James Denton Sent: Sunday, February 11, 2018 8:59:22 PM To: Navdeep Uniyal; OpenStack Mailing List Subject: Re: [Openstack] Routing in connected VMs Hi Navdeep,

Re: [Openstack] Routing in connected VMs

2018-02-11 Thread James Denton
Hi Navdeep, To get this to work, you will need to disable port security on the B device’s ports, or at a minimum, modify the allowed-address-pairs on the port to allow the traffic out towards C. Disabling port security is typically the way to go about satisfying this particular use case. James