Skip to content

Instantly share code, notes, and snippets.

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