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