From 36d2f548797a3a428896b4afc3e2dc279f2bec9e Mon Sep 17 00:00:00 2001 From: stephane Date: Fri, 29 May 2015 15:29:47 -0700 Subject: [PATCH] Tiny documentation fix The referenced to-be-merged dib element got merged, so update our README appropriately. Change-Id: Ie0b0b966e9d37713e2dde7dc61642ea957370123 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 014634b26..02231f850 100644 --- a/README.rst +++ b/README.rst @@ -196,4 +196,4 @@ will use this key to connect to the host machine and run virsh commands. Future Support ============== -* Config drive network_info.json - Bifrost will automatically place a json structured file which is intended to replace the direct placement of a ``/etc/network/interfaces`` file. This will ultimately allow for more complex user defined networking as well as greater compatibility with other Linux distributions. At present, the proposed diskimage-builder element ``simple-init``, https://review.openstack.org/#/c/167003, can be used to facilitate this. +* Config drive network_info.json - Bifrost will automatically place a json structured file which is intended to replace the direct placement of a ``/etc/network/interfaces`` file. This will ultimately allow for more complex user defined networking as well as greater compatibility with other Linux distributions. At present, the diskimage-builder element ``simple-init`` can be used to facilitate this.