Okay. Clustering is only available in 8.x, and the rules are slightly different there.
You currently only have a single ip address for access points that cold boot access. Access points that cold boot only obtain the LMS-IP/Backup LMS-IP from the first controller they contact. Typically when access points cold boot, they use DNS or a DHCP option to contact ther first controller. If you want access points to have true redundancy upon cold boot, you would want to put 2 ip addresses in the aruba-master a-record. With that configuration, the AP will try one, and then the other upon cold boot, so that they will be able to find the a controller, regardless if one or the other is down.
Opinion:
Honestly, if your network is fairly reliable, I would just stick to what you currently have (two controllers at a single site) because it is simpler. Networks fail much more often than controllers due to simple things like mis configuration. If your network fails, chances are your access points will not be able to reach the secondary controller, or if they do, the performance could be bad, based on where that secondary controller is offsite. Your clients will also have to re-ip which could be disruptive. Having two controllers at the same location ensures fairly fast failover and is easier to maintain. You could alternatively have the LMS-IP point to the VRRP between these two controllers and add a controller offsite and make that the backup lms-ip.
I hope that makes sense.