From b56f0d2aa7eb8cbbd68d15ba8c9d3123a984b616 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 1 Apr 2015 23:26:10 +0300 Subject: [PATCH] Update the sethostname and ntp plugins path Change-Id: Ia82186b5ed969da20a0e86e9e64fc22f523cf549 --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7a23a597..804e4ce0 100644 --- a/README.rst +++ b/README.rst @@ -42,8 +42,8 @@ Plugins Plugins execute actions based on the metadata obtained by the service. -cloudbaseinit.plugins.windows.sethostname.SetHostNamePlugin -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +cloudbaseinit.plugins.common.sethostname.SetHostNamePlugin +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sets the instance's hostname. @@ -153,8 +153,8 @@ Activates the Windows instance if the following option is True. +--------------------+------------------+---------+ -cloudbaseinit.plugins.common.ntpclient.NTPClientPlugin -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +cloudbaseinit.plugins.windows.ntpclient.NTPClientPlugin +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Applies NTP client info based on the DHCP server options, if available.