From 1a669dce052e45b0e7de74e1613c06f41b6be1ce Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 5 Feb 2015 11:54:12 +0900 Subject: [PATCH] lib/neutron: Update comments about entry points Change-Id: Iefb8057f71d4a3589cb3f0b18375779dd3896916 --- lib/neutron | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/neutron b/lib/neutron index 0fb8d00a11..698f6b71b1 100755 --- a/lib/neutron +++ b/lib/neutron @@ -10,24 +10,25 @@ # ``stack.sh`` calls the entry points in this order: # -# - install_neutron -# - install_neutronclient # - install_neutron_agent_packages +# - install_neutronclient +# - install_neutron # - install_neutron_third_party # - configure_neutron # - init_neutron # - configure_neutron_third_party # - init_neutron_third_party # - start_neutron_third_party -# - create_neutron_cache_dir # - create_nova_conf_neutron # - start_neutron_service_and_check +# - check_neutron_third_party_integration # - start_neutron_agents # - create_neutron_initial_network # - setup_neutron_debug # # ``unstack.sh`` calls the entry points in this order: # +# - teardown_neutron_debug # - stop_neutron # - stop_neutron_third_party # - cleanup_neutron