install error keystone and apache2
hi i 'm following the openstack mitaka installation guide for ubuntu 14.04lts
for stopping keystone service i do
sudo echo "manual" > /etc/init/keystone.override
-bash: /etc/init/keystone.override: Permission denied
i don't know how to resolve permission denied
so I do sudo service keystone stop
apt-get install keystone apache2 libapache2-mod-wsgi
.
next update-rc.d -f keystone remove
Removing any system startup links for /etc/init.d/keystone ...
I think update-rc.d command have same effect with sudo echo "manual" > /etc/init/keystone.override
then, i follow http://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-install.html (http://docs.openstack.org/mitaka/inst...). in next step, i export OS_TOKEN, OS_URL, OS_IDENTITY_API_VERSION. but
openstack service create --name keystone --description "OpenStack Identity" identity
error message Unable to establish connection to http://controller:35357/v3/services
i don't know my problem and solution.
thank you for reading my question.
"sudo -s" before you run the echo command.