README.md in dev-lxc-1.6.1 vs README.md in dev-lxc-1.6.2

- old
+ new

@@ -495,29 +495,24 @@ `dev-lxc init --tiered-chef --analytics > dev-lxc.yml` creates a `dev-lxc.yml` file with the following content: ``` ## platform_image can be one of the following: ## p-centos-5, p-centos-6, p-centos-7, p-ubuntu-1204, p-ubuntu-1404 or p-ubuntu-1504 +platform_image: p-ubuntu-1404 -## platform_image_options can be set to provide additional arguments to the LXC create command. +## platform_image_options can be set to provide additional arguments to the LXC create command ## reference arg examples: https://github.com/lxc/lxc/blob/lxc-2.0.0/templates/lxc-download.in#L200-L207 -## for example: -## platform_image_options: --no-validate --keyserver http://my.key.server.com +#platform_image_options: --no-validate -## Make sure all mount source directories exist in the LXC host +## list any host directories you want mounted into the servers +mounts: + - /root/dev root/dev -## Make sure all package paths are correct +## list any SSH public keys you want added to /home/dev-lxc/.ssh/authorized_keys +#ssh-keys: +# - /root/dev/clusters/id_rsa.pub -## All FQDNs and server names must end with the `.lxc` domain - ## DHCP reserved (static) IPs must be selected from the IP range 10.0.3.150 - 254 - -## topology can be one of the following: -## standalone (default), tier or open-source (for the old open source 11 chef server) - -platform_image: p-ubuntu-1404 -mounts: - - /root/dev root/dev chef-server: packages: server: /root/dev/chef-packages/cs/chef-server-core_12.5.0-1_amd64.deb manage: /root/dev/chef-packages/manage/chef-manage_2.2.1-1_amd64.deb