Browse code

Fix a minor comments

A minor mismatch in lib/neutron since now unstack.sh invokes
three functions and also start_neutron_agents() is called before
create_neutron_initial_network().

Change-Id: Ibbe68501cce4c062a9ac610cbc44188dc9bab6c8

yunhong jiang authored on 2014/10/10 22:12:47
Showing 1 changed files
... ...
@@ -20,13 +20,15 @@
20 20
 # - create_neutron_cache_dir
21 21
 # - create_nova_conf_neutron
22 22
 # - start_neutron_service_and_check
23
+# - start_neutron_agents
23 24
 # - create_neutron_initial_network
24 25
 # - setup_neutron_debug
25
-# - start_neutron_agents
26 26
 #
27 27
 # ``unstack.sh`` calls the entry points in this order:
28 28
 #
29 29
 # - stop_neutron
30
+# - stop_neutron_third_party
31
+# - cleanup_neutron
30 32
 
31 33
 # Functions in lib/neutron are classified into the following categories:
32 34
 #