Devstack installation fails on Debian 8
Below the output of stack.sh
++functions-common:is_service_enabled:2155 set +o
++functions-common:is_service_enabled:2155 grep xtrace
+functions-common:is_service_enabled:2155 xtrace='set -o xtrace'
+functions-common:is_service_enabled:2156 set +o xtrace
+functions-common:is_service_enabled:2184 return 1
+lib/keystone:start_keystone:575 restart_service memcached
+functions-common:restart_service:2393 '[' -x /bin/systemctl ']'
+functions-common:restart_service:2394 sudo /bin/systemctl restart memcached
+./stack.sh:main:1125 bootstrap_keystone
+lib/keystone:bootstrap_keystone:604 /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password secret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-admin-url http://192.168.3.20/identity --bootstrap-public-url http://192.168.3.20/identity
DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.disabled`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._domain_callback` subscribed to event `identity.domain.disabled`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.invalidate_user_tokens.internal`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._trust_deleted_event_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.user.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_domain_tokens_callback` subscribed to event `identity.domain.deleted`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._delete_user_tokens_callback` subscribed to event `identity.user.disabled`. {{(pid=6598) register_event_callback /opt/stack/keystone/keystone/notifications.py:235}}
DEBUG keystone.notifications ...
Apache or the Apache Keystone module are not running. Is 192.168.3.20 the correct address? Do you find errors related to Keystone or Apache further up in the log? What is your local.conf file? What about
systemctl status apache2
?I added the information to the question, thank you for taking your time looking at my problem!!!!
systemctl says
You need to find out why.
Admittedly I don't know milestone-proposed. To me, it sounds like "bleeding edge, might not work". Did you try different branches?
Perhaps you have to set the IP address in local.conf. I faintly remember that DevStack takes the first interface by default, which is eth0 in your case.
Thank you very much, I will try to use the normal branch and set the IP-Adress manually.