documented that it does not work with 2.6.4

This commit is contained in:
Dan Bode 2011-06-18 16:50:39 -07:00
parent a0e403682a
commit 82ab21ae11
2 changed files with 4 additions and 2 deletions

2
README
View File

@ -2,3 +2,5 @@ h1. Prerequisites
The openstack repo should be made available:
see: http://docs.openstack.org/cactus/openstack-compute/admin/content/installing-the-cloud-controller.html
This is currently known not to work on 2.6.4.

View File

@ -4,8 +4,8 @@ class nova::compute(
$api_server,
$enabled = false,
$api_port = 8773,
$aws_address = '169.254.169.254'
$libvirt_type = 'kvm',
$aws_address = '169.254.169.254',
$libvirt_type = 'kvm'
) {
Nova_config<| |>~>Service['nova-compute']