Hi. I use Openstack train version and I want to integrate openstack with nsx-t. I only found the following documentation. https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.5/nsxt-openstack-plugi... and at the start of integration, I install, following packages apt install python-vmware-nsxlib openstack-vmware-nsx python-neutron-fwaas outputs: E: Unable to locate package openstack-vmware-nsx The following packages have unmet dependencies: python-neutron-fwaas : Depends: python-neutron (>= 2:12.0.0~) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). when I checked there are no python-neutron packages but there was a python3-neutron package. I don't know what to do with this problem. I think if I delete python3-neutron and install python-neutron, everything will crash and mess up. is it basicly possible to integrate openstack train or ussuri or victoryia with nsx-t?
On 2021-01-18 13:32:01 +0000 (+0000), ali ali wrote:
I use Openstack train version and I want to integrate openstack with nsx-t. I only found the following documentation. https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.5/nsxt-openstack-plugi... [...] is it basicly possible to integrate openstack train or ussuri or victoryia with nsx-t?
According to that documentation provided by vmWare: "The NSX-T Data Center Plugin for OpenStack has the following specific requirements[...] Stein" It looks like they'll need to provide updated packages which support newer OpenStack releases. In particular, they seem to want OpenStack packages run with the Python v2 interpreter, while modern releases of OpenStack only support Python v3 (hence the different package names you found in your distro). If you have a support contract with vmWare, you may want to reach out to your service representative and ask them what their plans are for NSX-T and OpenStack. I see the same site has documentation for a "VMware NSX-T Data Center Plugin 3.1" and mentions OpenStack Train, so maybe that's closer to what you need? Still doesn't take care of Ussuri for you though. -- Jeremy Stanley
Hi, On Mon, Jan 18, 2021 at 01:32:01PM +0000, ali ali wrote:
Hi. I use Openstack train version and I want to integrate openstack with nsx-t. I only found the following documentation. https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.5/nsxt-openstack-plugi...
and at the start of integration, I install, following packages apt install python-vmware-nsxlib openstack-vmware-nsx python-neutron-fwaas
outputs: E: Unable to locate package openstack-vmware-nsx The following packages have unmet dependencies: python-neutron-fwaas : Depends: python-neutron (>= 2:12.0.0~) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Just FYI, please remember that neutron-fwaas project was deprecated as neutron stadium in Ussuri cycle and Ussuri is last stable release of it. There is no newer releases and this project is not maintained anymore.
when I checked there are no python-neutron packages but there was a python3-neutron package.
I don't know what to do with this problem. I think if I delete python3-neutron and install python-neutron, everything will crash and mess up.
is it basicly possible to integrate openstack train or ussuri or victoryia with nsx-t?
-- Slawek Kaplonski Principal Software Engineer Red Hat
participants (3)
-
ali ali
-
Jeremy Stanley
-
Slawek Kaplonski