diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-04-19 09:16:25 -0700 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-04-19 09:16:25 -0700 |
commit | da99e8e6b143cd2051c23f14d4d46602f16f7ba3 (patch) | |
tree | 5760c4a7b032ff6a4697edff01eae586bea68cb2 /doc | |
parent | 03840792687b915d9ffdced12f415b3d093b40b2 (diff) | |
download | nova-da99e8e6b143cd2051c23f14d4d46602f16f7ba3.tar.gz nova-da99e8e6b143cd2051c23f14d4d46602f16f7ba3.tar.xz nova-da99e8e6b143cd2051c23f14d4d46602f16f7ba3.zip |
add instructions for setting up interfaces
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/devref/cloudpipe.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/devref/cloudpipe.rst b/doc/source/devref/cloudpipe.rst index 95570aa1b..a1f6c6450 100644 --- a/doc/source/devref/cloudpipe.rst +++ b/doc/source/devref/cloudpipe.rst @@ -68,6 +68,12 @@ Making a cloudpipe image is relatively easy. :language: bash :linenos: +# setup network interfaces. + +.. literalinclude:: interfaces + :language: bash + :linenos: + # register the image and set the image id in your flagfile:: --vpn_image_id=ami-xxxxxxxx |