Skip to content

Instantly share code, notes, and snippets.

View tfukushima's full-sized avatar

Taku Fukushima tfukushima

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tfukushima on github.
  • I am tfukushima (https://keybase.io/tfukushima) on keybase.
  • I have a public key whose fingerprint is A025 A3DA EA11 3402 4E53 9458 500E 6EE3 0BCD 4368

To claim this, I am signing this object:

Reuse of the existing Neutron networks

@tfukushima
tfukushima / endpoint_validation.patch
Last active October 7, 2015 14:46
A patch for the failure on creating an endpoint
diff --git kuryr/controllers.py kuryr/controllers.py
index 927f66d..26ef490 100644
--- kuryr/controllers.py
+++ kuryr/controllers.py
@@ -422,7 +422,7 @@ def network_driver_create_endpoint():
})
else:
neutron_network_id = filtered_networks[0]['id']
- interface = json_data['Interface']
+ interface = json_data['Interface'] or {}
/Users/tfukushima/java/atmosphere-extensions% mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] atmosphere-extensions-project
[INFO] atmosphere-rabbitmq
[INFO] atmosphere-cdi
[INFO] atmosphere-guice
[INFO] atmosphere-spring