Browse code

Merge "lib/neutron: Update comments about entry points"

Jenkins authored on 2015/02/10 01:13:31
Showing 1 changed files
... ...
@@ -10,24 +10,25 @@
10 10
 
11 11
 # ``stack.sh`` calls the entry points in this order:
12 12
 #
13
-# - install_neutron
14
-# - install_neutronclient
15 13
 # - install_neutron_agent_packages
14
+# - install_neutronclient
15
+# - install_neutron
16 16
 # - install_neutron_third_party
17 17
 # - configure_neutron
18 18
 # - init_neutron
19 19
 # - configure_neutron_third_party
20 20
 # - init_neutron_third_party
21 21
 # - start_neutron_third_party
22
-# - create_neutron_cache_dir
23 22
 # - create_nova_conf_neutron
24 23
 # - start_neutron_service_and_check
24
+# - check_neutron_third_party_integration
25 25
 # - start_neutron_agents
26 26
 # - create_neutron_initial_network
27 27
 # - setup_neutron_debug
28 28
 #
29 29
 # ``unstack.sh`` calls the entry points in this order:
30 30
 #
31
+# - teardown_neutron_debug
31 32
 # - stop_neutron
32 33
 # - stop_neutron_third_party
33 34
 # - cleanup_neutron