Activity log for bug #1590840

Date Who What changed Old value New value Message
2016-06-09 15:38:28 Andrey Setyaev bug added bug
2016-06-09 15:39:25 Andrey Setyaev affects fuel-plugin-nsxv vmware-nsx
2016-06-09 15:58:13 Andrey Setyaev description Currently in situation when we add certificate for the Edge we have a special field for passphrase which named "Password". But now it is missed in nsx.ini. Please add it, so user will be able to insert passphrase for the private key. I had tried certificate and keys without passphrase and error has occurred: RequestBad: Request https://nsxv-manager/api/2.0/services/truststore/certificate/edge-2 is Bad, response {"details":"Invalid PEM data received for private key","errorCode":2004,"moduleName":"core-services"} Currently in situation when we add certificate for the Edge we have a special field for passphrase which named "Password". But now it is missed in nsx.ini. Please add it, so user will be able to insert passphrase for the private key. I had tried certificate and keys without passphrase and error has occurred: RequestBad: Request https://nsxv-manager/api/2.0/services/truststore/certificate/edge-2 is Bad, response {"details":"Invalid PEM data received for private key","errorCode":2004,"moduleName":"core-services"} branch: stable/mitaka
2016-06-10 09:09:09 Andrey Setyaev bug task added fuel-plugin-nsxv
2016-06-29 12:46:12 Artem Savinov attachment added neutron log https://bugs.launchpad.net/vmware-nsx/+bug/1590840/+attachment/4692232/+files/neutron.log
2016-06-29 12:46:26 Artem Savinov attachment added edge log https://bugs.launchpad.net/vmware-nsx/+bug/1590840/+attachment/4692233/+files/NSX_Edge_Support_edge-5_062916_122050GMT.log.gz
2016-06-29 12:46:41 Artem Savinov attachment added nsxv manager log https://bugs.launchpad.net/vmware-nsx/+bug/1590840/+attachment/4692234/+files/VMware-NSX-Manager-tech-support-2016Jun29--12-30-55-184938258.tar.gz
2016-06-29 12:47:26 Artem Savinov attachment added certs example https://bugs.launchpad.net/vmware-nsx/+bug/1590840/+attachment/4692237/+files/certs.tgz
2016-06-29 12:47:56 Artem Savinov summary Add field metadata_nova_client_priv_key_password Invalid PEM data received for private key
2016-06-29 12:54:33 Artem Savinov description Currently in situation when we add certificate for the Edge we have a special field for passphrase which named "Password". But now it is missed in nsx.ini. Please add it, so user will be able to insert passphrase for the private key. I had tried certificate and keys without passphrase and error has occurred: RequestBad: Request https://nsxv-manager/api/2.0/services/truststore/certificate/edge-2 is Bad, response {"details":"Invalid PEM data received for private key","errorCode":2004,"moduleName":"core-services"} branch: stable/mitaka If set in nsx.ini: metadata_insecure = false metadata_nova_client_cert = /etc/neutron/plugins/vmware/cert_client_matadata.crt metadata_nova_client_priv_key = /etc/neutron/plugins/vmware/key_client_matadata.key We get an error during the creation of subnets: neutron net-create admin_internal_net neutron subnet-create --format=shell --name=admin_internal_net__subnet --gateway-ip=192.168.0.1 --enable-dhcp --dns-nameserver=8.8.8.8 --tenant_id=46cdcd892c3f43dfbdd1778a943d1aa7 admin_internal_net 192.168.0.0/24 In neutron log: RequestBad: Request https://172.16.0.249/api/2.0/services/truststore/certificate/edge-5 is Bad, response {"details":"Invalid PEM data received for private key","errorCode":2004,"moduleName":"core-services"} In the web-ui certificate/key is loaded only if the key has a passphrase. branch: stable/mitaka commit: fc54ad81f0508372da9ebe513fa1db83c30e6f66
2016-06-30 16:37:36 Artem Savinov description If set in nsx.ini: metadata_insecure = false metadata_nova_client_cert = /etc/neutron/plugins/vmware/cert_client_matadata.crt metadata_nova_client_priv_key = /etc/neutron/plugins/vmware/key_client_matadata.key We get an error during the creation of subnets: neutron net-create admin_internal_net neutron subnet-create --format=shell --name=admin_internal_net__subnet --gateway-ip=192.168.0.1 --enable-dhcp --dns-nameserver=8.8.8.8 --tenant_id=46cdcd892c3f43dfbdd1778a943d1aa7 admin_internal_net 192.168.0.0/24 In neutron log: RequestBad: Request https://172.16.0.249/api/2.0/services/truststore/certificate/edge-5 is Bad, response {"details":"Invalid PEM data received for private key","errorCode":2004,"moduleName":"core-services"} In the web-ui certificate/key is loaded only if the key has a passphrase. branch: stable/mitaka commit: fc54ad81f0508372da9ebe513fa1db83c30e6f66 Core plugin for neutron 'vmware_nsx.plugin.NsxVPlugin'. NSXv parametrs(in section [nsxv]): metadata_insecure = false metadata_nova_client_cert = /etc/neutron/plugins/vmware/cert_client_matadata.crt metadata_nova_client_priv_key = /etc/neutron/plugins/vmware/key_client_matadata.key We get an error during the creation of subnets: neutron net-create admin_internal_net neutron subnet-create --format=shell --name=admin_internal_net__subnet --gateway-ip=192.168.0.1 --enable-dhcp --dns-nameserver=8.8.8.8 --tenant_id=46cdcd892c3f43dfbdd1778a943d1aa7 admin_internal_net 192.168.0.0/24 In neutron log: RequestBad: Request https://172.16.0.249/api/2.0/services/truststore/certificate/edge-5 is Bad, response {"details":"Invalid PEM data received for private key","errorCode":2004,"moduleName":"core-services"} In the web-ui certificate/key is loaded only if the key has a passphrase. nsxv neutron plugin from branch: stable/mitaka commit: fc54ad81f0508372da9ebe513fa1db83c30e6f66 NSXv 6.2.0