Release Notes

4
Cisco Intelligent Automation for Cloud 4.3.2 Release Notes
Known Issues
UI Settings
VDC Network Description
VDC Network Topology
VDC Sizes
Solution
If you require the information found in these tables, back them up before installing Cisco IAC 4.3.2.
New Role Needs to Be Created for Use with Chef 12.0
A new role will need to be created to replace the existing "CiscoCM" role with one named "ciscocm". This new role is
case sensitive and the process has changed to use an all lower case name.
Problem
A new role will need to be created to replace the existing "CiscoCM" role with one named "ciscocm". This new role is
case sensitive and the process has changed to use an all lower case name. The reason for this is that the new Chef 12.0
imposes a naming convention that all roles must be lowercase.
Solution
In order to be compatible with both Chef 11.x and Chef 12.0, the process now requires an all lowercase “ciscocm” role
name.
Remove role named, “CiscoCM.”
Create new role named, “ciscocom.”
New Patch to OpenStack Environments Required to Work Properly with Cisco IAC
Problem
A bug in OpenStack bug requires that a patch be applied to your OpenStack environments in order to work properly with
Cisco IAC.
Solution
Apply the OpenStack patch.
Basically, the patch replaces content on every Openstack nova server of one line in the following file:
/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py
from
port_req_body['port']['fixed_ips'] = [{'ip_address': fixed_ip}]
to
port_req_body['port']['fixed_ips'] = [{'ip_address': str(fixed_ip)}]