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:
|
The openstack repo should be made available:
|
||||||
see: http://docs.openstack.org/cactus/openstack-compute/admin/content/installing-the-cloud-controller.html
|
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,
|
$api_server,
|
||||||
$enabled = false,
|
$enabled = false,
|
||||||
$api_port = 8773,
|
$api_port = 8773,
|
||||||
$aws_address = '169.254.169.254'
|
$aws_address = '169.254.169.254',
|
||||||
$libvirt_type = 'kvm',
|
$libvirt_type = 'kvm'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
Nova_config<| |>~>Service['nova-compute']
|
Nova_config<| |>~>Service['nova-compute']
|
||||||
|
Loading…
Reference in New Issue
Block a user