documented that it does not work with 2.6.4
This commit is contained in:
parent
a0e403682a
commit
82ab21ae11
2
README
2
README
@ -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.
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user