HI All, Can you please help me in resolving below issues??
I installed ocata openstack devstack version and installed designate manually. I followed ONAP amsterdam release document. I am facing problems in DCAE VM's bring up as they rely on keystone V2 but my devstack has V3 support. Is it mandatory to have both V2 and V3 installed in setup ?? I could see in below link: https://wiki.onap.org/questions/16007597/does-any-component-in-onap-amsterdam-release-require-keystone-v2.0-version So in env file I gave: dnsaas_keystone_url: http://172.27.29.47/identity dcae_keystone_url: " http://10.0.14.1/api/multicloud-titanium_cloud/v0/pod25_RegionOne/identity/v2.0 " But during dcae2-bootstrap VM its failing like: 2018-01-02 10:47:28 CFY <local> [key_pair_248cd.create] Task started 'nova_plugin.keypair.create' [retry 10/10] 2018-01-02 10:47:29 CFY <local> [key_pair_248cd.create] Task failed 'nova_plugin.keypair.create' -> 'unicode' object has no attribute 'get' [retry 10/10] 2018-01-02 10:47:29 CFY <local> 'install' workflow execution failed: Workflow failed: Task failed 'nova_plugin.keypair.create' -> 'unicode' object has no attribute 'get' Workflow failed: Task failed 'nova_plugin.keypair.create' -> 'unicode' object has no attribute 'get' installer@a7717e214ba0:~$ cat /tmp/local_inputs centos7image_id: "52d4ea09-cc69-4a9a-9961-938a3282d209" ubuntu1604image_id: "97bbe637-5d42-419a-a2c7-beff33ffa23c" flavor_id: "4" security_group: "abc0687d-34ab-4d37-8fe8-4b544d94ba71" public_net: "ext-net" private_net: "onap_oam" openstack: username: "admin" password: "onap123" tenant_name: "admin" auth_url: ' http://10.0.14.1/api/multicloud-titanium_cloud/v0/pod25_RegionOne/identity/v2.0 ' region: "RegionOne" keypair: "dcae-g2" key_filename: ./key600 location_prefix: "onapr1" location_domain: "onap-dcaegen2" codesource_url: "https://nexus.onap.org/content/sites/raw" codesource_version: "org.onap.dcaegen2.deployments/releases/scripts/" I could see call tracing as : DCAE VM -> Multiservice VM (gateway container -> windriver container) -> host devstack nova-api In dev-stack nova-api logs, I could see "GET /compute/v2.1/v2.1/os-keypairs" v2.1 is getting appended additionally ??? stack@onap-S2600TPR:~/ONAP/init$ sudo journalctl -f --unit devstack@n-api* Jan 02 16:17:04 onap-S2600TPR [email protected][153784]: [pid: 153789|app: 0|req: 1068/10690] 172.27.29.236 () {62 vars in 1287 bytes} [Tue Jan 2 16 :17:04 2018] GET /compute/v2.1/v2.1/os-keypairs => generated 112 bytes in 62 msecs (HTTP/1.1 404) 5 headers in 228 bytes (1 switches on core 0) Jan 02 16:17:08 onap-S2600TPR [email protected][153784]: INFO nova.api.openstack.requestlog [ None req-07e8498c-1531-4448-95e3-bb77483693e2 admin admin] 172.27.29.236 "GET /compute/v2.1/v2.1/os-keypairs" status: 404 len: 112 microversion: - time: 0.052375 Jan 02 16:17:08 onap-S2600TPR [email protected][153784]: [pid: 153787|app: 0|req: 1076/10691] 172.27.29.236 () {62 vars in 1287 bytes} [Tue Jan 2 16 :17:08 2018] GET /compute/v2.1/v2.1/os-keypairs => generated 112 bytes in 56 msecs (HTTP/1.1 404) 5 headers in 228 bytes (1 switches on core 0) Jan 02 16:17:10 onap-S2600TPR [email protected][153784]: INFO nova.api.openstack.requestlog [None req-dea1ec44-6d8c-4f7f-92d2-dafe1cf8a9a1 admin admin] 172.27.29.236 "GET /compute/v2.1/v2.1/os-keypairs" status: 404 len: 112 microversion: - time: 0.043575 Thanks Eswar Rao
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
