1. 12 Jun, 2014 3 commits
  2. 11 Jun, 2014 4 commits
  3. 10 Jun, 2014 17 commits
  4. 09 Jun, 2014 9 commits
  5. 08 Jun, 2014 2 commits
  6. 07 Jun, 2014 3 commits
  7. 06 Jun, 2014 2 commits
    • Fix neutron floating IP allocation for networks with a v4 *and* v6 subnet. · bb0ca4c1
      For networks that have both a v4 and a v6 subnet, the floating IP plugin
      currently has two problems:
      
      * When determining the subnet for the provided `internal_network_name`, it
      assumes that the first item in the list of subnets is the one you want.
      Instead, it should pick the first v4 subnet.
      
      * When multiple fixed IP's exist for a given port (as is the case in a network
      a v4 and a v6 subnet), neutron needs a hint as to which fixed IP to associate
      to the floating IP address (the v4 one).
      Ryan Petrello committed
    • Cleaning up azure module · 5bd8cd6e
      * Fixed error messages to be more descriptive
      * Removed direct use of subprocess module and replaced it with calls
        to module.run_command
      * Changed AZURE_MANAGEMENT_CERT_PATH to be just AZURE_CERT_PATH, which
        matches what is expected by the inventory script
      James Cammarata committed