diff options
author | Dan Prince <dprince@redhat.com> | 2016-04-07 19:27:57 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-04-08 08:02:31 -0400 |
commit | c8ccfa299cc1e1493ad7882cb59a74d3736d1ced (patch) | |
tree | c0d064e12512814e977f720193396105bfd666b0 /network | |
parent | 706c2fe4b62f95ac13ee800fc08e549180afc810 (diff) |
Remove network/noop.yaml, use OS::Heat::None
Removes the old noop nested stack template for networks and
instead uses OS::Heat::None instead. This should avoid a few
extra resource checks on create and update.
Change-Id: Ia3d7f62dbda2705ffc3d9edcddebcd3ece3cc9d2
Diffstat (limited to 'network')
-rw-r--r-- | network/noop.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/network/noop.yaml b/network/noop.yaml deleted file mode 100644 index 0963d2ce..00000000 --- a/network/noop.yaml +++ /dev/null @@ -1,3 +0,0 @@ -heat_template_version: 2015-04-30 - -description: A stack which creates no network(s). |