Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrew Phillips
demobox commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("http:/

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Ignasi Barrera
I agree with @demobox comments, and I'm almost done editing the blog post according to them. I think we should publish a blog post that is understandable and as better as we can, so I'll complete the work and merge it once we're all happy with it. It is our public image! I think we'd better rele

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrea Turli
andreaturli approved this pull request. +1 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/209#pullrequestreview-95818166

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrea Turli
@nacx thank you for your help with the blog post! Looks good to me Do we want to publish it together with the 2.1.0 release or before? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/p

Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-12 Thread Andrea Turli
andreaturli commented on this pull request. > + .overrides(neutronProperties) + .modules(ImmutableSet.of(new SLF4JLoggingModule())) + .build(); + +// Create the connection to OpenStack nova and link it to Neutron +NovaApi nova = ContextBuilder.newBuilder("openstack-nova") + .endpoint("ht