Hello, I have been trying to automate the fuel deployment process. Which will be synced with fuel branch and would take OPNFV.iso as an input.
I managed to deploy the fuel environment successfully. Fuel environment says 'operational'. All of my nodes are ready. However, 'openstack' commands do not work. * They complain about os_credentials not being set. I manually source openrc and get around it. But am I missing something? It is not sourced by fuel already? * After that it gives error regarding URL openstack user show -v START with options: ['user', 'show', '-v'] command: user show -> openstackclient.identity.v2_0.user.ShowUser /usr/lib/python2.7/dist-packages/openstackclient/api/auth.py:118: DeprecationWarning: Using function/method 'keystoneclient.auth.base.get_plugin_class()' is deprecated in version '2.1.0' and will be removed in version '3.0.0': keystoneclient auth plugins are deprecated. Use keystoneauth. auth_plugin_class = base.get_plugin_class(auth_plugin_name) Using auth plugin: password /usr/lib/python2.7/dist-packages/keystoneclient/auth/identity/base.py:56: DeprecationWarning: keystoneclient auth plugins are deprecated as of the 2.1.0 release in favor of keystoneauth1 plugins. They will be removed in future releases. 'in future releases.', DeprecationWarning) Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL. Service Unavailable (HTTP 503) END return value: 1 My current auth url is OS_AUTH_URL=http://192.168.0.2:5000/v2.0/ Any pointers anyone ? Thanks in advance, Dhaval Patel
_______________________________________________ opnfv-tech-discuss mailing list opnfv-tech-discuss@lists.opnfv.org https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss