diff --git a/releasenotes/notes/bump-ansible-version-35c201d1d6d30860.yaml b/releasenotes/notes/bump-ansible-version-35c201d1d6d30860.yaml index 5151d963c..fcf90c607 100644 --- a/releasenotes/notes/bump-ansible-version-35c201d1d6d30860.yaml +++ b/releasenotes/notes/bump-ansible-version-35c201d1d6d30860.yaml @@ -1,4 +1,4 @@ --- features: - - Bump to latest stable Ansible version (2.4) + - Now leverages stable Ansible version (2.4). diff --git a/releasenotes/notes/create-openrc-9e7f959790f7f409.yaml b/releasenotes/notes/create-openrc-9e7f959790f7f409.yaml index 6b3b6e921..3ebe1bb7e 100644 --- a/releasenotes/notes/create-openrc-9e7f959790f7f409.yaml +++ b/releasenotes/notes/create-openrc-9e7f959790f7f409.yaml @@ -1,6 +1,6 @@ --- features: - - The Bifrost role which is used to create a clouds.yaml, now also + - The bifrost role which is used to create a clouds.yaml, now also creates a openrc file in the user home directory when keystone is enabled. This should be used to call OpenStack CLI utilities and have proper credentials. The file location is ``~/openrc``. diff --git a/releasenotes/notes/vm-host-cpu-type-support-a09768f360372506.yaml b/releasenotes/notes/vm-host-cpu-type-support-a09768f360372506.yaml index 0f63a2f73..6fd571041 100644 --- a/releasenotes/notes/vm-host-cpu-type-support-a09768f360372506.yaml +++ b/releasenotes/notes/vm-host-cpu-type-support-a09768f360372506.yaml @@ -1,7 +1,7 @@ --- features: - - Add support for tweaking the vCPU model for the VMs created - by bifrost-create-vm-nodes. The default vCPU model is 'host-model' + - Adds support for tweaking the vCPU model for the VMs created + by bifrost-create-vm-nodes. The default vCPU model is ``host-model`` which should provide the best possible performance whilst using only the CPU features which are understood by libvirt. The model can be - changed using the `test_vm_cpu` Ansible variable. + changed using the ``test_vm_cpu`` Ansible variable. diff --git a/releasenotes/notes/vm-nic-type-support-0ac47ccd3d56132c.yaml b/releasenotes/notes/vm-nic-type-support-0ac47ccd3d56132c.yaml index cbbddd777..8a206feca 100644 --- a/releasenotes/notes/vm-nic-type-support-0ac47ccd3d56132c.yaml +++ b/releasenotes/notes/vm-nic-type-support-0ac47ccd3d56132c.yaml @@ -1,7 +1,7 @@ --- features: - | - Add support for tweaking the vNIC model for the VMs created - by bifrost-create-vm-nodes. The default vNIC model is 'virtio' + Adds support for modifying the vNIC model for the VMs created + by bifrost-create-vm-nodes. The default vNIC model is ``virtio`` which should provide the best possible performance. The model can be - changed using the `test_vm_nic` Ansible variable. + changed using the ``test_vm_nic`` Ansible variable.