From 04a123cdee0644e2319e7d50f9f2bf1105199ba7 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 19 Feb 2014 08:07:56 -0800 Subject: Add os-server-external-events support This adds support for the os-server-external-events extension in nova, which allows other services to deliver events to nova. It also adds a shell command to trigger the "network-changed" event manually, which will cause nova to refresh its network cache from neutron. Related to blueprint admin-event-callback-api Change-Id: I1a302a43b6b7a6d8bdc03965a8f4c1a151bcab88 --- README.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 30131e1c..b155bf54 100644 --- a/README.rst +++ b/README.rst @@ -146,6 +146,7 @@ You'll find complete documentation on the shell by running rate-limits Print a list of rate limits for a user reboot Reboot a server. rebuild Shutdown, re-image, and re-boot a server. + refresh-network Refresh server network information. remove-fixed-ip Remove an IP address from a server. remove-floating-ip Remove a floating IP address from a server. rename Rename a server. -- cgit v1.2.1