Skip to content

Instantly share code, notes, and snippets.

@tpot
Last active August 29, 2015 14:08
Show Gist options
  • Save tpot/91f0ecb1ddfad109fd05 to your computer and use it in GitHub Desktop.
Save tpot/91f0ecb1ddfad109fd05 to your computer and use it in GitHub Desktop.
Stackforge Chef repo environment for all-in-one OpenStack running on a VM
{
"name": "allinone-vm-host",
"override_attributes": {
"openstack": {
"developer_mode": true,
"compute": {
"network": {
"service_type": "neutron"
},
"libvirt": {
"virt_type": "qemu"
}
},
"network": {
"service_plugins": ["neutron.services.l3_router.l3_router_plugin.L3RouterPlugin"]
},
"endpoints": {
"host": "15.126.200.29",
"bind-host": "0.0.0.0"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment