# File lib/fog/network/openstack/models/router.rb, line 22
        def create
          requires :name

          response = service.create_router(name, options)
          merge_attributes(response.body['router'])

          self
        end