diff --git a/src/clj/backtype/storm/node.clj b/src/clj/backtype/storm/node.clj index 89de101..d0a58a4 100644 --- a/src/clj/backtype/storm/node.clj +++ b/src/clj/backtype/storm/node.clj @@ -149,7 +149,11 @@ (assoc-with-conf-key :image-id "image") (assoc-with-conf-key :hardware-id "hardware") (assoc-with-conf-key :spot-price "spot.price" :f float) - )))) + ) + :location (-> {} + (assoc-with-conf-key :location-id "location")) + ))) + (defn zookeeper ([name server-spec]