Skip to content

Instantly share code, notes, and snippets.

@akofink
Last active November 15, 2018 13:43
Show Gist options
  • Save akofink/1f1141bad13a26d5398b837b379bc604 to your computer and use it in GitHub Desktop.
Save akofink/1f1141bad13a26d5398b837b379bc604 to your computer and use it in GitHub Desktop.
from nailgun import entity_mixins
from nailgun.config import ServerConfig
from nailgun.entities import *
entity_mixins.DEFAULT_SERVER_CONFIG = ServerConfig(url='https://centos7-devel.virbr0.akofink-desktop/', auth=('admin', 'changeme'), verify=False)
Ping().search_json()
Organization(id=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment