Browse code

Merge "Fix a minor comments"

Jenkins authored on 2014/10/31 19:29:57
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
 #