Hi James, Hope the information below helps.
NetworkDomain can be defined per account - "networkDomain" in createAccount Api per domain - "networkDomain" in createDomain API per zone - "domain" in createZone API globally - "guest.domain.suffix" global config param Here is how networkDomain is applied for diff types of networks: 1) For account specific network (Shared or Isolated) - take networkDomain from account object; if not specified per account, take it from domain object; if not specified perdomain - take it from zone object; if not specified per zone - take it from the global config. 2) For domain specific network - take networkDomain from domain object; if not specified per domain - take it from zone object; if not specified per zone - take it from the global config. 3) For zone specific network - take networkDomain from zone object; if not specified per zone - take it from the global config. All changes to networkDomain made for zone/account/domain will apply only to new networks. If you want to change config for existing network, updateNetwork api should be called. If network has running network elements, automatically restart them. Let me know if you have any questions, -Alena. From: <Boylan>, James <[email protected]<mailto:[email protected]>> Reply-To: "'cloudstack-users@incubator. org'" <[email protected]<mailto:[email protected]>> To: "'cloudstack-users@incubator. org'" <[email protected]<mailto:[email protected]>> Subject: Question about Network Domains Has anyone had any luck with having different Network Domain suffixes assigned for different Accounts or Domains? Is there some special configuration that has to be assigned to make it work as expected. (People creating instances who are a member of a domain with a suffix get the suffix of that domain, etc?) -- James
