Fail to install Keystone in Docker(Ubuntu 14.04)
Hi all,
I'm trying to install Keystone (Icehouse) on a Docker container based on ubuntu:14.04
After running apt-get install keystone I see the following error which I don't see if I install it on a clean Ubuntu machine (a vagrant ubuntu/trusty32 box for example)
invoke-rc.d: unknown initscript, /etc/init.d/keystone not found.
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for ureadahead (0.100.0-16) ...
(which is reported as a bug here) Then, if I try to start the service I see the error:
# service keystone start
keystone: unrecognized service
Any one knows how to do this? Any idea on what can be going wrong? Thanks,