openSUSE 13.2 kilo First, the preceding steps which may or may not be relevant...
Was unable to configure the endpoint URL, speculated that the port was already used and remedied (I think) according to the following reference http://docs.openstack.org/developer/keystone/configuration.html With the following command cat "sys.net.ipv4.ip_local_reserved_ports=35357" > /etc/sysctl.conf After rebooting (because simply invoking the command according to the reference still wouldn't work, the port appeared to still be blocked) I re-exported the ADMIN TOKEN (don't believe that the previous export survives a reboot) and re-ran the following command which finally worked export OS_URL=http://controller:35357/v2.0 But, now I'm unable to create the openstack service as follows (with the result) after creating a Hosts file entry (otherwise "http://controller" doesn't resolve). # openstack service create --name keystone --description "OpenStack Identity" identity ERROR: openstack Internal Server Error (HTTP 500) Have verified the apache2 service and MySQL services are running. Thx, Tony _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack