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

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -2,9 +2,13 @@ This repository supports the GitHub Pages site for jclouds. See and read more at [http://www.jclouds.org](http://www.jclouds.org). +To test the site locally: + +jekyll _1.5.1_ serve --safe Not italics, but the Ruby syntax to use

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

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -0,0 +1,43 @@ +--- +author: https://twitter.com/IgnasiBarrera";>Ignasi Barrera +comments: true +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementat

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

2018-02-07 Thread Ignasi Barrera
nacx commented on this pull request. > +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementation of the OpenStack Nova API is that is was not able to directly talk to the Neutron service. It

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

2018-02-07 Thread Ignasi Barrera
nacx 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://lo

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

2018-02-07 Thread Andrew Phillips
demobox commented on this pull request. > +date: 2018-02-06 07:00:00+00:00 +layout: post +slug: nova-neutron +title: OpenStack Nova and Neutron +--- + +One of the limitations of the jclouds implementation of the OpenStack Nova API is that is was not able to directly talk to the Neutron service.

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

2018-02-07 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-07 Thread Andrew Phillips
demobox commented on this pull request. > @@ -2,9 +2,13 @@ This repository supports the GitHub Pages site for jclouds. See and read more at [http://www.jclouds.org](http://www.jclouds.org). +To test the site locally: + +jekyll _1.5.1_ serve --safe Aah ;-) Thanks for explaining! -

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

2018-02-07 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:/