# File lib/fog/identity/openstack/v3/requests/create_domain.rb, line 6
          def create_domain(domain)
            request(
              :expects => [201],
              :method  => 'POST',
              :path    => "domains",
              :body    => Fog::JSON.encode(:domain => domain)
            )
          end